Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 27 Jan 2009 09:38:45 +0000 (UTC)
From:      Stanislav Sedov <stas@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r187766 - head/sys/dev/puc
Message-ID:  <200901270938.n0R9cjE1080210@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: stas
Date: Tue Jan 27 09:38:44 2009
New Revision: 187766
URL: http://svn.freebsd.org/changeset/base/187766

Log:
  - Add support for Moxa Technologies CP-168EL/PCIe card.
  
  Submitted by:	dmarck
  MFC after:	1 week

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

Modified: head/sys/dev/puc/pucdata.c
==============================================================================
--- head/sys/dev/puc/pucdata.c	Tue Jan 27 09:27:13 2009	(r187765)
+++ head/sys/dev/puc/pucdata.c	Tue Jan 27 09:38:44 2009	(r187766)
@@ -530,6 +530,12 @@ const struct puc_cfg puc_pci_devices[] =
 	    PUC_PORT_8S, 0x18, 0, 8,
 	},
 
+	{   0x1393, 0x1682, 0xffff, 0,
+	    "Moxa Technologies, CP-168EL/PCIe",
+	    DEFAULT_RCLK * 8,
+	    PUC_PORT_8S, 0x18, 0, 8,
+	},
+
 	{   0x13a8, 0x0158, 0xffff, 0,
 	    "Cronyx Omega2-PCI",
 	    DEFAULT_RCLK * 8,



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