diff options
author | Jonathan Gray <jsg@cvs.openbsd.org> | 2006-08-14 08:30:23 +0000 |
---|---|---|
committer | Jonathan Gray <jsg@cvs.openbsd.org> | 2006-08-14 08:30:23 +0000 |
commit | bc031b8f3b7fb2615f79c128d32329eb71d1a43a (patch) | |
tree | b4ddd3407e840e615b237368b852cc62d49ad69e /sys/arch/i386/conf | |
parent | 773fc96f3ca23245e5c91233550ec91e39c50533 (diff) |
Driver for Arkmicro Technologies ARK3116 USB UART based devices.
Diffstat (limited to 'sys/arch/i386/conf')
-rw-r--r-- | sys/arch/i386/conf/GENERIC | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/arch/i386/conf/GENERIC b/sys/arch/i386/conf/GENERIC index c08dbe5249f..5ac1641e931 100644 --- a/sys/arch/i386/conf/GENERIC +++ b/sys/arch/i386/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.518 2006/08/11 08:51:35 damien Exp $ +# $OpenBSD: GENERIC,v 1.519 2006/08/14 08:30:22 jsg Exp $ # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -200,6 +200,8 @@ 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? umsm* at uhub? # Qualcomm MSM EVDO |