Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 21 Jan 2013 08:04:47 +0100
From:      Hans Petter Selasky <hselasky@c2i.net>
To:        "Waitman Gobble" <uzimac@da3m0n8t3r.com>
Cc:        freebsd-usb@freebsd.org
Subject:   Re: SDDR-289 slo-mo reboot
Message-ID:  <201301210804.47465.hselasky@c2i.net>
In-Reply-To: <1358716535.58881@da3m0n8t3r.com>
References:  <1358716535.58881@da3m0n8t3r.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Sunday 20 January 2013 22:15:35 Waitman Gobble wrote:
> Hans Petter Selasky <hselasky@c2i.net> wrote ..
> 
> > On Sunday 20 January 2013 18:05:46 Waitman Gobble wrote:
> > > > USB_QUIRK(SANDISK, IMAGEMATE_SDDR289, 0x0000, 0xffff,
> > > > 
> > > >      UQ_MSC_FORCE_PROTO_SCSI, UQ_MSC_NO_INQUIRY |
> > > >      UQ_MSC_NO_GETMAXLUN),
> > 
> > Can you try this:
> > 
> > USB_QUIRK(SANDISK, IMAGEMATE_SDDR289, 0x0000, 0xffff, UQ_MSC_NO_INQUIRY,
> > UQ_MSC_NO_GETMAXLUN),
> > 
> > There should be a "," and not "|".
> > 
> > --HPS
> 
> Hi,
> I noticed that on another line and thought it was valid.
> 
> For example, a different device in sys/dev/usb/quirk/usb_quirk.c:
> 
> USB_QUIRK(ONSPEC, UCF100, 0x0000, 0xffff, UQ_MSC_FORCE_WIRE_BBB,
>             UQ_MSC_FORCE_PROTO_ATAPI, UQ_MSC_NO_INQUIRY |
> UQ_MSC_NO_GETMAXLUN),
> 
> 
> Anyway, I removed the UQ_MSC_NO_INQUIRY from the SDDR189 quirk and it seems
> to work, at least the boot problem is solved.
> 
> Thank you,

I see, so basically that quirk is disabling the default MSC tester. I think 
you need a few more quirks!

http://svnweb.freebsd.org/changeset/base/245725

--HPS



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