diff options
| author | Kelly Yancey <kbyanc@FreeBSD.org> | 2002-01-07 03:32:56 +0000 |
|---|---|---|
| committer | Kelly Yancey <kbyanc@FreeBSD.org> | 2002-01-07 03:32:56 +0000 |
| commit | 9379ee7b5049a33728c32056175d28c68698d80b (patch) | |
| tree | e0e197cbce982754bf6ffac7e867f46203b96772 | |
| parent | 23257a00570e611c77869dfd14db6bd49e56da69 (diff) | |
Notes
| -rw-r--r-- | sys/cam/scsi/scsi_da.c | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/sys/cam/scsi/scsi_da.c b/sys/cam/scsi/scsi_da.c index 8865af0c6010..03a80355ee8c 100644 --- a/sys/cam/scsi/scsi_da.c +++ b/sys/cam/scsi/scsi_da.c @@ -307,12 +307,9 @@ static struct da_quirk_entry da_quirk_table[] = }, { /* - * 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 + * Olympus digital cameras (E-100RS, E-10). */ - {T_DIRECT, SIP_MEDIA_REMOVABLE, "OLYMPUS", "E-100RS", "*"}, + {T_DIRECT, SIP_MEDIA_REMOVABLE, "OLYMPUS", "E-*", "*"}, /*quirks*/ DA_Q_NO_6_BYTE|DA_Q_NO_SYNC_CACHE }, { |
