Revised drivers from Julian. Support for generic scsi. Fixed scsi tape (st.c)
authorRod Grimes <rgrimes@FreeBSD.org>
Sat, 28 Aug 1993 03:08:59 +0000 (03:08 +0000)
committerRod Grimes <rgrimes@FreeBSD.org>
Sat, 28 Aug 1993 03:08:59 +0000 (03:08 +0000)
commitd4284689ee0e14443f251b26b206e2cc362878b2
tree523362ec4fbbe5ca1b4843200fe625ad4d698fba
parent3e9a2bcb154619c9f9422339082e3cead3cafe0d
Revised drivers from Julian.  Support for generic scsi.  Fixed scsi tape (st.c)
problems with respect to multiple tar files on one tape.  Now uses malloc
of data structures to reduce static kernel size.
sys/scsi/README
sys/scsi/cd.c
sys/scsi/scsi_generic.h [new file with mode: 0644]
sys/scsi/scsi_tape.h
sys/scsi/scsiconf.c
sys/scsi/scsiconf.h
sys/scsi/sd.c
sys/scsi/sg.c [new file with mode: 0644]
sys/scsi/st.c