Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: syssrc/sys/dev/usb
Module Name: syssrc
Committed By: augustss
Date: Mon Dec 24 13:25:53 UTC 2001
Modified Files:
syssrc/sys/dev/usb: files.usb umass.c umass_quirks.c umassvar.h
Added Files:
syssrc/sys/dev/usb: umass_scsipi.c umass_scsipi.h
Log Message:
Make the separation between wire protocol (umass.c) and command protocol
(umass_scsipi.c) more distinct.
It is now possible to add new command protocols with a minimum of change.
The umassbus.[ch] files have been renamed umass_scsipi.[ch] since this
reflects their purpose better.
To generate a diff of this commit:
cvs rdiff -r1.33 -r1.34 syssrc/sys/dev/usb/files.usb
cvs rdiff -r1.78 -r1.79 syssrc/sys/dev/usb/umass.c
cvs rdiff -r1.2 -r1.3 syssrc/sys/dev/usb/umass_quirks.c
cvs rdiff -r0 -r1.1 syssrc/sys/dev/usb/umass_scsipi.c \
syssrc/sys/dev/usb/umass_scsipi.h
cvs rdiff -r1.10 -r1.11 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.
Home |
Main Index |
Thread Index |
Old Index