svn commit: r273923 - stable/10/sys/dev/puc

Rui Paulo rpaulo at FreeBSD.org
Sat Nov 1 05:45:06 UTC 2014


Author: rpaulo
Date: Sat Nov  1 05:45:05 2014
New Revision: 273923
URL: https://svnweb.freebsd.org/changeset/base/273923

Log:
  MFC r273551:
  
    puc(4): add an entry for the Oxford Semiconductor OXPCIe952 1S1P
    card.
  
    Submitted by:	Alex Burlyga <alex.burlyga.ietf at gmail.com>

Modified:
  stable/10/sys/dev/puc/pucdata.c
Directory Properties:
  stable/10/   (props changed)

Modified: stable/10/sys/dev/puc/pucdata.c
==============================================================================
--- stable/10/sys/dev/puc/pucdata.c	Fri Oct 31 23:52:02 2014	(r273922)
+++ stable/10/sys/dev/puc/pucdata.c	Sat Nov  1 05:45:05 2014	(r273923)
@@ -838,6 +838,13 @@ const struct puc_cfg puc_pci_devices[] =
 	 * <URL:http://www.startech.com>
 	 */
 
+	{   0x1415, 0xc11b, 0xffff, 0,
+            "Oxford Semiconductor OXPCIe952 1S1P",
+            DEFAULT_RCLK * 0x22,
+            PUC_PORT_NONSTANDARD, 0x10, 0, -1,
+	    .config_function = puc_config_oxford_pcie
+	},
+
 	{   0x1415, 0xc138, 0xffff, 0,
 	    "Oxford Semiconductor OXPCIe952 UARTs",
 	    DEFAULT_RCLK * 0x22,


More information about the svn-src-all mailing list