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/macppc/conf | |
parent | beb8710e2f8f376feeadec5cb86847c8ea0241ba (diff) |
Enable uscom(4) where uslcom(4) is already present.
Based on a submisison from Jan Klemkow.
Diffstat (limited to 'sys/arch/macppc/conf')
-rw-r--r-- | sys/arch/macppc/conf/GENERIC | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/arch/macppc/conf/GENERIC b/sys/arch/macppc/conf/GENERIC index d0bdc756d59..ac1a154cc25 100644 --- a/sys/arch/macppc/conf/GENERIC +++ b/sys/arch/macppc/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.264 2018/02/14 23:51:49 jsg Exp $g +# $OpenBSD: GENERIC,v 1.265 2018/08/22 15:38:46 mpi Exp $g # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -223,6 +223,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 |