Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 10 Jan 2012 00:19:18 +0000 (UTC)
From:      Eitan Adler <eadler@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-8@freebsd.org
Subject:   svn commit: r229890 - stable/8/sys/dev/puc
Message-ID:  <201201100019.q0A0JILb069193@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: eadler (ports committer)
Date: Tue Jan 10 00:19:18 2012
New Revision: 229890
URL: http://svn.freebsd.org/changeset/base/229890

Log:
  MFC 226404:
  	 - add support for I-O DATA RSA-PCI2/R
  
  PR:		kern/142999
  Approved by:	jhb

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

Modified: stable/8/sys/dev/puc/pucdata.c
==============================================================================
--- stable/8/sys/dev/puc/pucdata.c	Tue Jan 10 00:03:30 2012	(r229889)
+++ stable/8/sys/dev/puc/pucdata.c	Tue Jan 10 00:19:18 2012	(r229890)
@@ -645,6 +645,12 @@ const struct puc_cfg puc_pci_devices[] =
 	 * As sold by Kouwell <URL:http://www.kouwell.com/>.
 	 * I/O Flex PCI I/O Card Model-223 with 4 serial and 1 parallel ports.
 	 */
+	{
+		0x1415, 0x9501, 0x10fc ,0xc070,
+		"I-O DATA RSA-PCI2/R",
+		DEFAULT_RCLK * 8,
+		PUC_PORT_2S, 0x10, 0, 8,
+	},
 
 	{   0x1415, 0x9501, 0x131f, 0x2050,
 	    "SIIG Cyber 4 PCI 16550",



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