From fdfcd88d39885bfbb491053219d4aaf5a0bf0089 Mon Sep 17 00:00:00 2001 From: iedowse Date: Mon, 26 Nov 2001 16:54:37 +0000 Subject: Back out 1.88 (NO_SYNC_CACHE quirk for Infortrend IFT-3102). Since this device properly reports that the sync cache command is unsupported, the bug is that we still complain about it on the console. Noticed by: gibbs --- sys/cam/scsi/scsi_da.c | 8 -------- 1 file changed, 8 deletions(-) diff --git a/sys/cam/scsi/scsi_da.c b/sys/cam/scsi/scsi_da.c index 7401249..d973010 100644 --- a/sys/cam/scsi/scsi_da.c +++ b/sys/cam/scsi/scsi_da.c @@ -223,14 +223,6 @@ static struct da_quirk_entry da_quirk_table[] = {T_DIRECT, SIP_MEDIA_FIXED, quantum, "VIKING 2*", "*"}, /*quirks*/ DA_Q_NO_6_BYTE }, - { - /* - * Infortrend IFT-3102 SCSI to SCSI controller - * (firmware version 2.23). - */ - {T_DIRECT, SIP_MEDIA_FIXED, "IFT", "3102", "*"}, - /* quirks*/ DA_Q_NO_SYNC_CACHE - }, /* Below a list of quirks for USB devices supported by umass. */ { -- cgit v1.1