summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjoe <joe@FreeBSD.org>2002-08-15 22:41:20 +0000
committerjoe <joe@FreeBSD.org>2002-08-15 22:41:20 +0000
commit1db3df408a5d825841518c6eac5dd571a67e5370 (patch)
tree7496bc11f638c91d4462affc16bf2adca1cc8c14
parent5a9591b4a5f4faf39fe056471b8d64fddf258e79 (diff)
downloadFreeBSD-src-1db3df408a5d825841518c6eac5dd571a67e5370.zip
FreeBSD-src-1db3df408a5d825841518c6eac5dd571a67e5370.tar.gz
UHCI_DEBUG -> USB_DEBUG.
-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 2334d31..f049b9b 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 2334d31..f049b9b 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));
OpenPOWER on IntegriCloud