Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 8 Mar 2013 12:09:12 +0000 (UTC)
From:      Marius Strobl <marius@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-8@freebsd.org
Subject:   svn commit: r248041 - stable/8/sys/dev/puc
Message-ID:  <201303081209.r28C9CxD094824@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: marius
Date: Fri Mar  8 12:09:12 2013
New Revision: 248041
URL: http://svnweb.freebsd.org/changeset/base/248041

Log:
  MFC: r236736
  
  Add support for the Sunix SER5437A dual serial PCI Express card.
  
  MFC: r239048
  
  Add additional Perle Speed LE serial cards
  
  PR:		kern/168816
  Submitted by:	Dennis Oyama <doyama@perle.com>

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

Modified: stable/8/sys/dev/puc/pucdata.c
==============================================================================
--- stable/8/sys/dev/puc/pucdata.c	Fri Mar  8 12:08:52 2013	(r248040)
+++ stable/8/sys/dev/puc/pucdata.c	Fri Mar  8 12:09:12 2013	(r248041)
@@ -780,11 +780,36 @@ const struct puc_cfg puc_pci_devices[] =
 	 */
 
 	{   0x155f, 0x0331, 0xffff, 0,
+	    "Perle Ultraport4 Express",
+	    DEFAULT_RCLK * 8,
+	    PUC_PORT_4S, 0x10, 0, 8,
+	},
+
+	{   0x155f, 0xB012, 0xffff, 0,
+	    "Perle Speed2 LE",
+	    DEFAULT_RCLK * 8,
+	    PUC_PORT_2S, 0x10, 0, 8,
+	},
+
+	{   0x155f, 0xB022, 0xffff, 0,
+	    "Perle Speed2 LE",
+	    DEFAULT_RCLK * 8,
+	    PUC_PORT_2S, 0x10, 0, 8,
+	},
+
+	{   0x155f, 0xB004, 0xffff, 0,
 	    "Perle Speed4 LE",
 	    DEFAULT_RCLK * 8,
 	    PUC_PORT_4S, 0x10, 0, 8,
 	},
 
+	{   0x155f, 0xB008, 0xffff, 0,
+	    "Perle Speed8 LE",
+	    DEFAULT_RCLK * 8,
+	    PUC_PORT_8S, 0x10, 0, 8,
+	},
+
+
 	/*
 	 * Oxford Semiconductor PCI Express Expresso family
 	 *
@@ -949,6 +974,12 @@ const struct puc_cfg puc_pci_devices[] =
 	    .config_function = puc_config_syba
 	},
 
+	{   0x1fd4, 0x1999, 0xffff, 0,
+	    "Sunix SER5437A",
+	    DEFAULT_RCLK * 8,
+	    PUC_PORT_2S, 0x10, 0, 8,
+	},
+
 	{    0x5372, 0x6873, 0xffff, 0,
 	     "Sun 1040 PCI Quad Serial",
 	     DEFAULT_RCLK,



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