summaryrefslogtreecommitdiffstats
path: root/sys/pci/uhci_pci.c
diff options
context:
space:
mode:
authorn_hibma <n_hibma@FreeBSD.org>1999-06-16 17:34:36 +0000
committern_hibma <n_hibma@FreeBSD.org>1999-06-16 17:34:36 +0000
commitbb3228e5159c1ed89d8256f48b4697ba2da69c7c (patch)
treea62d24f8475987206f49835864437e8dcb5dc28e /sys/pci/uhci_pci.c
parent7982ba2bb49629ee5f7bae21f471e1c1145165d0 (diff)
downloadFreeBSD-src-bb3228e5159c1ed89d8256f48b4697ba2da69c7c.zip
FreeBSD-src-bb3228e5159c1ed89d8256f48b4697ba2da69c7c.tar.gz
Remove option USBVERBOSE
Add the options for debugging used in dev/usb/*.c Submitted by: Kazu
Diffstat (limited to 'sys/pci/uhci_pci.c')
-rw-r--r--sys/pci/uhci_pci.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/pci/uhci_pci.c b/sys/pci/uhci_pci.c
index 3e84bae..5c75cd3 100644
--- a/sys/pci/uhci_pci.c
+++ b/sys/pci/uhci_pci.c
@@ -1,4 +1,4 @@
-/* FreeBSD $Id: uhci_pci.c,v 1.8 1999/05/08 21:59:42 dfr Exp $ */
+/* FreeBSD $Id: uhci_pci.c,v 1.9 1999/06/13 20:46:10 n_hibma Exp $ */
/*
* Copyright (c) 1998 The NetBSD Foundation, Inc.
@@ -209,7 +209,7 @@ uhci_pci_attach(device_t dev)
legsup = pci_read_config(dev, PCI_LEGSUP, 4);
if ( !(legsup & PCI_LEGSUP_USBPIRQDEN) ) {
-#if ! (defined(USBVERBOSE) || defined(USB_DEBUG))
+#ifndef USB_DEBUG
if (bootverbose)
#endif
printf("uhci%d: PIRQD enable not set\n", unit);
OpenPOWER on IntegriCloud