summaryrefslogtreecommitdiffstats
path: root/sys/cam
diff options
context:
space:
mode:
authordillon <dillon@FreeBSD.org>2002-05-29 20:25:59 +0000
committerdillon <dillon@FreeBSD.org>2002-05-29 20:25:59 +0000
commitd3e6471535d70d20ef68170e927c229a0604f032 (patch)
tree79dbf5b8d8c881e81ede173164c2891c41052d44 /sys/cam
parent4383144a9a854e7be2909f9e94b9f9461182cf43 (diff)
downloadFreeBSD-src-d3e6471535d70d20ef68170e927c229a0604f032.zip
FreeBSD-src-d3e6471535d70d20ef68170e927c229a0604f032.tar.gz
PR: kern/38208
X-MFC after: immediate w/ release eng approval.
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 d390b6e..04dcb76 100644
--- a/sys/cam/scsi/scsi_da.c
+++ b/sys/cam/scsi/scsi_da.c
@@ -376,6 +376,13 @@ static struct da_quirk_entry da_quirk_table[] =
},
{
/*
+ * Minolta Dimage E203
+ */
+ {T_DIRECT, SIP_MEDIA_REMOVABLE, "MINOLTA", "DiMAGE E203", "*"},
+ /*quirks*/ DA_Q_NO_6_BYTE|DA_Q_NO_SYNC_CACHE
+ },
+ {
+ /*
* DIVA USB Mp3 Player.
* Doesn't work correctly with 6 byte reads/writes.
*/
OpenPOWER on IntegriCloud