From owner-freebsd-bugs@FreeBSD.ORG Tue Oct 5 13:40:25 2004 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 94AE016A4CF for ; Tue, 5 Oct 2004 13:40:25 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 670FB43D58 for ; Tue, 5 Oct 2004 13:40:25 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.11/8.12.11) with ESMTP id i95DeP0d068053 for ; Tue, 5 Oct 2004 13:40:25 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i95DePxn068052; Tue, 5 Oct 2004 13:40:25 GMT (envelope-from gnats) Resent-Date: Tue, 5 Oct 2004 13:40:25 GMT Resent-Message-Id: <200410051340.i95DePxn068052@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, thn@saeab.se Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6445616A4CE for ; Tue, 5 Oct 2004 13:37:15 +0000 (GMT) Received: from saeab.se (ture.saeab.se [213.80.3.133]) by mx1.FreeBSD.org (Postfix) with ESMTP id 80C5143D46 for ; Tue, 5 Oct 2004 13:37:13 +0000 (GMT) (envelope-from root@omar.int.saeab.se) Received: from omar.int.saeab.se (omar.int.saeab.se [10.0.1.32]) by saeab.se (8.12.11/8.12.11) with ESMTP id i95Db6r4043368; Tue, 5 Oct 2004 15:37:06 +0200 (CEST) (envelope-from root@omar.int.saeab.se) Received: from omar.int.saeab.se (localhost [127.0.0.1]) by omar.int.saeab.se (8.13.1/8.13.1) with ESMTP id i95Db5DO001300; Tue, 5 Oct 2004 15:37:05 +0200 (CEST) (envelope-from root@omar.int.saeab.se) Received: (from root@localhost) by omar.int.saeab.se (8.13.1/8.13.1/Submit) id i95Db1As001299; Tue, 5 Oct 2004 15:37:01 +0200 (CEST) (envelope-from root) Message-Id: <200410051337.i95Db1As001299@omar.int.saeab.se> Date: Tue, 5 Oct 2004 15:37:01 +0200 (CEST) From: thn@saeab.se To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: kern/72352: [PATCH] Support for VScom PCI-100L is missing X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: thn@saeab.se List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 05 Oct 2004 13:40:25 -0000 >Number: 72352 >Category: kern >Synopsis: [PATCH] Support for VScom PCI-100L is missing >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Tue Oct 05 13:40:24 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Thomas Nyström >Release: FreeBSD 5.3-BETA7 i386 >Organization: Sv. Aktuell Elektronik AB >Environment: System: FreeBSD omar.int.saeab.se 5.3-BETA7 FreeBSD 5.3-BETA7 #2: Tue Oct 5 15:16:01 CEST 2004 root@omar.int.saeab.se:/usr/obj/usr/src/sys/OMAR i386 >Description: Suport for the VScom PCI-100L is missing. The PCI-100L is a single serial port for the PCI-bus. 'pciconf -lv' reports the port as (after the patch): þuc0@þci0:¹0:0: clãss=0x070002 cãrð=0x80¹0¹4ð2 chiþ=0x80¹0¹4ð2 rev=0x00 hðr=0x00 venðør = ´Titãn Ëlectrønics Ïnc´ ðevice = ´VScøm Þ©Ï-¹00L ¹ x ®S-2³2 ©øntrøller´ clãss = simþle cømms subclãss = ÛîT >How-To-Repeat: N/A >Fix: The attached patch adds suport for this port to the puc(4) driver. --- vscom-puc.diff begins here --- --- pucdata.c-org Mon May 17 14:57:30 2004 +++ pucdata.c Tue Oct 5 15:11:31 2004 @@ -644,6 +644,15 @@ }, }, + /* VSCom PCI 100L: 1S */ + { "VScom PCI-100L", + { 0x14d2, 0x8010, 0, 0 }, + { 0xffff, 0xffff, 0, 0 }, + { + { PUC_PORT_TYPE_COM, 0x14, 0x00, COM_FREQ * 8 }, + }, + }, + /* VScom PCI-200L: 2S */ { "VScom PCI-200L", { 0x14d2, 0x8020, 0, 0 }, --- vscom-puc.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: