diff options
author | n_hibma <n_hibma@FreeBSD.org> | 1998-11-26 23:13:13 +0000 |
---|---|---|
committer | n_hibma <n_hibma@FreeBSD.org> | 1998-11-26 23:13:13 +0000 |
commit | 1f1ab4819c23e37e12cd77a9f862f0b56a026bd6 (patch) | |
tree | 34b8718ca7c243ba6fca181b98eb980de3d02aca /sys/i386 | |
parent | cb434691d915a69b39259cd29b94ec59672a7ca3 (diff) | |
download | FreeBSD-src-1f1ab4819c23e37e12cd77a9f862f0b56a026bd6.zip FreeBSD-src-1f1ab4819c23e37e12cd77a9f862f0b56a026bd6.tar.gz |
Initial commit of ported NetBSD USB stack
Diffstat (limited to 'sys/i386')
-rw-r--r-- | sys/i386/conf/GENERIC | 21 |
1 files changed, 20 insertions, 1 deletions
diff --git a/sys/i386/conf/GENERIC b/sys/i386/conf/GENERIC index 930349a..f2c58b6 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.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 |