diff options
author | scottl <scottl@FreeBSD.org> | 2001-10-15 02:05:06 +0000 |
---|---|---|
committer | scottl <scottl@FreeBSD.org> | 2001-10-15 02:05:06 +0000 |
commit | e55ef2889e9a23f0c54ae93a3d9459a161f774d5 (patch) | |
tree | 2ffbada7bf439019f0931a29b50fbf48f948c4df /sys/cam | |
parent | 7e528e5a62605eb389a67ae2ea8dfaf0c60ca51b (diff) | |
download | FreeBSD-src-e55ef2889e9a23f0c54ae93a3d9459a161f774d5.zip FreeBSD-src-e55ef2889e9a23f0c54ae93a3d9459a161f774d5.tar.gz |
Add a quirk entry so that the Maxtor 3000LE USB drive will work.
Submitted by: merry, Randy Bush <randy@psg.com>
MFC after: 3 days
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 31994c0..c61bc73 100644 --- a/sys/cam/scsi/scsi_da.c +++ b/sys/cam/scsi/scsi_da.c @@ -249,6 +249,13 @@ static struct da_quirk_entry da_quirk_table[] = {T_DIRECT, SIP_MEDIA_REMOVABLE, "Sony", "Sony DSC", "*"}, /*quirks*/ DA_Q_NO_6_BYTE|DA_Q_NO_SYNC_CACHE }, + { + /* + * Maxtor 3000LE USB Drive + */ + {T_DIRECT, SIP_MEDIA_FIXED, "MAXTOR*", "K040H2*", "*"}, + /*quirks*/ DA_Q_NO_6_BYTE + }, { {T_OPTICAL, SIP_MEDIA_REMOVABLE, "FUJITSU", "MCF3064AP", "*"}, /*quirks*/ DA_Q_NO_6_BYTE |