summaryrefslogtreecommitdiffstats
path: root/sys/dev
diff options
context:
space:
mode:
authorjhb <jhb@FreeBSD.org>2011-08-15 19:29:25 +0000
committerjhb <jhb@FreeBSD.org>2011-08-15 19:29:25 +0000
commite2a937e93da51c5a2a48b120f3084e54b72a467a (patch)
treef9490b41788f179582bedc0f0421389d9d5bc99e /sys/dev
parent4d0a111492cab7d32f028c2021f1510e69789db5 (diff)
downloadFreeBSD-src-e2a937e93da51c5a2a48b120f3084e54b72a467a.zip
FreeBSD-src-e2a937e93da51c5a2a48b120f3084e54b72a467a.tar.gz
Add device id for the Moxa CP-112UL dual-port serial adapters.
Submitted by: Jan Mikkelsen janm of transactionware com Approved by: re (kib) MFC after: 1 week
Diffstat (limited to 'sys/dev')
-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 2b38d9b..f675b69 100644
--- a/sys/dev/puc/pucdata.c
+++ b/sys/dev/puc/pucdata.c
@@ -524,6 +524,12 @@ const struct puc_cfg puc_pci_devices[] = {
PUC_PORT_4S, 0x18, 0, 8,
},
+ { 0x1393, 0x1120, 0xffff, 0,
+ "Moxa Technologies, CP-112UL",
+ DEFAULT_RCLK * 8,
+ PUC_PORT_2S, 0x18, 0, 8,
+ },
+
{ 0x1393, 0x1141, 0xffff, 0,
"Moxa Technologies, Industio CP-114",
DEFAULT_RCLK * 8,
OpenPOWER on IntegriCloud