svn commit: r229897 - stable/7/sys/dev/puc

Eitan Adler eadler at FreeBSD.org
Tue Jan 10 00:35:25 UTC 2012


Author: eadler (ports committer)
Date: Tue Jan 10 00:35:25 2012
New Revision: 229897
URL: http://svn.freebsd.org/changeset/base/229897

Log:
  MFC r227535:
  	- add support for Titan VScom PCIex-800H
  
  PR:		kern/124128
  Approved by:	jhb

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	Tue Jan 10 00:35:01 2012	(r229896)
+++ stable/7/sys/dev/puc/pucdata.c	Tue Jan 10 00:35:25 2012	(r229897)
@@ -724,6 +724,18 @@ const struct puc_cfg puc_pci_devices[] =
 	    PUC_PORT_2S, 0x10, 4, 0,
 	},
 
+	{   0x14d2, 0xa007, 0xffff, 0,
+	    "Titan VScom PCIex-800H",
+	    DEFAULT_RCLK * 8,
+	    PUC_PORT_4S, 0x10, 0, 8,
+	},
+
+	{   0x14d2, 0xa008, 0xffff, 0,
+	    "Titan VScom PCIex-800H",
+	    DEFAULT_RCLK * 8,
+	    PUC_PORT_4S, 0x10, 0, 8,
+	},
+
 	{   0x14db, 0x2130, 0xffff, 0,
 	    "Avlab Technology, PCI IO 2S",
 	    DEFAULT_RCLK,


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