Subject: Re: Honorable Mention (Clue Category): "QVS"
To: Brad Spencer <brad@anduin.eldar.org>
From: Nathan J. Williams <nathanw@MIT.EDU>
List: current-users
Date: 02/15/2002 20:05:38
Brad Spencer <brad@anduin.eldar.org> writes:
> Hello... I got one of those... yes, they are kind of neat... The only
> problem is that I can get it to work with my Toshiba laptop running
> 1.5.1_BETA. What OS's were you all runnning??
I was running -current on my iBook (NetBSD/macppc).
In order to work, the device needed the PQUIRK_ONLYBIG quirk enabled;
I added that to the SCSI quirk list, but Lennart quickly replaced it
with some code in the umass driver that sets PQUIRK_ONLYBIG for all
umass/scsibus devices.
Try adding this stanza to the big table in sys/dev/scsipi/scsiconf.c:
{{T_DIRECT, T_REMOV,
"General", "Flash Disk Drive", ""},
PQUIRK_ONLYBIG},
- Nathan