Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 1 Apr 2004 16:27:27 +0200 (CEST)
From:      Stefan Grundmann <sg-sendpr@waset.de>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   kern/65040: Add support for yet another  PCI multiport card
Message-ID:  <200404011427.i31ERR3o023564@gate-com.com>
Resent-Message-ID: <200404011430.i31EUFJk005080@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         65040
>Category:       kern
>Synopsis:       Add support for yet another  PCI multiport card
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Thu Apr 01 06:30:15 PST 2004
>Closed-Date:
>Last-Modified:
>Originator:     Stefan Grundmann
>Release:        FreeBSD 5.2-CURRENT i386
>Organization:
waset.de
>Environment:
System: FreeBSD chons.hb.waset.de 5.2-CURRENT FreeBSD 5.2-CURRENT #1: Tue Mar 30 02:04:51 CEST 2004  i386


>Description:
	The PCI multiport card Exsys EX-41098 has an additional
       	OX9160/OX16PCI954 with device id 0x9511 installed.

>How-To-Repeat:
	Get an Exsys EX-41098.

>Fix:


--- pucdata.diff begins here ---
--- pucdata.c.old	Wed Mar 31 17:20:19 2004
+++ pucdata.c	Thu Apr  1 16:11:52 2004
@@ -865,6 +865,19 @@
 		},
 	},
 
+	/* Oxford Semiconductor OX9160/OX16PCI954 PCI UARTS */
+        /* second chip on Exsys EX-41098 8x cards */
+	{   "Oxford Semiconductor OX9160/OX16PCI954 UARTs (function 1)",
+		{ 0x1415, 0x9511, 0,  0 },
+		{ 0xffff, 0xffff, 0,  0 },
+		{
+			{ PUC_PORT_TYPE_COM, 0x10, 0x00, COM_FREQ },
+			{ PUC_PORT_TYPE_COM, 0x10, 0x08, COM_FREQ },
+			{ PUC_PORT_TYPE_COM, 0x10, 0x10, COM_FREQ },
+			{ PUC_PORT_TYPE_COM, 0x10, 0x18, COM_FREQ },
+		},
+	},
+
 	/* NetMos 2S1P PCI 16C650 : 2S, 1P */
 	{   "NetMos NM9835 Dual UART and 1284 Printer port",
 	    {	0x9710,	0x9835,	0,	0	},
--- pucdata.diff ends here ---


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



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