diff options
author | Jonathan Gray <jsg@cvs.openbsd.org> | 2007-09-09 01:37:29 +0000 |
---|---|---|
committer | Jonathan Gray <jsg@cvs.openbsd.org> | 2007-09-09 01:37:29 +0000 |
commit | a4f452ad058bd4aee949349e473345e6a03c3982 (patch) | |
tree | 9bfed6b00ca69786aa025ae1192a9d54d7e1823e /sys | |
parent | 1651c8d3c87ffaf30a439076f7d1fa43964eff57 (diff) |
uchcom(4) has been verified to work by djm@, so add it to all
USB capable archs.
Diffstat (limited to 'sys')
-rw-r--r-- | sys/arch/alpha/conf/GENERIC | 4 | ||||
-rw-r--r-- | sys/arch/amd64/conf/GENERIC | 4 | ||||
-rw-r--r-- | sys/arch/armish/conf/GENERIC | 4 | ||||
-rw-r--r-- | sys/arch/hppa/conf/GENERIC | 4 | ||||
-rw-r--r-- | sys/arch/i386/conf/GENERIC | 4 | ||||
-rw-r--r-- | sys/arch/landisk/conf/GENERIC | 4 | ||||
-rw-r--r-- | sys/arch/macppc/conf/GENERIC | 4 | ||||
-rw-r--r-- | sys/arch/sparc64/conf/GENERIC | 4 | ||||
-rw-r--r-- | sys/arch/zaurus/conf/GENERIC | 4 |
9 files changed, 27 insertions, 9 deletions
diff --git a/sys/arch/alpha/conf/GENERIC b/sys/arch/alpha/conf/GENERIC index 869f610cd8c..aa6551d32fd 100644 --- a/sys/arch/alpha/conf/GENERIC +++ b/sys/arch/alpha/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.194 2007/06/22 10:55:28 martin Exp $ +# $OpenBSD: GENERIC,v 1.195 2007/09/09 01:37:28 jsg Exp $ # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -84,6 +84,8 @@ uark* at uhub? # Arkmicro ARK3116 serial ucom* at uark? uipaq* at uhub? # iPAQ serial adapter ucom* at uipaq? +uchcom* at uhub? # WinChipHead CH341/340 serial +ucom* at uchcom? uaudio* at uhub? # USB Audio audio* at uaudio? umidi* at uhub? # USB MIDI diff --git a/sys/arch/amd64/conf/GENERIC b/sys/arch/amd64/conf/GENERIC index f778f5eee78..e4beedab336 100644 --- a/sys/arch/amd64/conf/GENERIC +++ b/sys/arch/amd64/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.194 2007/09/08 08:44:22 kettenis Exp $ +# $OpenBSD: GENERIC,v 1.195 2007/09/09 01:37:28 jsg Exp $ # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -159,6 +159,8 @@ uipaq* at uhub? # iPAQ serial adapter ucom* at uipaq? umsm* at uhub? # Qualcomm MSM EVDO ucom* at umsm? +uchcom* at uhub? # WinChipHead CH341/340 serial +ucom* at uchcom? uaudio* at uhub? # USB Audio audio* at uaudio? umidi* at uhub? # USB MIDI diff --git a/sys/arch/armish/conf/GENERIC b/sys/arch/armish/conf/GENERIC index c50906e9151..4c8c3f9c21c 100644 --- a/sys/arch/armish/conf/GENERIC +++ b/sys/arch/armish/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.16 2007/05/31 23:18:25 uwe Exp $ +# $OpenBSD: GENERIC,v 1.17 2007/09/09 01:37:28 jsg Exp $ # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -106,6 +106,8 @@ uipaq* at uhub? # iPAQ serial adapter ucom* at uipaq? umsm* at uhub? # Qualcomm MSM EVDO ucom* at umsm? +uchcom* at uhub? # WinChipHead CH341/340 serial +ucom* at uchcom? uaudio* at uhub? # USB Audio audio* at uaudio? umidi* at uhub? # USB MIDI diff --git a/sys/arch/hppa/conf/GENERIC b/sys/arch/hppa/conf/GENERIC index 44fcc21330e..5f10adec4fc 100644 --- a/sys/arch/hppa/conf/GENERIC +++ b/sys/arch/hppa/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.111 2007/08/23 21:03:21 kettenis Exp $ +# $OpenBSD: GENERIC,v 1.112 2007/09/09 01:37:28 jsg Exp $ # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -141,6 +141,8 @@ umsm* at uhub? # Qualcomm MSM EVDO ucom* at umsm? ucycom* at uhidev? # Cypress serial ucom* at ucycom? +uchcom* at uhub? # WinChipHead CH341/340 serial +ucom* at uchcom? uaudio* at uhub? # USB Audio audio* at uaudio? umidi* at uhub? # USB MIDI diff --git a/sys/arch/i386/conf/GENERIC b/sys/arch/i386/conf/GENERIC index bf32b72e19a..363d328be59 100644 --- a/sys/arch/i386/conf/GENERIC +++ b/sys/arch/i386/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.572 2007/09/08 08:45:13 kettenis Exp $ +# $OpenBSD: GENERIC,v 1.573 2007/09/09 01:37:28 jsg Exp $ # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -213,6 +213,8 @@ uipaq* at uhub? # iPAQ serial adapter ucom* at uipaq? umsm* at uhub? # Qualcomm MSM EVDO ucom* at umsm? +uchcom* at uhub? # WinChipHead CH341/340 serial +ucom* at uchcom? uaudio* at uhub? # USB Audio audio* at uaudio? umidi* at uhub? # USB MIDI diff --git a/sys/arch/landisk/conf/GENERIC b/sys/arch/landisk/conf/GENERIC index d6b4d7c0d91..d2a2876855d 100644 --- a/sys/arch/landisk/conf/GENERIC +++ b/sys/arch/landisk/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.13 2007/05/31 23:18:25 uwe Exp $ +# $OpenBSD: GENERIC,v 1.14 2007/09/09 01:37:28 jsg Exp $ # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -111,6 +111,8 @@ uipaq* at uhub? # iPAQ serial adapter ucom* at uipaq? umsm* at uhub? # Qualcomm MSM EVDO ucom* at umsm? +uchcom* at uhub? # WinChipHead CH341/340 serial +ucom* at uchcom? uaudio* at uhub? # USB Audio audio* at uaudio? #umidi* at uhub? # USB MIDI diff --git a/sys/arch/macppc/conf/GENERIC b/sys/arch/macppc/conf/GENERIC index ccc3a85337c..0e4a0a39235 100644 --- a/sys/arch/macppc/conf/GENERIC +++ b/sys/arch/macppc/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.171 2007/08/10 20:48:22 mglocker Exp $g +# $OpenBSD: GENERIC,v 1.172 2007/09/09 01:37:28 jsg Exp $g # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -240,6 +240,8 @@ uipaq* at uhub? # iPAQ serial adapter ucom* at uipaq? umsm* at uhub? # Qualcomm MSM EVDO ucom* at umsm? +uchcom* at uhub? # WinChipHead CH341/340 serial +ucom* at uchcom? uaudio* at uhub? # USB Audio audio* at uaudio? umidi* at uhub? # USB MIDI diff --git a/sys/arch/sparc64/conf/GENERIC b/sys/arch/sparc64/conf/GENERIC index 54131340d2c..b524c6dfd18 100644 --- a/sys/arch/sparc64/conf/GENERIC +++ b/sys/arch/sparc64/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.184 2007/08/04 16:49:04 kettenis Exp $ +# $OpenBSD: GENERIC,v 1.185 2007/09/09 01:37:28 jsg Exp $ # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -161,6 +161,8 @@ uark* at uhub? # Arkmicro ARK3116 serial ucom* at uark? uipaq* at uhub? # iPAQ serial adapter ucom* at uipaq? +uchcom* at uhub? # WinChipHead CH341/340 serial +ucom* at uchcom? uaudio* at uhub? # USB Audio audio* at uaudio? umidi* at uhub? # USB MIDI diff --git a/sys/arch/zaurus/conf/GENERIC b/sys/arch/zaurus/conf/GENERIC index 1d39226e255..152504a0408 100644 --- a/sys/arch/zaurus/conf/GENERIC +++ b/sys/arch/zaurus/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.65 2007/08/05 17:01:25 mglocker Exp $ +# $OpenBSD: GENERIC,v 1.66 2007/09/09 01:37:28 jsg Exp $ # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -94,6 +94,8 @@ uark* at uhub? # Arkmicro ARK3116 serial ucom* at uark? uipaq* at uhub? # iPAQ serial adapter ucom* at uipaq? +uchcom* at uhub? # WinChipHead CH341/340 serial +ucom* at uchcom? uaudio* at uhub? # USB Audio audio* at uaudio? umidi* at uhub? # USB MIDI |