Date: Thu, 28 Oct 2004 03:50:30 GMT From: Anish Mistry <mistry.7@osu.edu> To: freebsd-bugs@FreeBSD.org Subject: Re: kern/73000: UHCI driver fails to detect (certain) interrupts on boot Message-ID: <200410280350.i9S3oU6B062864@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR kern/73000; it has been noted by GNATS.
From: Anish Mistry <mistry.7@osu.edu>
To: freebsd-gnats-submit@freebsd.org, Danovitsch@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--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200410280350.i9S3oU6B062864>
