umass (da) quirk ?

Patrick Lamaiziere patfbsd at davenulle.org
Thu Jul 25 12:23:57 UTC 2013


Hello,

9.2/amd64

I have to add a scsi_da quirk (Q_DA_NO_PREVENT) on a Kinston DT 101 G2
usb stick to make it works.

This quirk is confirmed by a PR on Netbsd but NetBSD adds also few
other Kingston usb keys with this quirk.
http://freshbsd.org/commit/netbsd/6920595603b43ca9e73ca9bcc95e63d9201c9ad3

So while I'm here, i would like to include these other devices in my
PR, but how can I know the match string to put in the quirk without the
hardware?

the quirk is:
{
    /*
     * Kingston DT 101 G2 USB stick.
     * PR: 
     */
     {T_DIRECT, SIP_MEDIA_REMOVABLE, "Kingston", "DT 101 G2",
     "*"}, /*quirks*/ DA_Q_NO_PREVENT 
},

Another question, I'm sure this key worked on FreeBSD 9.0, and it works
fine on 8.3. I am asking why a quirk is needed now?

Thanks, Regards.


More information about the freebsd-usb mailing list