From owner-freebsd-hardware@FreeBSD.ORG Wed Sep 21 12:30:58 2011 Return-Path: Delivered-To: freebsd-hardware@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8F385106566C for ; Wed, 21 Sep 2011 12:30:58 +0000 (UTC) (envelope-from kkv@insysnet.ru) Received: from insysnet.ru (cadillac2.insysnet.ru [77.72.138.216]) by mx1.freebsd.org (Postfix) with SMTP id AA6458FC17 for ; Wed, 21 Sep 2011 12:30:57 +0000 (UTC) Received: (qmail 92724 invoked from network); 21 Sep 2011 16:04:15 +0400 Received: from frog.insysnet.ru (HELO ?192.168.100.21?) (77.72.142.1) by mail.insysnet.ru with SMTP; 21 Sep 2011 16:04:15 +0400 Message-ID: <4E79D2BE.7070307@insysnet.ru> Date: Wed, 21 Sep 2011 16:04:14 +0400 From: "Konstantin V. Krotov" Organization: InSys User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; ru-RU; rv:1.9.2.13) Gecko/20110112 Thunderbird/3.1.7 MIME-Version: 1.0 To: freebsd-hardware@freebsd.org Content-Type: text/plain; charset=KOI8-R; format=flowed Content-Transfer-Encoding: 7bit Subject: support for Oxford Semiconductor OXPCIe952 UARTs X-BeenThere: freebsd-hardware@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: General discussion of FreeBSD hardware List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 21 Sep 2011 12:30:58 -0000 hello. i'm have on fbsd RELENG_8 pci-e card with 1 rs-232 port. and this card don't support. (after patch) pciconf -lv puc0@pci0:5:0:0: class=0x070002 card=0xc1381415 chip=0xc1381415 rev=0x00 hdr=0x00 vendor = 'Oxford Semiconductor Ltd - now part of PLX Technology' class = simple comms subclass = UART 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)", -- WBR, Konstantin V. Krotov CJSs "Information Systems" mailto: kkv@insysnet.ru phone: +7 (8332) 51-35-95