Date: Sun, 14 Oct 2001 20:28:01 -0700 From: Randy Bush <randy@psg.com> To: "Justin T. Gibbs" <gibbs@scsiguy.com> Cc: Bernd Walter <ticso@mail.cicely.de>, "Kenneth D. Merry" <ken@kdm.org>, freebsd-hardware@FreeBSD.ORG, freebsd-scsi@FreeBSD.ORG Subject: Re: can't mount maxtor 3000 le Message-ID: <E15syQ5-0000mZ-00@rip.psg.com> References: <20011015015508.B18139@cicely20.cicely.de> <200110150323.f9F3N4Y46382@aslan.scsiguy.com>
next in thread | previous in thread | raw e-mail | index | archive | help
>> Go into sys/cam/scsi/scsi_da.c, and add a quirk entry to disble 6 byte >> commands. > It would be better for the error handler to try 10byte cdbs if 6 > byte cdbs are returned with a ledgible error. It seems that in > at least this reported case, we are being told in a sane fashion that > the 6 byte command is not supported. i won't get in that argument, but the patch that worked being committed is *** /usr/src/sys/cam/scsi/scsi_da.c~ Mon Sep 24 08:23:55 2001 --- /usr/src/sys/cam/scsi/scsi_da.c Sun Oct 14 18:49:53 2001 *************** *** 245,250 **** --- 245,257 ---- {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 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hardware" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?E15syQ5-0000mZ-00>