Updated Rules for adding new device types (markdown)

Uwe Seimet 2022-04-09 10:10:11 +02:00
parent 0891b0e22c
commit 2c13857c52
1 changed files with 1 additions and 1 deletions

@ -10,7 +10,7 @@ Steps for adding a new device type:
6. Update the manpages.
Devices shall be subclasses of PrimaryDevice or ModeSenseDevice. Only devices backed by image files shall be subclasses of the Disk class.
See the implementations of the Host Services (SCHS) and the SCSI Printer (SCLP) for a device implementations with low complexity.
See the implementations of the Host Services (SCHS) and the SCSI Printer (SCLP) for device implementations with low complexity.
## Clients