misc/160895: support for Oxford Semiconductor OXPCIe952 UARTs
kkv at insysnet.ru
kkv at insysnet.ru
Thu Sep 22 05:40:08 UTC 2011
>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 at 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:
More information about the freebsd-bugs
mailing list