From 074a0947ba0b6d339ddd0b0502e2d3c273219533 Mon Sep 17 00:00:00 2001 From: tegge Date: Fri, 5 Dec 1997 22:14:15 +0000 Subject: 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. --- share/misc/scsi_modes | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'share/misc/scsi_modes') 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 -- cgit v1.1