summaryrefslogtreecommitdiff
path: root/sys/dev
diff options
context:
space:
mode:
authorJonathan Matthew <jmatthew@cvs.openbsd.org>2017-05-06 01:54:32 +0000
committerJonathan Matthew <jmatthew@cvs.openbsd.org>2017-05-06 01:54:32 +0000
commit45dadbbba263fb1aa591ea5ec37fb3da15ed6474 (patch)
tree5253c6dca4453f35e3c8a91416635a5e74a79702 /sys/dev
parenta18b1b09abd1111bdd110a4b9723404cef187a5b (diff)
add Moxa CP-104EL
ok kettenis@
Diffstat (limited to 'sys/dev')
-rw-r--r--sys/dev/pci/pucdata.c14
1 files changed, 13 insertions, 1 deletions
diff --git a/sys/dev/pci/pucdata.c b/sys/dev/pci/pucdata.c
index 2f88318c640..bab675aeaae 100644
--- a/sys/dev/pci/pucdata.c
+++ b/sys/dev/pci/pucdata.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: pucdata.c,v 1.104 2016/04/24 06:47:56 jsg Exp $ */
+/* $OpenBSD: pucdata.c,v 1.105 2017/05/06 01:54:31 jmatthew Exp $ */
/* $NetBSD: pucdata.c,v 1.6 1999/07/03 05:55:23 cgd Exp $ */
/*
@@ -1421,6 +1421,18 @@ const struct puc_device_description puc_devs[] = {
},
},
+ /* Moxa Technologies Co., Ltd. PCI I/O Card 4S RS232 */
+ { /* "Moxa Technologies, SmartIO CP104EL/PCI" */
+ { PCI_VENDOR_MOXA, PCI_PRODUCT_MOXA_CP104EL, 0, 0 },
+ { 0xffff, 0xffff, 0, 0 },
+ {
+ { PUC_COM_POW2(3), 0x18, 0x0000 },
+ { PUC_COM_POW2(3), 0x18, 0x0008 },
+ { PUC_COM_POW2(3), 0x18, 0x0010 },
+ { PUC_COM_POW2(3), 0x18, 0x0018 },
+ },
+ },
+
/* Moxa Technologies Co., Ltd. PCI I/O Card 8S RS232 */
{ /* "Moxa Technologies, Industio C168H" */
{ PCI_VENDOR_MOXA, PCI_PRODUCT_MOXA_C168H, 0, 0 },