Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 28 Dec 2013 13:24:59 +0100
From:      Patrick Lamaiziere <patfbsd@davenulle.org>
To:        Patrick Lamaiziere <patfbsd@davenulle.org>
Cc:        Alexander Motin <mav@freebsd.org>, Stan Gammons <s_gammons@charter.net>, freebsd-usb@FreeBSD.org
Subject:   Re: usb/184014: USB storage devices do not work in FreeBSD 9.2 or higher.
Message-ID:  <20131228132459.726d0ef9@davenulle.org>
In-Reply-To: <20131228131119.6870638d@davenulle.org>
References:  <201311171710.rAHHA1u6048454@freefall.freebsd.org> <20131228131119.6870638d@davenulle.org>

next in thread | previous in thread | raw e-mail | index | archive | help
Le Sat, 28 Dec 2013 13:11:19 +0100,
Patrick Lamaiziere <patfbsd@davenulle.org> a écrit :

> Le Sun, 17 Nov 2013 17:10:01 GMT,
> Stan Gammons <s_gammons@charter.net> a écrit :
> 
> > The following reply was made to PR usb/184014; it has been noted by
> > GNATS.
> > 
> > From: Stan Gammons <s_gammons@charter.net>
> > To: Hans Petter Selasky <hans.petter.selasky@bitfrost.no>, 
> >  "freebsd-gnats-submit@FreeBSD.org"
> > <freebsd-gnats-submit@FreeBSD.org> Cc: Alexander Motin
> > <mav@freebsd.org> Subject: Re: usb/184014: USB storage devices do
> > not work in FreeBSD 9.2 or higher.
> > Date: Sun, 17 Nov 2013 11:06:20 -0600
> > 
> >  I've been unable to figure out what quirks are needed to make this
> > work. 
> >  Using usbconfig or a different brand USB drive are the easiest
> > things to do. 
> >  Thanks for the help.
> 
> the quirk is something like :
> {
>     /*
>      * Kingston DT 101 G2 USB stick.
>      * PR: 
>      */
>      {T_DIRECT, SIP_MEDIA_REMOVABLE, "Kingston", "DT 101 G2",
>      "*"}, /*quirks*/ DA_Q_NO_PREVENT 
> },
> 
> I've submitted a PR for this in july 
> http://www.freebsd.org/cgi/query-pr.cgi?pr=180837
> 
> Unfortunatly, the pr database is offline...
> here a copy :
> http://lists.freebsd.org/pipermail/freebsd-bugs/2013-July/053356.html

Hmm, looks like your stick is a DT 100 G2, the patch is for DT 101 G2.
According to NetBSD (see the PR) this usb stick needs this quirk too,
but you should add a similar quirk.

The good URL for netbsd commit is
http://freshbsd.org/search?project=netbsd&q=DT+100

Stan, could you test this and may be update the PR please?

Thanks, regards.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20131228132459.726d0ef9>