diff options
author | andre <andre@cvs.openbsd.org> | 2014-04-07 22:20:44 +0000 |
---|---|---|
committer | andre <andre@cvs.openbsd.org> | 2014-04-07 22:20:44 +0000 |
commit | b80601ac752c16b9d94d9f7f0a122f75d5e9f321 (patch) | |
tree | 78f8ed74d3701aa061e3bbfc0290e34056d6fa24 | |
parent | 3e71ea3126356c47a16907b3edf7d173e328ae72 (diff) |
Enable upd(4) on archs where uhidev(4) is present, requested by mpi@.
-rw-r--r-- | sys/arch/alpha/conf/GENERIC | 3 | ||||
-rw-r--r-- | sys/arch/armish/conf/GENERIC | 3 | ||||
-rw-r--r-- | sys/arch/hppa/conf/GENERIC | 3 | ||||
-rw-r--r-- | sys/arch/i386/conf/GENERIC | 3 | ||||
-rw-r--r-- | sys/arch/landisk/conf/GENERIC | 3 | ||||
-rw-r--r-- | sys/arch/loongson/conf/GENERIC | 3 | ||||
-rw-r--r-- | sys/arch/socppc/conf/GENERIC | 3 | ||||
-rw-r--r-- | sys/arch/zaurus/conf/GENERIC | 3 |
8 files changed, 16 insertions, 8 deletions
diff --git a/sys/arch/alpha/conf/GENERIC b/sys/arch/alpha/conf/GENERIC index d4c85f0c41e..c33f34c57a6 100644 --- a/sys/arch/alpha/conf/GENERIC +++ b/sys/arch/alpha/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.242 2014/04/07 08:27:23 brad Exp $ +# $OpenBSD: GENERIC,v 1.243 2014/04/07 22:20:43 andre Exp $ # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -99,6 +99,7 @@ wskbd* at ukbd? mux 1 ucycom* at uhidev? # Cypress serial ucom* at ucycom? uhid* at uhidev? # USB generic HID support +upd* at uhidev? # USB Power Devices sensors aue* at uhub? # ADMtek AN986 Pegasus Ethernet #atu* at uhub? # Atmel AT76c50x based 802.11b axe* at uhub? # ASIX Electronics AX88172 USB Ethernet diff --git a/sys/arch/armish/conf/GENERIC b/sys/arch/armish/conf/GENERIC index 413ae9b3aa5..a12ef72f2ee 100644 --- a/sys/arch/armish/conf/GENERIC +++ b/sys/arch/armish/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.51 2014/04/07 08:27:23 brad Exp $ +# $OpenBSD: GENERIC,v 1.52 2014/04/07 22:20:43 andre Exp $ # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -130,6 +130,7 @@ wsdisplay* at udl? ucycom* at uhidev? # Cypress serial ucom* at ucycom? uhid* at uhidev? # USB generic HID support +upd* at uhidev? # USB Power Devices sensors aue* at uhub? # ADMtek AN986 Pegasus Ethernet atu* at uhub? # Atmel AT76c50x based 802.11b axe* at uhub? # ASIX Electronics AX88172 USB Ethernet diff --git a/sys/arch/hppa/conf/GENERIC b/sys/arch/hppa/conf/GENERIC index 6e1e5110b2a..c54cad40504 100644 --- a/sys/arch/hppa/conf/GENERIC +++ b/sys/arch/hppa/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.160 2014/04/07 08:27:23 brad Exp $ +# $OpenBSD: GENERIC,v 1.161 2014/04/07 22:20:43 andre Exp $ # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -113,6 +113,7 @@ wsmouse* at ums? mux 0 ukbd* at uhidev? # USB keyboard wskbd* at ukbd? mux 1 uhid* at uhidev? # USB generic HID support +upd* at uhidev? # USB Power Devices sensors aue* at uhub? # ADMtek AN986 Pegasus Ethernet url* at uhub? # Realtek RTL8150L based adapters rsu* at uhub? # Realtek RTL8188SU/RTL8191SU/RTL8192SU diff --git a/sys/arch/i386/conf/GENERIC b/sys/arch/i386/conf/GENERIC index 4bc2b06eb2f..07c3dc21850 100644 --- a/sys/arch/i386/conf/GENERIC +++ b/sys/arch/i386/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.774 2014/04/07 08:27:23 brad Exp $ +# $OpenBSD: GENERIC,v 1.775 2014/04/07 22:20:43 andre Exp $ # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -272,6 +272,7 @@ ucom* at ucycom? uticom* at uhub? # TI serial ucom* at uticom? uhid* at uhidev? # USB generic HID support +upd* at uhidev? # USB Power Devices sensors aue* at uhub? # ADMtek AN986 Pegasus Ethernet atu* at uhub? # Atmel AT76c50x based 802.11b axe* at uhub? # ASIX Electronics AX88172 USB Ethernet diff --git a/sys/arch/landisk/conf/GENERIC b/sys/arch/landisk/conf/GENERIC index f51645819a8..fdc4be40a6e 100644 --- a/sys/arch/landisk/conf/GENERIC +++ b/sys/arch/landisk/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.42 2014/04/07 08:27:23 brad Exp $ +# $OpenBSD: GENERIC,v 1.43 2014/04/07 22:20:43 andre Exp $ # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -126,6 +126,7 @@ wskbd* at ukbd? mux 1 ucycom* at uhidev? # Cypress serial ucom* at ucycom? uhid* at uhidev? # USB generic HID support +upd* at uhidev? # USB Power Devices sensors aue* at uhub? # ADMtek AN986 Pegasus Ethernet atu* at uhub? # Atmel AT76c50x based 802.11b axe* at uhub? # ASIX Electronics AX88172 USB Ethernet diff --git a/sys/arch/loongson/conf/GENERIC b/sys/arch/loongson/conf/GENERIC index 2ce218896f1..0f8be6bc86e 100644 --- a/sys/arch/loongson/conf/GENERIC +++ b/sys/arch/loongson/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.42 2014/04/07 08:27:24 brad Exp $ +# $OpenBSD: GENERIC,v 1.43 2014/04/07 22:20:43 andre Exp $ # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -130,6 +130,7 @@ wsmouse* at ums? mux 0 ukbd* at uhidev? # USB keyboard wskbd* at ukbd? mux 1 uhid* at uhidev? # USB generic HID support +upd* at uhidev? # USB Power Devices sensors atu* at uhub? # Atmel AT76c50x based 802.11b aue* at uhub? # ADMtek AN986 Pegasus Ethernet axe* at uhub? # ASIX Electronics AX88172 USB Ethernet diff --git a/sys/arch/socppc/conf/GENERIC b/sys/arch/socppc/conf/GENERIC index f2f55df4d80..7f727ca1238 100644 --- a/sys/arch/socppc/conf/GENERIC +++ b/sys/arch/socppc/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.26 2014/04/07 08:27:24 brad Exp $ +# $OpenBSD: GENERIC,v 1.27 2014/04/07 22:20:43 andre Exp $ # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -69,6 +69,7 @@ wsmouse* at ums? mux 0 ukbd* at uhidev? # USB keyboard wskbd* at ukbd? mux 1 uhid* at uhidev? # USB generic HID support +upd* at uhidev? # USB Power Devices sensors axe* at uhub? # ASIX Electronics AX88172 USB Ethernet axen* at uhub? # ASIX Electronics AX88179 USB Ethernet mos* at uhub? # MOSCHIP CS730/7830 10/100 Ethernet diff --git a/sys/arch/zaurus/conf/GENERIC b/sys/arch/zaurus/conf/GENERIC index 811335e950b..7678169919f 100644 --- a/sys/arch/zaurus/conf/GENERIC +++ b/sys/arch/zaurus/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.91 2014/04/07 08:27:24 brad Exp $ +# $OpenBSD: GENERIC,v 1.92 2014/04/07 22:20:43 andre Exp $ # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -106,6 +106,7 @@ wskbd* at ukbd? mux 1 ucycom* at uhidev? # Cypress serial ucom* at ucycom? uhid* at uhidev? # USB generic HID support +upd* at uhidev? # USB Power Devices sensors aue* at uhub? # ADMtek AN986 Pegasus Ethernet atu* at uhub? # Atmel AT76C50x based 802.11b axe* at uhub? # ASIX Electronics AX88172 USB Ethernet |