diff options
author | mav <mav@FreeBSD.org> | 2017-01-20 13:00:50 +0000 |
---|---|---|
committer | mav <mav@FreeBSD.org> | 2017-01-20 13:00:50 +0000 |
commit | 51fc47002c4b76999868ff0bffc5381720742596 (patch) | |
tree | c4c63c2873cfa3d9e11e959fa1e27d09bb6c183c /share/misc/scsi_modes | |
parent | 6bd5e32d1490f1ddcb17ff30e389f40356abd79f (diff) | |
download | FreeBSD-src-51fc47002c4b76999868ff0bffc5381720742596.zip FreeBSD-src-51fc47002c4b76999868ff0bffc5381720742596.tar.gz |
MFC r311517: Add some more mode page fields.
Diffstat (limited to 'share/misc/scsi_modes')
-rw-r--r-- | share/misc/scsi_modes | 14 |
1 files changed, 12 insertions, 2 deletions
diff --git a/share/misc/scsi_modes b/share/misc/scsi_modes index 80752e7..ec791c7 100644 --- a/share/misc/scsi_modes +++ b/share/misc/scsi_modes @@ -71,7 +71,7 @@ {TAS} t1 {ATMPE} t1 {RWWP} t1 - {Reserved} *t1 + {SBLP (Supported Block Lengths and Protection)} t1 {Autoload Mode} t3 {Ready AEN Holdoff Period} i2 {Busy Timeout Period} i2 @@ -148,6 +148,15 @@ {Minimum Pre-fetch} i2 {Maximum Pre-fetch} i2 {Maximum Pre-fetch Ceiling} i2 + {FSW (Force Sequential Write)} t1 + {LBCSS (Logical Block Cache Segment Size)} t1 + {DRA (Disable Read-Ahead)} t1 + {Vendor Specific} t2 + {SYNC_PROG} t1 + {NV_DIS} t1 + {Number of Cache Segments} i1 + {Cache Segment Size} i2 + {Reserved} *t4 } 0x05 "Flexible Disk Page" { @@ -224,7 +233,8 @@ {Head Offset Count} i1 {Data Strobe Offset Count} i1 {LBPERE (LBP Error Reporting Enabled)} t1 - {Reserved} *t7 + {MWR (Misaligned Write Reporting)} t2 + {Reserved} *t5 {Write Retry Count} i1 {Reserved} *i1 {Recovery Time Limit} i2 |