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:
parent
25de38b6dc
commit
c5849647cc
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=101952
@ -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));
|
||||
|
@ -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));
|
||||
|
Loading…
Reference in New Issue
Block a user