svn commit: r237357 - head/sys/dev/puc

Max Khon fjoe at FreeBSD.org
Thu Jun 21 04:57:59 UTC 2012


Author: fjoe
Date: Thu Jun 21 04:57:59 2012
New Revision: 237357
URL: http://svn.freebsd.org/changeset/base/237357

Log:
  Remove Moxa CP-132EL definition (RS422/485-only board).

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

Modified: head/sys/dev/puc/pucdata.c
==============================================================================
--- head/sys/dev/puc/pucdata.c	Thu Jun 21 04:52:26 2012	(r237356)
+++ head/sys/dev/puc/pucdata.c	Thu Jun 21 04:57:59 2012	(r237357)
@@ -575,12 +575,6 @@ const struct puc_cfg puc_pci_devices[] =
 	    PUC_PORT_8S, 0x14, 0, 0x200,
 	},
 
-	{   0x1393, 0x1322, 0xffff, 0,
-	    "Moxa Technologies, Smartio CP-132EL/PCIe",
-	    DEFAULT_RCLK * 8,
-	    PUC_PORT_2S, 0x14, 0, 0x200,
-	},
-
 	{   0x1393, 0x1680, 0xffff, 0,
 	    "Moxa Technologies, C168H/PCI",
 	    DEFAULT_RCLK * 8,


More information about the svn-src-all mailing list