Subject: CVS commit: syssrc
To: None <source-changes@netbsd.org>
From: Lennart Augustsson <augustss@netbsd.org>
List: source-changes
Date: 02/22/2000 03:30:58
Module Name:	syssrc
Committed By:	augustss
Date:		Tue Feb 22 11:30:57 UTC 2000

Modified Files:
	syssrc/sys/dev/usb: ohci.c ohcivar.h uhci.c usb.c usbdivar.h

Log Message:
Prepare a little for having USB interrupt processing done outside the hard
interrupt level (in a thread or a softintr).
No real soft processing done yet.


To generate a diff of this commit:
cvs rdiff -r1.71 -r1.72 syssrc/sys/dev/usb/ohci.c
cvs rdiff -r1.19 -r1.20 syssrc/sys/dev/usb/ohcivar.h
cvs rdiff -r1.84 -r1.85 syssrc/sys/dev/usb/uhci.c
cvs rdiff -r1.38 -r1.39 syssrc/sys/dev/usb/usb.c
cvs rdiff -r1.46 -r1.47 syssrc/sys/dev/usb/usbdivar.h

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