summaryrefslogtreecommitdiffstats
path: root/sys/amd64
diff options
context:
space:
mode:
authorn_hibma <n_hibma@FreeBSD.org>1998-11-26 23:13:13 +0000
committern_hibma <n_hibma@FreeBSD.org>1998-11-26 23:13:13 +0000
commit1f1ab4819c23e37e12cd77a9f862f0b56a026bd6 (patch)
tree34b8718ca7c243ba6fca181b98eb980de3d02aca /sys/amd64
parentcb434691d915a69b39259cd29b94ec59672a7ca3 (diff)
downloadFreeBSD-src-1f1ab4819c23e37e12cd77a9f862f0b56a026bd6.zip
FreeBSD-src-1f1ab4819c23e37e12cd77a9f862f0b56a026bd6.tar.gz
Initial commit of ported NetBSD USB stack
Diffstat (limited to 'sys/amd64')
-rw-r--r--sys/amd64/conf/GENERIC21
1 files changed, 20 insertions, 1 deletions
diff --git a/sys/amd64/conf/GENERIC b/sys/amd64/conf/GENERIC
index 930349a..f2c58b6 100644
--- a/sys/amd64/conf/GENERIC
+++ b/sys/amd64/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.130 1998/11/03 22:01:21 des Exp $
+# $Id: GENERIC,v 1.131 1998/11/12 11:29:28 obrien Exp $
machine "i386"
cpu "I386_CPU"
@@ -179,3 +179,22 @@ options SYSVSHM
# option. The number of devices determines the maximum number of
# simultaneous BPF clients programs runnable.
#pseudo-device bpfilter 4 #Berkeley packet filter
+
+
+# USB support
+#controller uhci0
+#controller usb0
+#
+# for the moment we have to specify the priorities of the device
+# drivers explicitly by the ordering in the list below. This will
+# be changed in the future.
+#
+#device ums0
+#device ukbd0
+#device ulpt0
+#device uhub0
+#device hid0
+#device ugen0
+#
+#options USB_DEBUG
+#options USBVERBOSE
OpenPOWER on IntegriCloud