On Mon, 20 Jan 2003, Kenneth Culver wrote:
> > > Hi,
> > >   I just tried to use a Genesys Logic USB Compact Flash card reader,
> > > and the following messages come up, followed by a panic:
> > >
> > > Jan 19 19:41:30 kenshin kernel: umass0: Genesys Logic USB Storage Device,
> > > rev 1.
> > > 10/1.13, addr 2
> > > Jan 19 19:41:30 kenshin kernel: umass0: Get Max Lun not supported
> > > (STALLED)
> > > Jan 19 19:41:30 kenshin kernel: umass0: BBB reset failed, IOERROR
> > > Jan 19 19:41:30 kenshin kernel: umass0: BBB bulk-in clear stall failed,
> > > IOERROR
> > > Jan 19 19:41:30 kenshin kernel: umass0: BBB bulk-out clear stall failed,
> > > IOERROR
> > >
> > > After this, FreeBSD panics. I havn't had time to get a full backtrace, but
> > > I'll send that once I get it. In the mean-time, is there any fix for the
> > > error I'm getting?
> >
> I think I know what the problem is. Basically a lot of devices have
> problems with I guess the 6 byte commands... if you look in scsi_da.c you
> can find several "quirks" entries. I'm working on figuring out what to put
> for my vendor and product id's in order to add the quirk for my device.

To start, copy a quirk entry and wildcard a lot:
  "Genesys*", "*", "*"

Then do camcontrol inquiry daX and change the quirk to be more specific.

Backtrace would be useful since you shouldn't be getting a panic.  At the
worst, your usb reader just wouldn't work.

-Nate


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message

Reply via email to