1 Mar 2009 02:47
Re: MITSUMI USB FDD with USB4BSD does not work, neither
Michael Butler <imb <at> protected-networks.net>
2009-03-01 01:47:23 GMT
2009-03-01 01:47:23 GMT
Hans Petter Selasky wrote: > On Saturday 28 February 2009, Yoshihiro Ota wrote: >> I have a MITSUMI USB fdd and pluged in to 8-CURRENT. >> FreeBSD 8.0-CURRENT #5 r189058M: Thu Feb 26 11:29:13 EST 2009 >> >> It printed as following but nothing happened there after. >> >> ugen0.3: <MITSUMI> at usbus0 >> umass0: <MITSUMI MITSUMI USB FDD, class 0/0, rev 1.10/1.00, addr 3> on >> usbus0 umass0: SCSI over Bulk-Only; quirks = 0x0100 > ^^^ your device is listed with quirks. > Maybe the quirks are incorrect. Please check the quirk table in > /sys/dev/usb/storage/umass.c This is a similar symptom to that which I observed .. the "standard" USB2 code and quirks do this with my external USB drive: ugen4.2: <Sunplus Technology Inc.> at usbus4 umass0: <Bulk Only Interface> on usbus4 umass0: SCSI over Bulk-Only; quirks = 0x0000 umass0:3:0:-1: Attached to scbus3 xptioctl: pass driver is not in the kernel xptioctl: put "device pass" in your kernel config file umass0: at ushub4, port 3, addr 2 (disconnected) If I add a quirk entry in umass.c, I get this (once): ugen4.2: <Sunplus Technology Inc.> at usbus4 umass0: <Bulk Only Interface> on usbus4(Continue reading)
RSS Feed