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/alpha | |
parent | beb8710e2f8f376feeadec5cb86847c8ea0241ba (diff) |
Enable uscom(4) where uslcom(4) is already present.
Based on a submisison from Jan Klemkow.
Diffstat (limited to 'sys/arch/alpha')
-rw-r--r-- | sys/arch/alpha/conf/GENERIC | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/arch/alpha/conf/GENERIC b/sys/arch/alpha/conf/GENERIC index 01b5e7beaaf..f9439674816 100644 --- a/sys/arch/alpha/conf/GENERIC +++ b/sys/arch/alpha/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.261 2017/11/02 14:04:24 mpi Exp $ +# $OpenBSD: GENERIC,v 1.262 2018/08/22 15:38:46 mpi Exp $ # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -80,6 +80,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? uipaq* at uhub? # iPAQ serial adapter |