diff options
author | tegge <tegge@FreeBSD.org> | 1997-12-05 22:14:15 +0000 |
---|---|---|
committer | tegge <tegge@FreeBSD.org> | 1997-12-05 22:14:15 +0000 |
commit | 074a0947ba0b6d339ddd0b0502e2d3c273219533 (patch) | |
tree | cfbd4c3805bf41e43b43ebaf5eb470bd9d8ad7e5 | |
parent | efd51d84cff8b02bed9decd3c250f5ea7f2039b2 (diff) | |
download | FreeBSD-src-074a0947ba0b6d339ddd0b0502e2d3c273219533.zip FreeBSD-src-074a0947ba0b6d339ddd0b0502e2d3c273219533.tar.gz |
Add some extra flags in the caching page.
Some firmware versions becomes unreliable when these bits are not preserved,
e.g. ST15150N-0017 breaks if the DISC bit is cleared in the caching page.
This happened by default when editing the page.
-rw-r--r-- | share/misc/scsi_modes | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/share/misc/scsi_modes b/share/misc/scsi_modes index cf2d556..d1359c8 100644 --- a/share/misc/scsi_modes +++ b/share/misc/scsi_modes @@ -77,7 +77,11 @@ # DIRECT ACCESS DEVICES # Caching page: 0x08 { - {Reserved} *t5 + {IC} t1 + {ABPF} t1 + {CAP} t1 + {DISC} t1 + {SIZE} t1 {WCE} t1 {MF} t1 {RCD} t1 |