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

Rui Paulo rpaulo at FreeBSD.org
Thu Oct 23 18:03:28 UTC 2014


Author: rpaulo
Date: Thu Oct 23 18:03:27 2014
New Revision: 273551
URL: https://svnweb.freebsd.org/changeset/base/273551

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

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

Modified: head/sys/dev/puc/pucdata.c
==============================================================================
--- head/sys/dev/puc/pucdata.c	Thu Oct 23 17:24:50 2014	(r273550)
+++ head/sys/dev/puc/pucdata.c	Thu Oct 23 18:03:27 2014	(r273551)
@@ -839,6 +839,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