summaryrefslogtreecommitdiffstats
path: root/sys/cam
diff options
context:
space:
mode:
authorkbyanc <kbyanc@FreeBSD.org>2001-11-05 23:33:18 +0000
committerkbyanc <kbyanc@FreeBSD.org>2001-11-05 23:33:18 +0000
commitb952fa42f3392b9a13810f3f4ff5050f867d3d56 (patch)
treef32aa238a2a9b5fe1b1473e74e7129a4edfcc668 /sys/cam
parent786277e5d2fde6a7af2f9f8e69d71aaade857bf4 (diff)
downloadFreeBSD-src-b952fa42f3392b9a13810f3f4ff5050f867d3d56.zip
FreeBSD-src-b952fa42f3392b9a13810f3f4ff5050f867d3d56.tar.gz
Add quirk entry for Olympus E-100RS digital camera. This and the existing
quirk regarding the C- series makes me suspect that all Olympus models have the same quirks, but I cannot prove it. Submitted by: Bernd Walter <ticso@cicely8.cicely.de>
Diffstat (limited to 'sys/cam')
-rw-r--r--sys/cam/scsi/scsi_da.c10
1 files changed, 10 insertions, 0 deletions
diff --git a/sys/cam/scsi/scsi_da.c b/sys/cam/scsi/scsi_da.c
index c61bc73..61b9d55 100644
--- a/sys/cam/scsi/scsi_da.c
+++ b/sys/cam/scsi/scsi_da.c
@@ -283,6 +283,16 @@ static struct da_quirk_entry da_quirk_table[] =
{T_DIRECT, SIP_MEDIA_REMOVABLE, "OLYMPUS", "C-*", "*"},
/*quirks*/ DA_Q_NO_6_BYTE|DA_Q_NO_SYNC_CACHE
},
+ {
+ /*
+ * Olympus E-100RS digital camera.
+ * Reported by: Bernd Walter <ticso@cicely8.cicely.de>
+ * XXX See above; its likely all Olympus digital cameras
+ * have the same quirk, but I cannot confirm. - kbyanc
+ */
+ {T_DIRECT, SIP_MEDIA_REMOVABLE, "OLYMPUS", "E-100RS", "*"},
+ /*quirks*/ DA_Q_NO_6_BYTE|DA_Q_NO_SYNC_CACHE
+ },
{
/*
* KingByte Pen Drives
OpenPOWER on IntegriCloud