From f06b2abff3daf6b94f453c378d645e195599e808 Mon Sep 17 00:00:00 2001 From: Nick Hibma Date: Wed, 16 Jun 1999 17:34:36 +0000 Subject: [PATCH] Remove option USBVERBOSE Add the options for debugging used in dev/usb/*.c Submitted by: Kazu --- sys/dev/usb/uhci_pci.c | 4 ++-- sys/pci/uhci_pci.c | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/sys/dev/usb/uhci_pci.c b/sys/dev/usb/uhci_pci.c index 3e84baed5219..5c75cd3ebd32 100644 --- a/sys/dev/usb/uhci_pci.c +++ b/sys/dev/usb/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); diff --git a/sys/pci/uhci_pci.c b/sys/pci/uhci_pci.c index 3e84baed5219..5c75cd3ebd32 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);