diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2009-05-16 05:47:45 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2009-05-16 05:47:45 +0000 |
commit | af864008239b7d6dce67dbc4e70b81544a803d54 (patch) | |
tree | b984b64bba803f09ffd63ba8ea3e5b529c97817a /sys/arch/armish | |
parent | 9c46cab4facf28bab824e117a5744f6f69a7784c (diff) |
udl(4) and the wsmux(4) work on armish
Diffstat (limited to 'sys/arch/armish')
-rw-r--r-- | sys/arch/armish/conf/GENERIC | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/sys/arch/armish/conf/GENERIC b/sys/arch/armish/conf/GENERIC index 706591d6abb..f1e51df15ad 100644 --- a/sys/arch/armish/conf/GENERIC +++ b/sys/arch/armish/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.26 2009/05/01 22:03:00 miod Exp $ +# $OpenBSD: GENERIC,v 1.27 2009/05/16 05:47:44 deraadt Exp $ # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -128,6 +128,8 @@ ums* at uhidev? # USB mouse wsmouse* at ums? mux 0 ukbd* at uhidev? # USB keyboard wskbd* at ukbd? mux 1 +udl* at uhub? # USB DisplayLink video +wsdisplay* at udl? ucycom* at uhidev? # Cypress serial ucom* at ucycom? uhid* at uhidev? # USB generic HID support @@ -201,7 +203,7 @@ owsbm* at onewire? # Smart Battery Monitor owtemp* at onewire? # Temperature # mouse & keyboard multiplexor pseudo-devices -#pseudo-device wsmux 2 +pseudo-device wsmux 2 pseudo-device crypto 1 pseudo-device hotplug 1 # devices hot plugging #pseudo-device raid 4 # RAIDframe disk driver |