Date: Tue, 11 Mar 2003 01:12:56 -0800 (PST) From: Ian Dowse <iedowse@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/usb uhci.c Message-ID: <200303110912.h2B9CuUH015018@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
iedowse 2003/03/11 01:12:56 PST FreeBSD src repository Modified files: sys/dev/usb uhci.c Log: 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> Revision Changes Path 1.133 +3 -4 src/sys/dev/usb/uhci.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-src" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200303110912.h2B9CuUH015018>