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/amd64/conf | |
parent | aa6f2f0294a3341c26228320ee21081167a5cc06 (diff) |
Driver for Silicon Laboratories CP2101/CP2102 based serial adapters.
ok dlg@
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 d6dacc6e921..5a384319bd7 100644 --- a/sys/arch/amd64/conf/GENERIC +++ b/sys/arch/amd64/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.122 2006/03/30 21:12:50 wilfried Exp $ +# $OpenBSD: GENERIC,v 1.123 2006/04/29 02:15:06 jsg Exp $ # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -147,6 +147,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 |