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/amd64 | |
parent | beb8710e2f8f376feeadec5cb86847c8ea0241ba (diff) |
Enable uscom(4) where uslcom(4) is already present.
Based on a submisison from Jan Klemkow.
Diffstat (limited to 'sys/arch/amd64')
-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 dc1f1d4f6e9..ba12d68d77d 100644 --- a/sys/arch/amd64/conf/GENERIC +++ b/sys/arch/amd64/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.459 2018/08/21 18:06:12 anton Exp $ +# $OpenBSD: GENERIC,v 1.460 2018/08/22 15:38:46 mpi Exp $ # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -230,6 +230,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 |