Boaz Harrosh wrote:
> The last git recorded real change to this driver was it's insertion
> into git by Linus.
>
> Is this an indication that this driver is no longer used and
> can be removed?
It is definitely used. The driver was introduced for a line of Archos MP3
players which are still in a
Bob Frey wrote:
> Don't use bitfields
Ok. I browsed the existing scsi drivers to see if bitfields was kosher and
since most existing drivers use them, I thought it was ok. Oh well.
Here's version two. No bitfields.
/Björn
--- scsi.h Tue Sep 5 23:08:55 2000
+++ /home/bjst/src/scsi.h
Here's a suggestion for changes in the scsi.h include file. I have added a
few missing opcodes and some missing device types.
I have also added a definition of the very frequently used INQUIRY response
data struct. It is currently duplicated in about a dozen different drivers
and every new driver
Hi.
I've been browsing the scsi sources, looking for a definition of the
return data struct from the INQUIRY command (since I need it in a
USB/ATAPI driver I'm working on and I didn't want to reinvent the wheel).
I was rather surprised to find no such structure "publicly" defined
anywhere. Inste
4 matches
Mail list logo