]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Make uhci_waitintr() robust to interrupts being enabled, even though
authorIan Dowse <iedowse@FreeBSD.org>
Tue, 11 Mar 2003 09:12:55 +0000 (09:12 +0000)
committerIan Dowse <iedowse@FreeBSD.org>
Tue, 11 Mar 2003 09:12:55 +0000 (09:12 +0000)
commitec8b828fc4710eff245d9101b344e37051962882
tree367079608a876b3f1d55c2ab83956c8007c935a8
parent29568c01916dde036ede945683b7a9d02f489592
Make uhci_waitintr() robust to interrupts being enabled, even though
it is expected that they will not be enabled at the time that it
is called. This is reported to work around a problem in RELENG_4
where the kernel panics on boot if FAST_IPSEC and crypto support
are enabled.

Tested by: Scott Johnson <scottj@insane.com>
sys/dev/usb/uhci.c