summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoriedowse <iedowse@FreeBSD.org>2001-11-26 16:54:37 +0000
committeriedowse <iedowse@FreeBSD.org>2001-11-26 16:54:37 +0000
commitfdfcd88d39885bfbb491053219d4aaf5a0bf0089 (patch)
treee86fab2afb6045f50a4fdcf0a6ebc71fa64b1b3a
parent8b353ec10aea6b56bf703f49183a4d546d709ee1 (diff)
downloadFreeBSD-src-fdfcd88d39885bfbb491053219d4aaf5a0bf0089.zip
FreeBSD-src-fdfcd88d39885bfbb491053219d4aaf5a0bf0089.tar.gz
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
-rw-r--r--sys/cam/scsi/scsi_da.c8
1 files changed, 0 insertions, 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. */
{
OpenPOWER on IntegriCloud