summaryrefslogtreecommitdiffstats
path: root/sys/i386
diff options
context:
space:
mode:
authorn_hibma <n_hibma@FreeBSD.org>1999-04-11 20:53:50 +0000
committern_hibma <n_hibma@FreeBSD.org>1999-04-11 20:53:50 +0000
commit6bf6c25391402cd8399f5e212ff83ea24e2c9c75 (patch)
tree7bffdfda601bd1ed85146a81100d0a842c08a97f /sys/i386
parent94f89925adaf485e8c44ea5051caca0d5144810a (diff)
downloadFreeBSD-src-6bf6c25391402cd8399f5e212ff83ea24e2c9c75.zip
FreeBSD-src-6bf6c25391402cd8399f5e212ff83ea24e2c9c75.tar.gz
Make debugging more selective.
Remove debugging options from GENERIC
Diffstat (limited to 'sys/i386')
-rw-r--r--sys/i386/conf/GENERIC6
-rw-r--r--sys/i386/conf/LINT12
-rw-r--r--sys/i386/conf/NOTES12
3 files changed, 21 insertions, 9 deletions
diff --git a/sys/i386/conf/GENERIC b/sys/i386/conf/GENERIC
index 35f3a68..7ea722f 100644
--- a/sys/i386/conf/GENERIC
+++ b/sys/i386/conf/GENERIC
@@ -11,7 +11,7 @@
# device lines is present in the ./LINT configuration file. If you are
# in doubt as to the purpose or necessity of a line, check first in LINT.
#
-# $Id: GENERIC,v 1.155 1999/03/16 13:34:00 sos Exp $
+# $Id: GENERIC,v 1.156 1999/03/29 17:56:27 ken Exp $
machine "i386"
cpu "I386_CPU"
@@ -225,7 +225,3 @@ options SYSVMSG
#device umodem0
#device uhid0
#device ugen0
-
-#
-#options USB_DEBUG
-#options USBVERBOSE
diff --git a/sys/i386/conf/LINT b/sys/i386/conf/LINT
index 9da9ba4..67870f1 100644
--- a/sys/i386/conf/LINT
+++ b/sys/i386/conf/LINT
@@ -2,7 +2,7 @@
# LINT -- config file for checking all the sources, tries to pull in
# as much of the source tree as it can.
#
-# $Id: LINT,v 1.576 1999/04/09 21:14:56 nik Exp $
+# $Id: LINT,v 1.577 1999/04/10 15:23:12 n_hibma Exp $
#
# NB: You probably don't want to try running a kernel built from this
# file. Instead, you should start from GENERIC, and add options from
@@ -2125,5 +2125,13 @@ device uhid0
# Generic USB device driver
device ugen0
#
+options UHCI_DEBUG
+options OHCI_DEBUG
options USB_DEBUG
-options USBVERBOSE
+options UHUB_DEBUG
+options UMS_DEBUG
+options UKBD_DEBUG
+options UMASS_DEBUG
+options UHID_DEBUG
+options UGEN_DEBUG
+options ULPT_DEBUG
diff --git a/sys/i386/conf/NOTES b/sys/i386/conf/NOTES
index 9da9ba4..67870f1 100644
--- a/sys/i386/conf/NOTES
+++ b/sys/i386/conf/NOTES
@@ -2,7 +2,7 @@
# LINT -- config file for checking all the sources, tries to pull in
# as much of the source tree as it can.
#
-# $Id: LINT,v 1.576 1999/04/09 21:14:56 nik Exp $
+# $Id: LINT,v 1.577 1999/04/10 15:23:12 n_hibma Exp $
#
# NB: You probably don't want to try running a kernel built from this
# file. Instead, you should start from GENERIC, and add options from
@@ -2125,5 +2125,13 @@ device uhid0
# Generic USB device driver
device ugen0
#
+options UHCI_DEBUG
+options OHCI_DEBUG
options USB_DEBUG
-options USBVERBOSE
+options UHUB_DEBUG
+options UMS_DEBUG
+options UKBD_DEBUG
+options UMASS_DEBUG
+options UHID_DEBUG
+options UGEN_DEBUG
+options ULPT_DEBUG
OpenPOWER on IntegriCloud