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. Patches > attached, if someone would like to commit them. > > Thanks for the help! That was quite painless...
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. -- These quirk entries in scsi_da are a mess because all non-scsi proto umass devices need this. And unfortunatley some ide/usb converters put the ide identification on the bus, which increases the possible quirk list to every ide disk out there. Does anyone know if it is possible to put a da quirk for cam from within umass.c? umass_cam_action() or umass_*_trans/case INQUIRY comes into mind. Otherwise I will try to write some umass_*_transform routines conerting R/W_6 into _10 calls. -- B.Walter COSMO-Project http://www.cosmo-project.de [EMAIL PROTECTED] Usergroup [EMAIL PROTECTED] To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-hackers" in the body of the message

