svn commit: r225082 - stable/8/sys/dev/puc

John Baldwin jhb at FreeBSD.org
Mon Aug 22 18:46:03 UTC 2011


Author: jhb
Date: Mon Aug 22 18:46:02 2011
New Revision: 225082
URL: http://svn.freebsd.org/changeset/base/225082

Log:
  MFC 224898: Add device id for the Moxa CP-112UL dual-port serial adapters.

Modified:
  stable/8/sys/dev/puc/pucdata.c
Directory Properties:
  stable/8/sys/   (props changed)
  stable/8/sys/amd64/include/xen/   (props changed)
  stable/8/sys/cddl/contrib/opensolaris/   (props changed)
  stable/8/sys/contrib/dev/acpica/   (props changed)
  stable/8/sys/contrib/pf/   (props changed)

Modified: stable/8/sys/dev/puc/pucdata.c
==============================================================================
--- stable/8/sys/dev/puc/pucdata.c	Mon Aug 22 18:41:55 2011	(r225081)
+++ stable/8/sys/dev/puc/pucdata.c	Mon Aug 22 18:46:02 2011	(r225082)
@@ -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,


More information about the svn-src-all mailing list