diff options
author | Martin Pieuchot <mpi@cvs.openbsd.org> | 2018-08-22 15:38:47 +0000 |
---|---|---|
committer | Martin Pieuchot <mpi@cvs.openbsd.org> | 2018-08-22 15:38:47 +0000 |
commit | b4ac2b1383e76e2f865238016600cff05e347aef (patch) | |
tree | 879e7be0135c6cd6828028fd34218dcfa0149b97 /sys/arch/arm64 | |
parent | beb8710e2f8f376feeadec5cb86847c8ea0241ba (diff) |
Enable uscom(4) where uslcom(4) is already present.
Based on a submisison from Jan Klemkow.
Diffstat (limited to 'sys/arch/arm64')
-rw-r--r-- | sys/arch/arm64/conf/GENERIC | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/arch/arm64/conf/GENERIC b/sys/arch/arm64/conf/GENERIC index e7476d669fd..928c4c6ce3b 100644 --- a/sys/arch/arm64/conf/GENERIC +++ b/sys/arch/arm64/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.82 2018/08/03 13:37:08 kevlo Exp $ +# $OpenBSD: GENERIC,v 1.83 2018/08/22 15:38:46 mpi Exp $ # # GENERIC machine description file # @@ -212,6 +212,8 @@ umct* at uhub? # MCT USB-RS232 serial adapter ucom* at umct? uslcom* at uhub? # Silicon Laboratories CP210x serial ucom* at uslcom? +uscom* at uhub? # Simple USB serial adapters +ucom* at uscom? uark* at uhub? # Arkmicro ARK3116 serial ucom* at uark? moscom* at uhub? # MosChip MCS7703 serial |