diff options
Diffstat (limited to 'sys/arch/armv7/conf')
-rw-r--r-- | sys/arch/armv7/conf/GENERIC | 4 |
1 files changed, 3 insertions, 1 deletions
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 |