diff options
author | Jonathan Gray <jsg@cvs.openbsd.org> | 2010-12-15 11:24:30 +0000 |
---|---|---|
committer | Jonathan Gray <jsg@cvs.openbsd.org> | 2010-12-15 11:24:30 +0000 |
commit | 11d6e962f41eac58eafcdeae154ce120ec5437c5 (patch) | |
tree | 7d3f6316b182d95482598ddb98b9c4330c6a4759 /sys/arch/amd64/conf | |
parent | 252e99a587ba7e07b21995cf2a10f44591f85df7 (diff) |
enable uticom(4) now it is known to work
Diffstat (limited to 'sys/arch/amd64/conf')
-rw-r--r-- | sys/arch/amd64/conf/GENERIC | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/arch/amd64/conf/GENERIC b/sys/arch/amd64/conf/GENERIC index bd3ef4c0349..6d6388e1198 100644 --- a/sys/arch/amd64/conf/GENERIC +++ b/sys/arch/amd64/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.309 2010/12/11 20:48:21 damien Exp $ +# $OpenBSD: GENERIC,v 1.310 2010/12/15 11:24:29 jsg Exp $ # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -191,6 +191,8 @@ umsm* at uhub? # Qualcomm MSM EVDO ucom* at umsm? uchcom* at uhub? # WinChipHead CH341/340 serial ucom* at uchcom? +uticom* at uhub? # TI serial +ucom* at uticom? uaudio* at uhub? # USB Audio audio* at uaudio? umidi* at uhub? # USB MIDI |