Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 5 Aug 2012 19:37:19 +0000 (UTC)
From:      Eitan Adler <eadler@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r239076 - head/sys/dev/puc
Message-ID:  <201208051937.q75JbJ1N018910@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: eadler
Date: Sun Aug  5 19:37:18 2012
New Revision: 239076
URL: http://svn.freebsd.org/changeset/base/239076

Log:
  Add support for SIIG Cyber Serial Dual PCI 16C850
  
  Submitted by:	David Boyd David.Boyd@insightbb.com
  Approved by:	cperciva
  MFC after:	3 days

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

Modified: head/sys/dev/puc/pucdata.c
==============================================================================
--- head/sys/dev/puc/pucdata.c	Sun Aug  5 17:30:17 2012	(r239075)
+++ head/sys/dev/puc/pucdata.c	Sun Aug  5 19:37:18 2012	(r239076)
@@ -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?201208051937.q75JbJ1N018910>