Skip to content

Commit 1a8d691

Browse files
scsi.h: more mode sense page codes.
1 parent 34b4d63 commit 1a8d691

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

devices/common/scsi/scsi.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -216,6 +216,8 @@ namespace PageControl {
216216
/** Page numbers for MODE SENSE and MODE SELECT. */
217217
enum ModePage : uint8_t {
218218
ERROR_RECOVERY = 0x1,
219+
DEV_FORMAT_PARAMS = 0x3,
220+
RIGID_DISK_GEOMETRY = 0x4,
219221
CDROM_PARAMS = 0xD,
220222
CDROM_AUDIO = 0xE,
221223
POWER_CONDITION = 0x1A,

0 commit comments

Comments
 (0)