Date: Fri, 22 Apr 2016 06:03:22 +0000 From: bugzilla-noreply@freebsd.org To: freebsd-usb@FreeBSD.org Subject: [Bug 208959] UHCI interrupt storm with "uhci_interrupt: uhci_interrupt: host controller halted" Message-ID: <bug-208959-17-qSSchOAyqF@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-208959-17@https.bugs.freebsd.org/bugzilla/>
index | next in thread | previous in thread | raw e-mail
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=208959 --- Comment #3 from Hans Petter Selasky <hselasky@FreeBSD.org> --- In sys/dev/usb/controller/uhci.c try to change: /* get acknowledge bits */ status &= (UHCI_STS_USBINT | UHCI_STS_USBEI | UHCI_STS_RD | UHCI_STS_HSE | UHCI_STS_HCPE | UHCI_STS_HCH); Into: /* get acknowledge bits */ status &= (UHCI_STS_USBINT | UHCI_STS_USBEI | UHCI_STS_RD | UHCI_STS_HSE | UHCI_STS_HCPE); I'm not sure if it helps. --HPS -- You are receiving this mail because: You are the assignee for the bug.home | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-208959-17-qSSchOAyqF>
