diff options
author | Jonathan Gray <jsg@cvs.openbsd.org> | 2006-10-26 04:14:10 +0000 |
---|---|---|
committer | Jonathan Gray <jsg@cvs.openbsd.org> | 2006-10-26 04:14:10 +0000 |
commit | 510a8c71405705b47ae84b98509d99762632c576 (patch) | |
tree | 0c1e2b93a33a990633882cf8f0ec4106d23513bb /sys/arch/amd64/conf | |
parent | d83159995303394252dadd9062cdf38988b74a59 (diff) |
Driver for MosChip MCS7703 based USB Serial devices.
Support for hardware flow control not yet implemented.
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 6bceb3740df..a0fc1fcd447 100644 --- a/sys/arch/amd64/conf/GENERIC +++ b/sys/arch/amd64/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.162 2006/10/21 18:32:31 deraadt Exp $ +# $OpenBSD: GENERIC,v 1.163 2006/10/26 04:14:09 jsg Exp $ # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -154,6 +154,8 @@ uslcom* at uhub? # Silicon Laboratories CP210x serial ucom* at uslcom? uark* at uhub? # Arkmicro ARK3116 serial ucom* at uark? +moscom* at uhub? # MosChip MCS7703 serial +ucom* at moscom? uipaq* at uhub? # iPAQ serial adapter ucom* at uipaq? umsm* at uhub? # Qualcomm MSM EVDO |