1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-20 15:43:16 +00:00

UHCI_DEBUG -> USB_DEBUG.

This commit is contained in:
Josef Karthauser 2002-08-15 22:41:20 +00:00
parent 25de38b6dc
commit c5849647cc
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=101952
2 changed files with 2 additions and 2 deletions

View File

@ -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));

View File

@ -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));