On Tuesday 27 December 2011 15:04:28 Bartosz Fabianowski wrote: > ugen1.8: <vendor 0x091e> at usbus1 > umass1: <vendor 0x091e product 0x23c0, class 0/0, rev 1.10/5.09, addr 8> > on usbus1 > da1 at umass-sim1 bus 1 scbus4 target 0 lun 0 > da1: <Garmin GARMIN Flash 1.00> Removable Direct Access SCSI-5 device > da1: 1.000MB/s transfers > da1: 934MB (1912832 512 byte sectors: 64H 32S/T 934C) > > All my other umass devices work just fine, including a USB key that I > always have plugged in as /dev/da0 and many other USB keys and USB hard > drives.
If you compile the kernel with "options USB_DEBUG", umass will print active quirks. There has been added some quirks to force single LUN in certain scenarios. See the sys/dev/usb/usb_msctest.c --HPS _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-usb To unsubscribe, send any mail to "[email protected]"
