From b4ac2b1383e76e2f865238016600cff05e347aef Mon Sep 17 00:00:00 2001 From: Martin Pieuchot Date: Wed, 22 Aug 2018 15:38:47 +0000 Subject: Enable uscom(4) where uslcom(4) is already present. Based on a submisison from Jan Klemkow. --- sys/arch/armv7/conf/GENERIC | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'sys/arch/armv7') diff --git a/sys/arch/armv7/conf/GENERIC b/sys/arch/armv7/conf/GENERIC index a0f63970380..b054a3a07ae 100644 --- a/sys/arch/armv7/conf/GENERIC +++ b/sys/arch/armv7/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.118 2018/08/05 13:20:58 jsg Exp $ +# $OpenBSD: GENERIC,v 1.119 2018/08/22 15:38:46 mpi Exp $ # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -256,6 +256,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 -- cgit v1.2.3