diff options
| author | Matthew Dillon <dillon@FreeBSD.org> | 2002-05-19 21:59:28 +0000 |
|---|---|---|
| committer | Matthew Dillon <dillon@FreeBSD.org> | 2002-05-19 21:59:28 +0000 |
| commit | dae7ca35a34b848ee66495769a2cb0eaf0307040 (patch) | |
| tree | 5b5c18d64b4e3fb2b8f0d42560aa8b7c0b920385 | |
| parent | d784a077e468c4738bd61bd5515280cf33052760 (diff) | |
Notes
| -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 720c84e3eb738..d390b6eaa0790 100644 --- a/sys/cam/scsi/scsi_da.c +++ b/sys/cam/scsi/scsi_da.c @@ -362,6 +362,13 @@ static struct da_quirk_entry da_quirk_table[] = }, { /* + * SimpleTech FlashLink UCF-100 + */ + {T_DIRECT, SIP_MEDIA_REMOVABLE, "OEI-USB", "CompactFlash", "*"}, + /*quirks*/ DA_Q_NO_6_BYTE + }, + { + /* * Minolta Dimage 2330 */ {T_DIRECT, SIP_MEDIA_REMOVABLE, "MINOLTA", "DIMAGE 2330*", "*"}, |
