diff options
author | Jonathan Gray <jsg@cvs.openbsd.org> | 2006-04-29 02:15:07 +0000 |
---|---|---|
committer | Jonathan Gray <jsg@cvs.openbsd.org> | 2006-04-29 02:15:07 +0000 |
commit | a17cdfa53888fa71338ff9bc367f3c28cc7dfdad (patch) | |
tree | e14423d24eb7a76d4408b953f47cd837a23e2c41 /sys/arch/i386/conf | |
parent | aa6f2f0294a3341c26228320ee21081167a5cc06 (diff) |
Driver for Silicon Laboratories CP2101/CP2102 based serial adapters.
ok dlg@
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 9a2401c3c0b..c29e733965e 100644 --- a/sys/arch/i386/conf/GENERIC +++ b/sys/arch/i386/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.485 2006/04/25 16:27:46 deraadt Exp $ +# $OpenBSD: GENERIC,v 1.486 2006/04/29 02:15:06 jsg Exp $ # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -195,6 +195,8 @@ 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? uipaq* at uhub? # iPAQ serial adapter ucom* at uipaq? umsm* at uhub? # Qualcomm MSM EVDO |