diff options
author | Jonathan Gray <jsg@cvs.openbsd.org> | 2006-08-14 08:34:22 +0000 |
---|---|---|
committer | Jonathan Gray <jsg@cvs.openbsd.org> | 2006-08-14 08:34:22 +0000 |
commit | eefacffa6d2f8025c94422fb6b922690ebc666b7 (patch) | |
tree | d77be3934e0273af8905b84cb82f9c30f296b60b /sys/arch/cats | |
parent | bc031b8f3b7fb2615f79c128d32329eb71d1a43a (diff) |
Enable uslcom(4) and uark(4) on all the USB capable archs.
Diffstat (limited to 'sys/arch/cats')
-rw-r--r-- | sys/arch/cats/conf/GENERIC | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/sys/arch/cats/conf/GENERIC b/sys/arch/cats/conf/GENERIC index 24a822a56e7..0227ae49f50 100644 --- a/sys/arch/cats/conf/GENERIC +++ b/sys/arch/cats/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.32 2006/02/14 18:11:03 miod Exp $ +# $OpenBSD: GENERIC,v 1.33 2006/08/14 08:34:21 jsg Exp $ # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -176,6 +176,10 @@ uplcom* at uhub? # I/O DATA USB-RSAQ2 serial adapter ucom* at uplcom? umct* at uhub? # MCT USB-RS232 serial adapter ucom* at umct? +uslcom* at uhub? # Silicon Laboratories CP210x serial +ucom* at uslcom? +uark* at uhub? # Arkmicro ARK3116 serial +ucom* at uark? uipaq* at uhub? # iPAQ serial adapter ucom* at uipaq? uaudio* at uhub? # USB Audio |