diff options
| author | Josef Karthauser <joe@FreeBSD.org> | 2002-08-15 22:41:20 +0000 |
|---|---|---|
| committer | Josef Karthauser <joe@FreeBSD.org> | 2002-08-15 22:41:20 +0000 |
| commit | c5849647cce0116a00b616806f954d63dc85e7c5 (patch) | |
| tree | 7496bc11f638c91d4462affc16bf2adca1cc8c14 | |
| parent | 25de38b6dcc006d5037adb911ae6807d45707e7e (diff) | |
Notes
| -rw-r--r-- | sys/dev/usb/uhci_pci.c | 2 | ||||
| -rw-r--r-- | sys/pci/uhci_pci.c | 2 |
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)); |
