Re: Success! [with patch] (was Re: umass & ATAPI)

2001-12-06 Thread Lars Eggert
Martin Heller wrote: > I can confirm that the patches are also working flawlessly for a Pentax > Optio 330 on a 5.0-current system. Great! Did you try the patch I posted (quirks added to scsi_da.c) or the one from the PR? (They're different.) Lars -- Lars Eggert <[EMAIL PROTECTED]>

Re: Success! [with patch] (was Re: umass & ATAPI)

2001-12-05 Thread Martin Heller
I can confirm that the patches are also working flawlessly for a Pentax Optio 330 on a 5.0-current system. M. Heller To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-hackers" in the body of the message

RE: Success! [with patch] (was Re: umass & ATAPI)

2001-12-03 Thread Lars Eggert
Hi, Bernd and me have mailed privately, and there's another solution besides adding a quirk to scsi_da.c. It's based on a patch posted by Gerd Knops to the usb-bsd list (http://groups.yahoo.com/group/usb-bsd/message/1233). It adds 6-to-10 conversion for SCSI commands, which makes many devices wor

Re: Success! [with patch] (was Re: umass & ATAPI)

2001-12-03 Thread Lars Eggert
Bernd Walter wrote: > Are you shure you need to change the #if 0? > Especialy the first should only have an effect on different devices. > Can you please try with both to default and if that failed with > the first on default. Sure! With both = 0, I get: umass0: Unsupported command protocol

Re: Success! [with patch] (was Re: umass & ATAPI)

2001-12-03 Thread Bernd Walter
On Mon, Dec 03, 2001 at 03:19:03PM -0800, Lars Eggert wrote: > Bernd Walter wrote: > > >But from memory it sounds like a new device for the quirk table. > > Yes, adding quirks to scsi_da.c and enabling ATAPI in umass.c made the > camera attach and mount correctly. Copying also works fine. Patch