Updated Rules for adding new device types (markdown)

Uwe Seimet 2022-04-09 10:17:12 +02:00
parent 57b9b86214
commit ac363a7642
1 changed files with 1 additions and 1 deletions

@ -9,7 +9,7 @@ Steps for adding a new device type:
5. Verify that _rasctl -s_ reports the correct device type properties.
6. Update the manpages.
Devices have to be subclasses of PrimaryDevice or ModeSenseDevice. Only devices backed by image files may be subclasses of the Disk class.
Devices have to be subclasses of PrimaryDevice or ModeSenseDevice. Only devices backed by image files may be subclasses of the Disk class. Each device has its own SCSI command dispatcher for commands not executed by the superclass.
See the implementations of the Host Services (SCHS) and the SCSI Printer (SCLP) for device implementations with low complexity.
## Clients