From f6a60feb6c6574bd702afd41a3db94648ee30c3f Mon Sep 17 00:00:00 2001 From: Maxim Konovalov Date: Sat, 12 Jan 2008 19:14:29 +0000 Subject: [PATCH] o Add Moxa Technologies CP-104EL PCI Express 4 port Serial card. PR: kern/119515 Submitted by: Gavin Stone-Tolcher MFC after: 1 month --- sys/dev/puc/pucdata.c | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/sys/dev/puc/pucdata.c b/sys/dev/puc/pucdata.c index 10cd6883ebf..829600ad90c 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,