svn commit: r184416 - in stable/7/sys: . dev/puc

Dag-Erling Smorgrav des at FreeBSD.org
Tue Oct 28 15:18:00 UTC 2008


Author: des
Date: Tue Oct 28 15:17:59 2008
New Revision: 184416
URL: http://svn.freebsd.org/changeset/base/184416

Log:
  MFC: (r184258) Add support for the SIIG Cyber 4-port serial card.
  
  Approved by:	re (kib)

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

Modified: stable/7/sys/dev/puc/pucdata.c
==============================================================================
--- stable/7/sys/dev/puc/pucdata.c	Tue Oct 28 14:55:41 2008	(r184415)
+++ stable/7/sys/dev/puc/pucdata.c	Tue Oct 28 15:17:59 2008	(r184416)
@@ -596,6 +596,12 @@ const struct puc_cfg puc_pci_devices[] =
 	 * I/O Flex PCI I/O Card Model-223 with 4 serial and 1 parallel ports.
 	 */
 
+	{   0x1415, 0x9501, 0x131f, 0x2050,
+	    "SIIG Cyber 4 PCI 16550",
+	    DEFAULT_RCLK * 10,
+	    PUC_PORT_4S, 0x10, 0, 8,
+	},
+
 	{   0x1415, 0x9501, 0x131f, 0x2051,
 	    "SIIG Cyber 4S PCI 16C650 (20x family)",
 	    DEFAULT_RCLK * 10,


More information about the svn-src-stable-7 mailing list