summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authormjacob <mjacob@FreeBSD.org>1999-01-05 20:43:41 +0000
committermjacob <mjacob@FreeBSD.org>1999-01-05 20:43:41 +0000
commitcde26a9708157ae14ddf3a40f54fb8cc6c02b0f4 (patch)
treeab1ca7686b7052e5e21b2720ed3d40f0a6558fe9 /sys
parent4fdc7a54c77192cc93106348a874f979a04adddd (diff)
downloadFreeBSD-src-cde26a9708157ae14ddf3a40f54fb8cc6c02b0f4.zip
FreeBSD-src-cde26a9708157ae14ddf3a40f54fb8cc6c02b0f4.tar.gz
Add a quirk that disables SYNCHRONIZE CACHE
PR: 8882 Obtained from: Hellmuth Michaelis hm@kts.org
Diffstat (limited to 'sys')
-rw-r--r--sys/cam/scsi/scsi_da.c11
1 files changed, 10 insertions, 1 deletions
diff --git a/sys/cam/scsi/scsi_da.c b/sys/cam/scsi/scsi_da.c
index 4ed0b5c..ec27d74 100644
--- a/sys/cam/scsi/scsi_da.c
+++ b/sys/cam/scsi/scsi_da.c
@@ -25,7 +25,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $Id: scsi_da.c,v 1.16 1998/12/23 16:48:17 mjacob Exp $
+ * $Id: scsi_da.c,v 1.17 1999/01/03 22:57:54 mjacob Exp $
*/
#include "opt_hw_wdog.h"
@@ -143,6 +143,15 @@ static struct da_quirk_entry da_quirk_table[] =
},
{
/*
+ * This drive doesn't like the synchronize cache command
+ * either. Reported by: Hellmuth Michaelis (hm@kts.org)
+ * (PR 8882).
+ */
+ {T_DIRECT, SIP_MEDIA_FIXED, "MICROP", "2112*", "*"},
+ /*quirks*/ DA_Q_NO_SYNC_CACHE
+ },
+ {
+ /*
* Doesn't like the synchronize cache command.
* Reported by: Blaz Zupan <blaz@gold.amis.net>
*/
OpenPOWER on IntegriCloud