Subject: CVS commit: syssrc
To: None <source-changes@netbsd.org>
From: Manuel BOUYER <bouyer@netbsd.org>
List: source-changes
Date: 06/18/2001 12:05:06
Module Name:	syssrc
Committed By:	bouyer
Date:		Mon Jun 18 09:05:06 UTC 2001

Modified Files:
	syssrc/sys/dev/scsipi: st.c st_atapi.c st_scsi.c stvar.h
Added Files:
	syssrc/sys/dev/scsipi: atapi_tape.h

Log Message:
Snapshot of ATAPI tapes support. Known to be able to read/write to tape with:
st0 at atapibus0 drive 1: <Seagate STT8000A, , 5.51> type 1 sequential
removable
Major changes may still happen in order to properly support other ATAPI
tape drives.


To generate a diff of this commit:
cvs rdiff -r0 -r1.1 syssrc/sys/dev/scsipi/atapi_tape.h
cvs rdiff -r1.140 -r1.141 syssrc/sys/dev/scsipi/st.c
cvs rdiff -r1.1 -r1.2 syssrc/sys/dev/scsipi/st_atapi.c \
    syssrc/sys/dev/scsipi/st_scsi.c syssrc/sys/dev/scsipi/stvar.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.