Subject: CVS commit: syssrc
To: None <source-changes@netbsd.org>
From: Jason R Thorpe <thorpej@netbsd.org>
List: source-changes
Date: 04/12/2001 04:18:25
Module Name:	syssrc
Committed By:	thorpej
Date:		Thu Apr 12 01:18:25 UTC 2001

Modified Files:
	syssrc/sys/dev/usb: usbdi.h

Log Message:
Only if __HAVE_GENERIC_SOFT_INTERRUPTS is then splusb == splsoftnet
(because we register the interrupt with IPL_SOFTNET).  However, if
we're using a callout, then splusb == splsoftclock (because the
callouts happen from the softclock interrupt).

Note that splsoftnet blocks softclock interrupts, but this is
meant to better describe what's going on.


To generate a diff of this commit:
cvs rdiff -r1.49 -r1.50 syssrc/sys/dev/usb/usbdi.h

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