Date: Mon, 27 Oct 2003 00:20:09 -0700 From: "Kenneth D. Merry" <ken@kdm.org> To: Hidetoshi Shimokawa <simokawa@sat.t.u-tokyo.ac.jp> Cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/cam cam_periph.c src/sys/cam/scsi scsi_cd.c Message-ID: <20031027072008.GA43732@panzer.kdm.org> In-Reply-To: <ybs7k2r2lu1.wl@ett.sat.t.u-tokyo.ac.jp> References: <200310270615.h9R6FtQY038957@repoman.freebsd.org> <ybs7k2r2lu1.wl@ett.sat.t.u-tokyo.ac.jp>
next in thread | previous in thread | raw e-mail | index | archive | help
On Mon, Oct 27, 2003 at 16:15:02 +0900, Hidetoshi Shimokawa wrote: > I have a similar problem with a da device too. > It's a FireWire/compat flash adaptor(a removable da device). > > Though I forgot the detail, it takes too long time to probe if > the media is not present. > Do we have to patch scsi_da.c too? Actually, I just removed a TUR that PHK put in cdsize() before the read capacity. (i.e. I didn't add anything) The hope is that this fix to the error recovery code might fix problems like yours. So we shouldn't need to change the da(4) driver. If you have time, try out your device with this change and let me know whether it works. Ken -- Kenneth Merry ken@kdm.org
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20031027072008.GA43732>