summaryrefslogtreecommitdiffstats
path: root/sys/cam
diff options
context:
space:
mode:
authoriedowse <iedowse@FreeBSD.org>2001-11-17 17:43:06 +0000
committeriedowse <iedowse@FreeBSD.org>2001-11-17 17:43:06 +0000
commitee98411598d98471e24fc1bc874ca75c0edc7442 (patch)
treebfab9f65f574daaebb60107824b80597c3b18d35 /sys/cam
parent69c40b27049bc81be58ef63fff6de5bb32835980 (diff)
downloadFreeBSD-src-ee98411598d98471e24fc1bc874ca75c0edc7442.zip
FreeBSD-src-ee98411598d98471e24fc1bc874ca75c0edc7442.tar.gz
The Infortrend IFT-3102 multihost U2 SCSI to U2 SCSI controller
doesn't support the synchronise cache command. PR: kern/21752 Submitted by: Nick R. Colakovic <nickc@corp.firstindustrial.com> MFC after: 1 week
Diffstat (limited to 'sys/cam')
-rw-r--r--sys/cam/scsi/scsi_da.c8
1 files changed, 8 insertions, 0 deletions
diff --git a/sys/cam/scsi/scsi_da.c b/sys/cam/scsi/scsi_da.c
index 0e10416..3c40866 100644
--- a/sys/cam/scsi/scsi_da.c
+++ b/sys/cam/scsi/scsi_da.c
@@ -223,6 +223,14 @@ 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