Date: Tue, 2 Apr 2002 02:53:42 -0800 (PST) From: Josef Karthauser <joe@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/usb usbdi.h Message-ID: <200204021053.g32Argw52690@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
joe 2002/04/02 02:53:42 PST
Modified files:
sys/dev/usb usbdi.h
Log:
MFNetBSD:
revision 1.50
date: 2001/04/12 01:18:24; author: thorpej; state: Exp; lines: +6 -2
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.
Revision Changes Path
1.35 +6 -2 src/sys/dev/usb/usbdi.h
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200204021053.g32Argw52690>
