diff options
author | Martin Pieuchot <mpi@cvs.openbsd.org> | 2014-12-04 11:19:18 +0000 |
---|---|---|
committer | Martin Pieuchot <mpi@cvs.openbsd.org> | 2014-12-04 11:19:18 +0000 |
commit | 0079a55e102b612c6bdbf21eb5bb0e6c5a56a042 (patch) | |
tree | 8c4ad04e8441caf107eaf9684a1355b473c9c800 /sys/arch/loongson/conf | |
parent | e5f3aa16056ce8cf8a07740ba3b45482f8dfc2dd (diff) |
Enable umcs(4) where moscom(4) is present.
Diffstat (limited to 'sys/arch/loongson/conf')
-rw-r--r-- | sys/arch/loongson/conf/GENERIC | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/arch/loongson/conf/GENERIC b/sys/arch/loongson/conf/GENERIC index e5492132ec4..cfc4de48f6b 100644 --- a/sys/arch/loongson/conf/GENERIC +++ b/sys/arch/loongson/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.45 2014/11/24 02:03:37 brad Exp $ +# $OpenBSD: GENERIC,v 1.46 2014/12/04 11:19:17 mpi Exp $ # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -115,6 +115,8 @@ uark* at uhub? # Arkmicro ARK3116 serial ucom* at uark? moscom* at uhub? # MosChip MCS7703 serial ucom* at moscom? +umcs* at uhub? # MosChip MCS78x0 serial +ucom* at umcs? uipaq* at uhub? # iPAQ serial adapter ucom* at uipaq? umsm* at uhub? # Qualcomm MSM EVDO |