From ee98411598d98471e24fc1bc874ca75c0edc7442 Mon Sep 17 00:00:00 2001 From: iedowse Date: Sat, 17 Nov 2001 17:43:06 +0000 Subject: 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 MFC after: 1 week --- sys/cam/scsi/scsi_da.c | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'sys/cam') 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. */ { -- cgit v1.1