summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authorn_hibma <n_hibma@FreeBSD.org>1999-04-10 15:23:12 +0000
committern_hibma <n_hibma@FreeBSD.org>1999-04-10 15:23:12 +0000
commit44e9cae9f6a7d126d75967c80b3a37dc9967ba0c (patch)
tree5d2200c8e1427211887be39e9cb8a940051bdfb1 /sys
parentdf095df65adaf5e8328692be7c672b20b753a222 (diff)
downloadFreeBSD-src-44e9cae9f6a7d126d75967c80b3a37dc9967ba0c.zip
FreeBSD-src-44e9cae9f6a7d126d75967c80b3a37dc9967ba0c.tar.gz
uncomment the uhci entry
Diffstat (limited to 'sys')
-rw-r--r--sys/conf/NOTES4
-rw-r--r--sys/i386/conf/LINT4
-rw-r--r--sys/i386/conf/NOTES4
3 files changed, 6 insertions, 6 deletions
diff --git a/sys/conf/NOTES b/sys/conf/NOTES
index 17040af..9da9ba4 100644
--- a/sys/conf/NOTES
+++ b/sys/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.575 1999/04/06 17:08:30 wpaul Exp $
+# $Id: LINT,v 1.576 1999/04/09 21:14:56 nik 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
@@ -2100,7 +2100,7 @@ options DPT_SHUTDOWN_SLEEP=500
# USB support
# UHCI controller
-#controller uhci0
+controller uhci0
# OHCI controller
controller ohci0
# General USB code (mandatory for USB)
diff --git a/sys/i386/conf/LINT b/sys/i386/conf/LINT
index 17040af..9da9ba4 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.575 1999/04/06 17:08:30 wpaul Exp $
+# $Id: LINT,v 1.576 1999/04/09 21:14:56 nik 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
@@ -2100,7 +2100,7 @@ options DPT_SHUTDOWN_SLEEP=500
# USB support
# UHCI controller
-#controller uhci0
+controller uhci0
# OHCI controller
controller ohci0
# General USB code (mandatory for USB)
diff --git a/sys/i386/conf/NOTES b/sys/i386/conf/NOTES
index 17040af..9da9ba4 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.575 1999/04/06 17:08:30 wpaul Exp $
+# $Id: LINT,v 1.576 1999/04/09 21:14:56 nik 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
@@ -2100,7 +2100,7 @@ options DPT_SHUTDOWN_SLEEP=500
# USB support
# UHCI controller
-#controller uhci0
+controller uhci0
# OHCI controller
controller ohci0
# General USB code (mandatory for USB)
OpenPOWER on IntegriCloud