summaryrefslogtreecommitdiffstats
path: root/sys/dev/usb/ehcivar.h
diff options
context:
space:
mode:
authorariff <ariff@FreeBSD.org>2006-01-16 19:23:59 +0000
committerariff <ariff@FreeBSD.org>2006-01-16 19:23:59 +0000
commitc11e59dff7c43fdae8e73050c3c95485a66c1130 (patch)
treee584435719110c9e02571fbac94cb377850d2bcc /sys/dev/usb/ehcivar.h
parent1a8b92ed8b53ca932500843344ffa46f55d5bddc (diff)
downloadFreeBSD-src-c11e59dff7c43fdae8e73050c3c95485a66c1130.zip
FreeBSD-src-c11e59dff7c43fdae8e73050c3c95485a66c1130.tar.gz
ehci_pci.c:
ATI EHCI controllers exhibit simmilar stall issues and require this dropped interrupts workaround. Be verbose about it. ehci.c: ehcivar.h: Slight change in comments to note about issues surrounding both VIA and ATI EHCI controllers. Approved by: iedowse
Diffstat (limited to 'sys/dev/usb/ehcivar.h')
-rw-r--r--sys/dev/usb/ehcivar.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/usb/ehcivar.h b/sys/dev/usb/ehcivar.h
index e1b852d..fb66ae7 100644
--- a/sys/dev/usb/ehcivar.h
+++ b/sys/dev/usb/ehcivar.h
@@ -94,7 +94,7 @@ struct ehci_soft_islot {
#define EHCI_COMPANION_MAX 8
#define EHCI_SCFLG_DONEINIT 0x0001 /* ehci_init() has been called. */
-#define EHCI_SCFLG_LOSTINTRBUG 0x0002 /* workaround for VIA chipsets */
+#define EHCI_SCFLG_LOSTINTRBUG 0x0002 /* workaround for VIA / ATI chipsets */
typedef struct ehci_softc {
struct usbd_bus sc_bus; /* base device */
OpenPOWER on IntegriCloud