diff options
| author | Matthew Dillon <dillon@FreeBSD.org> | 2002-05-29 20:25:59 +0000 |
|---|---|---|
| committer | Matthew Dillon <dillon@FreeBSD.org> | 2002-05-29 20:25:59 +0000 |
| commit | 9424cbcf697b71c9592365349830fcd96ff6a5e9 (patch) | |
| tree | 79dbf5b8d8c881e81ede173164c2891c41052d44 /sys/cam | |
| parent | f4258597dc6629a17792a5443e7403ba5f5162ff (diff) | |
Notes
Diffstat (limited to 'sys/cam')
| -rw-r--r-- | sys/cam/scsi/scsi_da.c | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/sys/cam/scsi/scsi_da.c b/sys/cam/scsi/scsi_da.c index d390b6eaa079..04dcb7601a46 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. */ |
