https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=253855
--- Comment #7 from Hans Petter Selasky <hsela...@freebsd.org> --- usb_freebsd.h is for the kernel. The others are for boot-loaders. When USB_HAVE_MSCTEST is defined to 1, then all automagic mass storage quirk detection is activated. You can basically send a USB SCSI commands there and get a reply back. Maybe you can add code to taste the quirky commands early on, and then just set the USB MSC quirk flag, if you don't get the expected result, for example. --HPS -- You are receiving this mail because: You are the assignee for the bug. _______________________________________________ freebsd-usb@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-usb To unsubscribe, send any mail to "freebsd-usb-unsubscr...@freebsd.org"