summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authorthomas <thomas@FreeBSD.org>2003-07-17 15:33:08 +0000
committerthomas <thomas@FreeBSD.org>2003-07-17 15:33:08 +0000
commitef40f67057079dcc708b01e3964ec2a250680195 (patch)
treef1534ab200096fd05a08b46cf6588378c7f27d5b /sys
parente9cbd38c2dcad75f14a4cce044e553babda869de (diff)
downloadFreeBSD-src-ef40f67057079dcc708b01e3964ec2a250680195.zip
FreeBSD-src-ef40f67057079dcc708b01e3964ec2a250680195.tar.gz
Add quirk entry for IntelligentStick disc-on-key USB devices.
Reported by Samuel Tardieu <sam@rfc1149.net>. Reviewed by: roberto MFC after: 1 week
Diffstat (limited to 'sys')
-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 94c9581..1e518e1 100644
--- a/sys/cam/scsi/scsi_da.c
+++ b/sys/cam/scsi/scsi_da.c
@@ -276,6 +276,14 @@ static struct da_quirk_entry da_quirk_table[] =
},
{
/*
+ * Intelligent Stick USB disk-on-key
+ * Reported by: Samuel Tardieu <sam@rfc1149.net>
+ */
+ {T_DIRECT, SIP_MEDIA_REMOVABLE, "USB Card", "IntelligentStick*", "*"},
+ /*quirks*/ DA_Q_NO_6_BYTE|DA_Q_NO_SYNC_CACHE
+ },
+ {
+ /*
* Sony DSC cameras (DSC-S30, DSC-S50, DSC-S70)
*/
{T_DIRECT, SIP_MEDIA_REMOVABLE, "Sony", "Sony DSC", "*"},
OpenPOWER on IntegriCloud