summaryrefslogtreecommitdiffstats
path: root/sys/cam
diff options
context:
space:
mode:
authorflz <flz@FreeBSD.org>2006-01-30 20:27:44 +0000
committerflz <flz@FreeBSD.org>2006-01-30 20:27:44 +0000
commit2d1ec6cb7741d15821119ca1c6a618bbc2db95fc (patch)
tree3d6a751b65c75de020462a267bd21af51918be3d /sys/cam
parent064daa7fd1f81ddf17576c032d4b38011cc39f2d (diff)
downloadFreeBSD-src-2d1ec6cb7741d15821119ca1c6a618bbc2db95fc.zip
FreeBSD-src-2d1ec6cb7741d15821119ca1c6a618bbc2db95fc.tar.gz
- Add a scsi_da.c and a umass.c quirk for Genesys 6-in-1 Card Reader.
Reported by: anders on freebsd-usb@ Tested by: anders Approved by: ssouhlal MFC after: 3 days
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 71a5900..e31a20a 100644
--- a/sys/cam/scsi/scsi_da.c
+++ b/sys/cam/scsi/scsi_da.c
@@ -427,6 +427,14 @@ static struct da_quirk_entry da_quirk_table[] =
{T_DIRECT, SIP_MEDIA_REMOVABLE, "*" , "USB DISK*",
"*"}, /*quirks*/ DA_Q_NO_SYNC_CACHE
},
+ {
+ /*
+ * Genesys 6-in-1 Card Reader
+ * No PR, reported by anders
+ */
+ {T_DIRECT, SIP_MEDIA_REMOVABLE, "Generic*", "STORAGE DEVICE*",
+ "*"}, /*quirks*/ DA_Q_NO_SYNC_CACHE
+ },
};
static disk_strategy_t dastrategy;
OpenPOWER on IntegriCloud