Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 15 Aug 2011 19:29:25 +0000 (UTC)
From:      John Baldwin <jhb@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r224898 - head/sys/dev/puc
Message-ID:  <201108151929.p7FJTPda024339@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jhb
Date: Mon Aug 15 19:29:25 2011
New Revision: 224898
URL: http://svn.freebsd.org/changeset/base/224898

Log:
  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

Modified:
  head/sys/dev/puc/pucdata.c

Modified: head/sys/dev/puc/pucdata.c
==============================================================================
--- head/sys/dev/puc/pucdata.c	Mon Aug 15 18:49:42 2011	(r224897)
+++ head/sys/dev/puc/pucdata.c	Mon Aug 15 19:29:25 2011	(r224898)
@@ -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,



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201108151929.p7FJTPda024339>