diff options
author | 2014-12-04 11:19:17 +0000 | |
---|---|---|
committer | 2014-12-04 11:19:17 +0000 | |
commit | bc74680fc172c228234e0b0bc876a7738808e87d (patch) | |
tree | 24bf04aaaa934012416d97924c0ede36002b56ef | |
parent | Manpage for umcs(4). (diff) | |
download | wireguard-openbsd-bc74680fc172c228234e0b0bc876a7738808e87d.tar.xz wireguard-openbsd-bc74680fc172c228234e0b0bc876a7738808e87d.zip |
Enable umcs(4) where moscom(4) is present.
-rw-r--r-- | sys/arch/amd64/conf/GENERIC | 4 | ||||
-rw-r--r-- | sys/arch/i386/conf/GENERIC | 4 | ||||
-rw-r--r-- | sys/arch/landisk/conf/GENERIC | 4 | ||||
-rw-r--r-- | sys/arch/loongson/conf/GENERIC | 4 | ||||
-rw-r--r-- | sys/arch/macppc/conf/GENERIC | 4 |
5 files changed, 15 insertions, 5 deletions
diff --git a/sys/arch/amd64/conf/GENERIC b/sys/arch/amd64/conf/GENERIC index c5348b71894..e1c463c1ea2 100644 --- a/sys/arch/amd64/conf/GENERIC +++ b/sys/arch/amd64/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.379 2014/11/24 02:03:36 brad Exp $ +# $OpenBSD: GENERIC,v 1.380 2014/12/04 11:19:17 mpi Exp $ # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -193,6 +193,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 diff --git a/sys/arch/i386/conf/GENERIC b/sys/arch/i386/conf/GENERIC index 3eaf80a45af..dc96425c154 100644 --- a/sys/arch/i386/conf/GENERIC +++ b/sys/arch/i386/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.789 2014/11/24 02:03:37 brad Exp $ +# $OpenBSD: GENERIC,v 1.790 2014/12/04 11:19:17 mpi Exp $ # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -246,6 +246,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 diff --git a/sys/arch/landisk/conf/GENERIC b/sys/arch/landisk/conf/GENERIC index eb1162c80f2..f894d0df97f 100644 --- a/sys/arch/landisk/conf/GENERIC +++ b/sys/arch/landisk/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.45 2014/07/12 21:56:56 tedu 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. @@ -106,6 +106,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 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 diff --git a/sys/arch/macppc/conf/GENERIC b/sys/arch/macppc/conf/GENERIC index fe78c88ff34..3c23378d398 100644 --- a/sys/arch/macppc/conf/GENERIC +++ b/sys/arch/macppc/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.243 2014/11/25 01:45:25 deraadt Exp $g +# $OpenBSD: GENERIC,v 1.244 2014/12/04 11:19:17 mpi Exp $g # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -226,6 +226,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 |