cvs commit: src/sys/cam cam_periph.c src/sys/cam/scsi scsi_cd.c

Kenneth D. Merry ken at kdm.org
Sun Oct 26 23:20:12 PST 2003


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 at kdm.org


More information about the cvs-src mailing list