Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 15 Nov 2011 17:53:29 +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: r227535 - head/sys/dev/puc
Message-ID:  <201111151753.pAFHrTn5010771@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: eadler (ports committer)
Date: Tue Nov 15 17:53:29 2011
New Revision: 227535
URL: http://svn.freebsd.org/changeset/base/227535

Log:
  - add support for Titan VScom PCIex-800H
  
  PR:		kern/124128
  Submitted by:	Maxim Frolov <maxim.frolov.07@gmail.com> (original)
  Approved by:	jhb
  MFC after:	1 week

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

Modified: head/sys/dev/puc/pucdata.c
==============================================================================
--- head/sys/dev/puc/pucdata.c	Tue Nov 15 17:42:00 2011	(r227534)
+++ head/sys/dev/puc/pucdata.c	Tue Nov 15 17:53:29 2011	(r227535)
@@ -864,6 +864,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,



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201111151753.pAFHrTn5010771>