summaryrefslogtreecommitdiffstats
path: root/sys/dev/puc
diff options
context:
space:
mode:
authormaxim <maxim@FreeBSD.org>2008-01-12 19:14:29 +0000
committermaxim <maxim@FreeBSD.org>2008-01-12 19:14:29 +0000
commit455ab3c71b8eb513e157f91d929b8af2e5a03e07 (patch)
tree6d07b35735ad409f61129dc5a5618c0a32416fd8 /sys/dev/puc
parent74720d8946ed76a9cfe222373a62f04138c0ee20 (diff)
downloadFreeBSD-src-455ab3c71b8eb513e157f91d929b8af2e5a03e07.zip
FreeBSD-src-455ab3c71b8eb513e157f91d929b8af2e5a03e07.tar.gz
o Add Moxa Technologies CP-104EL PCI Express 4 port Serial card.
PR: kern/119515 Submitted by: Gavin Stone-Tolcher MFC after: 1 month
Diffstat (limited to 'sys/dev/puc')
-rw-r--r--sys/dev/puc/pucdata.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/sys/dev/puc/pucdata.c b/sys/dev/puc/pucdata.c
index 10cd688..829600a 100644
--- a/sys/dev/puc/pucdata.c
+++ b/sys/dev/puc/pucdata.c
@@ -506,6 +506,12 @@ const struct puc_cfg puc_pci_devices[] = {
PUC_PORT_4S, 0x18, 0, 8,
},
+ { 0x1393, 0x1043, 0xffff, 0,
+ "Moxa Technologies, Smartio CP-104EL/PCIe",
+ DEFAULT_RCLK * 8,
+ PUC_PORT_4S, 0x18, 0, 8,
+ },
+
{ 0x1393, 0x1141, 0xffff, 0,
"Moxa Technologies, Industio CP-114",
DEFAULT_RCLK * 8,
OpenPOWER on IntegriCloud