Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 2 Sep 2012 18:04:50 +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-9@freebsd.org
Subject:   svn commit: r240032 - stable/9/sys/dev/puc
Message-ID:  <201209021804.q82I4oP0045937@svn.freebsd.org>

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

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

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	Sun Sep  2 18:04:27 2012	(r240031)
+++ stable/9/sys/dev/puc/pucdata.c	Sun Sep  2 18:04:50 2012	(r240032)
@@ -737,6 +737,12 @@ const struct puc_cfg puc_pci_devices[] =
 	    PUC_PORT_2S, 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.q82I4oP0045937>