Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 8 Mar 2013 12:08:52 +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-9@freebsd.org
Subject:   svn commit: r248040 - stable/9/sys/dev/puc
Message-ID:  <201303081208.r28C8qiE094717@svn.freebsd.org>

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

Log:
  MFC: r236736
  
  Add support for the Sunix SER5437A dual serial PCI Express card.

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

Modified: stable/9/sys/dev/puc/pucdata.c
==============================================================================
--- stable/9/sys/dev/puc/pucdata.c	Fri Mar  8 11:41:52 2013	(r248039)
+++ stable/9/sys/dev/puc/pucdata.c	Fri Mar  8 12:08:52 2013	(r248040)
@@ -974,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?201303081208.r28C8qiE094717>