diff options
Diffstat (limited to 'sys/arch/i386')
-rw-r--r-- | sys/arch/i386/conf/GENERIC | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/arch/i386/conf/GENERIC b/sys/arch/i386/conf/GENERIC index 8255025f3c2..a59d3efb36e 100644 --- a/sys/arch/i386/conf/GENERIC +++ b/sys/arch/i386/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.703 2010/12/11 20:48:21 damien Exp $ +# $OpenBSD: GENERIC,v 1.704 2010/12/15 11:24:29 jsg Exp $ # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -266,8 +266,8 @@ ukbd* at uhidev? # USB keyboard wskbd* at ukbd? mux 1 ucycom* at uhidev? # Cypress serial ucom* at ucycom? -#uticom* at uhub? # TI serial -#ucom* at uticom? +uticom* at uhub? # TI serial +ucom* at uticom? uhid* at uhidev? # USB generic HID support aue* at uhub? # ADMtek AN986 Pegasus Ethernet atu* at uhub? # Atmel AT76c50x based 802.11b |