aboutsummaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorJosef Karthauser <joe@FreeBSD.org>2002-08-15 22:41:20 +0000
committerJosef Karthauser <joe@FreeBSD.org>2002-08-15 22:41:20 +0000
commitc5849647cce0116a00b616806f954d63dc85e7c5 (patch)
tree7496bc11f638c91d4462affc16bf2adca1cc8c14 /sys
parent25de38b6dcc006d5037adb911ae6807d45707e7e (diff)
Notes
Diffstat (limited to 'sys')
-rw-r--r--sys/dev/usb/uhci_pci.c2
-rw-r--r--sys/pci/uhci_pci.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/usb/uhci_pci.c b/sys/dev/usb/uhci_pci.c
index 2334d31388c4..f049b9b8637c 100644
--- a/sys/dev/usb/uhci_pci.c
+++ b/sys/dev/usb/uhci_pci.c
@@ -340,7 +340,7 @@ uhci_pci_attach(device_t self)
* that the BIOS won't touch the keyboard anymore if it is connected
* to the ports of the root hub?
*/
-#ifdef UHCI_DEBUG
+#ifdef USB_DEBUG
if (pci_read_config(self, PCI_LEGSUP, 4) != PCI_LEGSUP_USBPIRQDEN)
device_printf(self, "LegSup = 0x%08x\n",
pci_read_config(self, PCI_LEGSUP, 4));
diff --git a/sys/pci/uhci_pci.c b/sys/pci/uhci_pci.c
index 2334d31388c4..f049b9b8637c 100644
--- a/sys/pci/uhci_pci.c
+++ b/sys/pci/uhci_pci.c
@@ -340,7 +340,7 @@ uhci_pci_attach(device_t self)
* that the BIOS won't touch the keyboard anymore if it is connected
* to the ports of the root hub?
*/
-#ifdef UHCI_DEBUG
+#ifdef USB_DEBUG
if (pci_read_config(self, PCI_LEGSUP, 4) != PCI_LEGSUP_USBPIRQDEN)
device_printf(self, "LegSup = 0x%08x\n",
pci_read_config(self, PCI_LEGSUP, 4));