kern/142999: [puc] [patch] add support for the I-O DATA RSA-PCI2/R

Takefu Kenji takefu at airport.fm
Wed Jan 20 03:30:08 UTC 2010


>Number:         142999
>Category:       kern
>Synopsis:       [puc] [patch] add support for the I-O DATA RSA-PCI2/R
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Wed Jan 20 03:30:07 UTC 2010
>Closed-Date:
>Last-Modified:
>Originator:     Takefu Kenji
>Release:        
>Organization:
FOX Amateur Radio Club
>Environment:
>Description:
RELENG_6
--- sys/dev/puc/pucdata.c.orig	Tue Sep  5 03:52:09 2006
+++ sys/dev/puc/pucdata.c	Tue Oct  9 16:31:00 2007
@@ -876,6 +876,19 @@
 	    },
 	},
 
+	/*
+	 * Oxford Semiconductor OX9160/OX16PCI954 PCI UARTS
+	 * Second chip on I-O DATA RSA-PCI2 cards
+	 */
+	{   "I-O DATA RSA-PCI2/R",
+	    {   0x1415, 0x9501, 0x10fc ,0xc070  },
+	    {   0xffff, 0xffff, 0xffff ,0xffff  },
+	    {
+		{ PUC_PORT_TYPE_COM, 0x10, 0x00, COM_FREQ * 8 },
+		{ PUC_PORT_TYPE_COM, 0x10, 0x08, COM_FREQ * 8 }
+	    },
+	},
+
 	/* Oxford Semiconductor OX16PCI954 PCI UARTs */
 	{   "Oxford Semiconductor OX16PCI954 UARTs",
 	    {	0x1415,	0x9501,	0,	0	},

RELENG_7 and RELENG_8
--- sys/dev/puc/pucdata.c.orig	2008-11-25 11:59:29.000000000 +0900
+++ sys/dev/puc/pucdata.c	2009-02-26 16:40:38.000000000 +0900
@@ -595,6 +595,11 @@
 	 * 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",

>How-To-Repeat:

>Fix:


>Release-Note:
>Audit-Trail:
>Unformatted:


More information about the freebsd-bugs mailing list