Date: Wed, 11 Jun 2003 11:39:01 +0200 From: "Michal F. Hanula" <frankie@kyblik.pieskovisko.sk> To: Antoine Jacoutot <ajacoutot@lphp.org>, stable@freebsd.org Subject: Re: umass device support...how generic is it? Message-ID: <20030611093901.GF61622@kyblik.pieskovisko.sk> In-Reply-To: <000001c32ffb$792f0fd0$8911933e@compaq> References: <200306091340.04199.mranner@inode.at> <000001c32ffb$792f0fd0$8911933e@compaq>
next in thread | previous in thread | raw e-mail | index | archive | help
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On Tue, Jun 10, 2003 at 11:40:38AM +0200, Antoine Jacoutot wrote: > > > My USB pen drive works well, if plugged in before booting > > the kernel: > > I also get this problem with my UDB harddrive. > Anyone has a solution for this ? Is it better to use UMASS as a module > instead of including it in the kernel ? > > Antoine I have had this problem too, the umass driver was reporting timeouts (I don't remember the messages exactly). The problem was in the da driver trying to use READ_6 comand while the device only supports READ_10. Try adding the device to da_quirk_table in src/sys/cam/scsi/scsi_da.c and recompiling. And don't forget to send-pr ;-) m&f - -- What do you care what other people think? -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.2 (FreeBSD) iD8DBQE+5vi14PY2BaN84VwRAu4vAJ9ntmevYSKaGFdwE7rVC0IaK5oMTACfUi+c wtdh3+WOkGb9q5iJGE4DcOs= =m7Pk -----END PGP SIGNATURE-----
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030611093901.GF61622>