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/arch/hppa/conf | |
parent | 1651c8d3c87ffaf30a439076f7d1fa43964eff57 (diff) |
uchcom(4) has been verified to work by djm@, so add it to all
USB capable archs.
Diffstat (limited to 'sys/arch/hppa/conf')
-rw-r--r-- | sys/arch/hppa/conf/GENERIC | 4 |
1 files changed, 3 insertions, 1 deletions
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 |