Skip site navigation (1)Skip section navigation (2)
Date:      22 Sep 2011 09:07:04 +0400
From:      kkv@insysnet.ru
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   misc/160895: support for Oxford Semiconductor OXPCIe952 UARTs
Message-ID:  <20110922050704.7542.qmail@insysnet.ru>
Resent-Message-ID: <201109220540.p8M5e8jt027964@freefall.freebsd.org>

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

>Number:         160895
>Category:       misc
>Synopsis:       support for Oxford Semiconductor OXPCIe952 UARTs
>Confidential:   yes
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Thu Sep 22 05:40:07 UTC 2011
>Closed-Date:
>Last-Modified:
>Originator:     Konstantin V. Krotov
>Release:        FreeBSD 8.2-STABLE amd64
>Organization:
>Environment:
System: FreeBSD cadillac2.insysnet.ru 8.2-STABLE FreeBSD 8.2-STABLE #16: Tue Sep 20 17:23:35 MSD 2011 tawer@cadillac2.insysnet.ru:/usr/obj/usr/src/sys/CADILLAC2 amd64
>Description:
	i'm have on fbsd RELENG_8 pci-e card with 1 rs-232 port.
and this card don't support.

>How-To-Repeat:
	
>Fix:
I wrote fast-hack patch:
--- pucdata.c   2011-08-22 22:46:02.000000000 +0400
+++ pucdata.c_  2011-09-06 13:27:23.000000000 +0400
@@ -739,6 +739,13 @@
             PUC_PORT_NONSTANDARD, 0x10, 0, -1,
             .config_function = puc_config_oxford_pcie
         },
+
+       {   0x1415, 0xc138, 0xffff, 0,
+           "Oxford Semiconductor OXPCIe952 UARTs",
+           DEFAULT_RCLK * 0x22,
+           PUC_PORT_NONSTANDARD, 0x10, 0, -1,
+           .config_function = puc_config_oxford_pcie
+       },

         {   0x1415, 0xc15d, 0xffff, 0,
             "Oxford Semiconductor OXPCIe952 UARTs (function 1)",

and with this patch device work correctly

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



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