summaryrefslogtreecommitdiffstats
path: root/sys/dev/usb/uhcireg.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/usb/uhcireg.h')
-rw-r--r--sys/dev/usb/uhcireg.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/sys/dev/usb/uhcireg.h b/sys/dev/usb/uhcireg.h
index 08983b2..d5daa08 100644
--- a/sys/dev/usb/uhcireg.h
+++ b/sys/dev/usb/uhcireg.h
@@ -48,6 +48,9 @@
#define PCI_USBREV_PRE_1_0 0x00
#define PCI_USBREV_1_0 0x10
+#define PCI_LEGSUP 0xc0 /* Legacy Support register */
+#define PCI_LEGSUP_USBPIRQDEN 0x2000 /* USB PIRQ D Enable */
+
#define PCI_CBIO 0x20 /* configuration base IO */
#define PCI_INTERFACE_UHCI 0x00
@@ -102,8 +105,6 @@
#define UHCI_PORTSC_OCIC 0x0800
#define UHCI_PORTSC_SUSP 0x1000
-#define UHCI_LEGSUP 0xc0
-
#define UHCI_FRAMELIST_COUNT 1024
#define UHCI_FRAMELIST_ALIGN 4096
OpenPOWER on IntegriCloud