diff options
author | Joshua Stein <jcs@cvs.openbsd.org> | 2019-06-07 16:07:00 +0000 |
---|---|---|
committer | Joshua Stein <jcs@cvs.openbsd.org> | 2019-06-07 16:07:00 +0000 |
commit | bc44e76bbe9f66d4189a4ae315c2f1ac034b63e5 (patch) | |
tree | 1f9d76631329a17498e52e6b51cbce2a41e8605e /sys/arch/amd64/conf | |
parent | fd80027764cb94e19c2e9a11b067e6723b8c215b (diff) |
add ukspan(4), a driver for the Keyspan USA19HS USB serial adapter
written by Cody Cutler <ccutler at csail.mit.edu>
Diffstat (limited to 'sys/arch/amd64/conf')
-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 ad192f4ea1d..ee8cf18fdb5 100644 --- a/sys/arch/amd64/conf/GENERIC +++ b/sys/arch/amd64/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.472 2019/05/21 22:40:06 jsg Exp $ +# $OpenBSD: GENERIC,v 1.473 2019/06/07 16:06:59 jcs Exp $ # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -224,6 +224,8 @@ uvscom* at uhub? # SUNTAC Slipper U VS-10U serial ucom* at uvscom? ubsa* at uhub? # Belkin serial adapter ucom* at ubsa? +ukspan* at uhub? # Keyspan USA19HS serial adapter +ucom* at ukspan? uftdi* at uhub? # FTDI FT8U100AX serial adapter ucom* at uftdi? uplcom* at uhub? # I/O DATA USB-RSAQ2 serial adapter |