summaryrefslogtreecommitdiffstats
path: root/sys/cam
diff options
context:
space:
mode:
authordillon <dillon@FreeBSD.org>2002-05-19 21:59:28 +0000
committerdillon <dillon@FreeBSD.org>2002-05-19 21:59:28 +0000
commitc9f73458f04b3659799ac153431b6f939bee2f6e (patch)
tree5b5c18d64b4e3fb2b8f0d42560aa8b7c0b920385 /sys/cam
parent07a99bdf8377f01ee0e859f2b401ff26270da531 (diff)
downloadFreeBSD-src-c9f73458f04b3659799ac153431b6f939bee2f6e.zip
FreeBSD-src-c9f73458f04b3659799ac153431b6f939bee2f6e.tar.gz
Add a Quirk entry for the USB SimpleTech UCF-100 compact flash reader.
Note that even with the quirk entry the reader typically only works if the USB device is recognized by UHCI instead of the generic OHCI driver.
Diffstat (limited to 'sys/cam')
-rw-r--r--sys/cam/scsi/scsi_da.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/sys/cam/scsi/scsi_da.c b/sys/cam/scsi/scsi_da.c
index 720c84e..d390b6e 100644
--- a/sys/cam/scsi/scsi_da.c
+++ b/sys/cam/scsi/scsi_da.c
@@ -362,6 +362,13 @@ static struct da_quirk_entry da_quirk_table[] =
},
{
/*
+ * SimpleTech FlashLink UCF-100
+ */
+ {T_DIRECT, SIP_MEDIA_REMOVABLE, "OEI-USB", "CompactFlash", "*"},
+ /*quirks*/ DA_Q_NO_6_BYTE
+ },
+ {
+ /*
* Minolta Dimage 2330
*/
{T_DIRECT, SIP_MEDIA_REMOVABLE, "MINOLTA", "DIMAGE 2330*", "*"},
OpenPOWER on IntegriCloud