Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 2 Sep 2012 18:04:07 +0000 (UTC)
From:      Eitan Adler <eadler@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-7@freebsd.org
Subject:   svn commit: r240030 - stable/7/sys/dev/puc
Message-ID:  <201209021804.q82I47SZ045789@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: eadler
Date: Sun Sep  2 18:04:06 2012
New Revision: 240030
URL: http://svn.freebsd.org/changeset/base/240030

Log:
  MFC r239076:
  	Add support for SIIG Cyber Serial Dual PCI 16C850
  
  Approved by:	cperciva (implicit)

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

Modified: stable/7/sys/dev/puc/pucdata.c
==============================================================================
--- stable/7/sys/dev/puc/pucdata.c	Sun Sep  2 18:01:16 2012	(r240029)
+++ stable/7/sys/dev/puc/pucdata.c	Sun Sep  2 18:04:06 2012	(r240030)
@@ -626,6 +626,12 @@ const struct puc_cfg puc_pci_devices[] =
 	    PUC_PORT_4S, 0x10, 0, 8,
 	},
 
+	{   0x1415, 0x950a, 0x131f, 0x2032,
+	    "SIIG Cyber Serial Dual PCI 16C850",
+	    DEFAULT_RCLK * 10,
+	    PUC_PORT_4S, 0x10, 0, 8,
+	},
+
 	{   0x1415, 0x950a, 0xffff, 0,
 	    "Oxford Semiconductor OX16PCI954 UARTs",
 	    DEFAULT_RCLK,



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