Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 1 Nov 2014 05:45:06 +0000 (UTC)
From:      Rui Paulo <rpaulo@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-10@freebsd.org
Subject:   svn commit: r273923 - stable/10/sys/dev/puc
Message-ID:  <201411010545.sA15j6l2010796@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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,



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