svn commit: r240031 - stable/8/sys/dev/puc

Eitan Adler eadler at FreeBSD.org
Sun Sep 2 18:04:28 UTC 2012


Author: eadler
Date: Sun Sep  2 18:04:27 2012
New Revision: 240031
URL: http://svn.freebsd.org/changeset/base/240031

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

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

Modified: stable/8/sys/dev/puc/pucdata.c
==============================================================================
--- stable/8/sys/dev/puc/pucdata.c	Sun Sep  2 18:04:06 2012	(r240030)
+++ stable/8/sys/dev/puc/pucdata.c	Sun Sep  2 18:04:27 2012	(r240031)
@@ -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,


More information about the svn-src-all mailing list