Subject: CVS commit: syssrc/sys/dev/usb
To: None <source-changes@netbsd.org>
From: MAEKAWA Masahide <gehenna@netbsd.org>
List: source-changes
Date: 12/14/2001 10:46:22
Module Name:	syssrc
Committed By:	gehenna
Date:		Fri Dec 14 08:46:21 UTC 2001

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

Log Message:
Define a new structure to store wire specific control methods.
The basic BBB/CBI functions are stored as members of constant structure.
When attached device, softc holds one of that constant structures.


To generate a diff of this commit:
cvs rdiff -r1.74 -r1.75 syssrc/sys/dev/usb/umass.c
cvs rdiff -r1.15 -r1.16 syssrc/sys/dev/usb/umassbus.c
cvs rdiff -r1.6 -r1.7 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.