Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 4 Dec 2001 01:09:45 +0100
From:      Bernd Walter <ticso@cicely8.cicely.de>
To:        Lars Eggert <larse@ISI.EDU>
Cc:        n_hibma@FreeBSD.ORG, hackers@FreeBSD.ORG
Subject:   Re: Success! [with patch] (was Re: umass & ATAPI)
Message-ID:  <20011204010945.J63943@cicely8.cicely.de>
In-Reply-To: <3C0C0867.6090209@isi.edu>
References:  <3C0BC364.9080904@isi.edu> <20011203213300.H63943@cicely8.cicely.de> <3C0BE3E7.4010003@isi.edu> <20011203220224.I63943@cicely8.cicely.de> <3C0C0867.6090209@isi.edu>

next in thread | previous in thread | raw e-mail | index | archive | help
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
ticso@cicely.de         Usergroup           info@cosmo-project.de


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-hackers" in the body of the message




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