Updated Rules for adding new device types (markdown)

Uwe Seimet 2022-02-11 13:58:18 +01:00
parent d9035d2591
commit c23e0797ec
1 changed files with 1 additions and 1 deletions

@ -9,4 +9,4 @@ Steps for adding a new device type:
5. Verify that _rasctl -s_ reports the correct device type properties.
6. Update the manpages.
Devices should inherit from the PrimaryDevice or ModeSenseDevice classes. Only devices backed by image files should inherit from the Disk class. See the implementation of the Host Services for a device implementation with low complexity.
Devices should inherit from the PrimaryDevice or ModeSenseDevice classes. Only devices backed by image files should inherit from the Disk class. See the implementation of the Host Services (SCHS) for a device implementation with low complexity.