From 57b9b86214c562d8d1b05dfc0f71d8fa298256d0 Mon Sep 17 00:00:00 2001 From: Uwe Seimet <48174652+uweseimet@users.noreply.github.com> Date: Sat, 9 Apr 2022 10:12:12 +0200 Subject: [PATCH] Updated Rules for adding new device types (markdown) --- Rules-for-adding-new-device-types.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Rules-for-adding-new-device-types.md b/Rules-for-adding-new-device-types.md index 3132054..719088f 100644 --- a/Rules-for-adding-new-device-types.md +++ b/Rules-for-adding-new-device-types.md @@ -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 shall be subclasses of PrimaryDevice or ModeSenseDevice. Only devices backed by image files shall 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. See the implementations of the Host Services (SCHS) and the SCSI Printer (SCLP) for device implementations with low complexity. ## Clients