mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
This is an MFC of 206029
Add a couple missing basic mode page codes.
This commit is contained in:
parent
a1a102fb15
commit
f264739949
1 changed files with 2 additions and 0 deletions
|
|
@ -170,6 +170,8 @@ struct scsi_mode_sense_6
|
|||
#define SMS_PAGE_CODE 0x3F
|
||||
#define SMS_VENDOR_SPECIFIC_PAGE 0x00
|
||||
#define SMS_DISCONNECT_RECONNECT_PAGE 0x02
|
||||
#define SMS_FORMAT_DEVICE_PAGE 0x03
|
||||
#define SMS_GEOMETRY_PAGE 0x04
|
||||
#define SMS_CACHE_PAGE 0x08
|
||||
#define SMS_PERIPHERAL_DEVICE_PAGE 0x09
|
||||
#define SMS_CONTROL_MODE_PAGE 0x0A
|
||||
|
|
|
|||
Loading…
Reference in a new issue