kern/73000: UHCI driver fails to detect (certain) interrupts on
boot
Anish Mistry
mistry.7 at osu.edu
Wed Oct 27 20:50:30 PDT 2004
The following reply was made to PR kern/73000; it has been noted by GNATS.
From: Anish Mistry <mistry.7 at osu.edu>
To: freebsd-gnats-submit at freebsd.org, Danovitsch at vitsch.net
Cc:
Subject: Re: kern/73000: UHCI driver fails to detect (certain) interrupts on boot
Date: Wed, 27 Oct 2004 23:49:46 -0400
--nextPart3843205.PEoKmibn7b
Content-Type: text/plain;
charset="us-ascii"
Content-Transfer-Encoding: quoted-printable
Content-Disposition: inline
Removing the second change seem to not cause mine to break. Does this stil=
l=20
fix the problem for you?
=2D-- uhci.c.orig Wed Oct 27 23:02:43 2004
+++ uhci.c Wed Oct 27 23:43:40 2004
@@ -1552,7 +1552,7 @@
for (; timo >=3D 0; timo--) {
usb_delay_ms(&sc->sc_bus, 1);
DPRINTFN(20,("uhci_waitintr: 0x%04x\n", UREAD2(sc, UHCI_STS)));
=2D if (UREAD2(sc, UHCI_STS) & UHCI_STS_USBINT)
+ if (UREAD2(sc, UHCI_STS) & UHCI_STS_ALLINTRS)
uhci_intr1(sc);
if (xfer->status !=3D USBD_IN_PROGRESS)
return;
=2D-=20
Anish Mistry
--nextPart3843205.PEoKmibn7b
Content-Type: application/pgp-signature
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.6 (FreeBSD)
iD8DBQBBgGxlxqA5ziudZT0RAlbRAJ9RIEuAmLDab2kGEEy+GGEwdBQBugCg1nkI
DYKAQlpCZ8XRVRuSmzSiZKI=
=u7Le
-----END PGP SIGNATURE-----
--nextPart3843205.PEoKmibn7b--
More information about the freebsd-bugs
mailing list