Subject: CVS commit: syssrc
To: None <source-changes@netbsd.org>
From: Lennart Augustsson <augustss@netbsd.org>
List: source-changes
Date: 04/13/2001 15:24:11
Module Name:	syssrc
Committed By:	augustss
Date:		Fri Apr 13 12:24:11 UTC 2001

Modified Files:
	syssrc/sys/dev/usb: files.usb umass.c
Added Files:
	syssrc/sys/dev/usb: umassbus.c umassbus.h umassvar.h

Log Message:
Split the umass driver into the part that handles the X-over-USB protocol
(umass.c) and the part that handles scsibus/atapibus (umassbus.c).
This way the must port specific stuff can be removed from umass.c.


To generate a diff of this commit:
cvs rdiff -r1.29 -r1.30 syssrc/sys/dev/usb/files.usb
cvs rdiff -r1.55 -r1.56 syssrc/sys/dev/usb/umass.c
cvs rdiff -r0 -r1.1 syssrc/sys/dev/usb/umassbus.c \
    syssrc/sys/dev/usb/umassbus.h syssrc/sys/dev/usb/umassvar.h

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