From owner-freebsd-bugs@FreeBSD.ORG Wed Sep 18 23:00:01 2013 Return-Path: Delivered-To: freebsd-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 0E117E33 for ; Wed, 18 Sep 2013 23:00:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id E0F972B85 for ; Wed, 18 Sep 2013 23:00:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r8IN00ui017433 for ; Wed, 18 Sep 2013 23:00:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r8IN00AG017432; Wed, 18 Sep 2013 23:00:00 GMT (envelope-from gnats) Resent-Date: Wed, 18 Sep 2013 23:00:00 GMT Resent-Message-Id: <201309182300.r8IN00AG017432@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, Craig Leres Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id DC7A2DCF for ; Wed, 18 Sep 2013 22:52:36 +0000 (UTC) (envelope-from leres@ee.lbl.gov) Received: from fun.ee.lbl.gov (fun.ee.lbl.gov [IPv6:2620:83:8000:102::ca]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id C6C3F2B54 for ; Wed, 18 Sep 2013 22:52:36 +0000 (UTC) Received: from fun.ee.lbl.gov (localhost [127.0.0.1]) by fun.ee.lbl.gov (8.14.7/8.14.7) with ESMTP id r8IMqZbt015597 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Wed, 18 Sep 2013 15:52:35 -0700 (PDT) Received: (from leres@localhost) by fun.ee.lbl.gov (8.14.7/8.14.7/Submit) id r8IMqZbJ015596; Wed, 18 Sep 2013 15:52:35 -0700 (PDT) Message-Id: <201309182252.r8IMqZbJ015596@fun.ee.lbl.gov> Date: Wed, 18 Sep 2013 15:52:35 -0700 (PDT) From: Craig Leres To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: kern/182217: [PATCH] dev/ppc/ppc_pci.c: add SIIG/Oxford OXPCIe952 pci-e parallel-port Cc: leres@ee.lbl.gov X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: Craig Leres List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Sep 2013 23:00:01 -0000 >Number: 182217 >Category: kern >Synopsis: [PATCH] dev/ppc/ppc_pci.c: add SIIG/Oxford OXPCIe952 pci-e parallel-port >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Wed Sep 18 23:00:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Craig Leres >Release: FreeBSD 9.1-RELEASE amd64 >Organization: Lawrence Berkeley National Laboratory >Environment: System: FreeBSD fun.ee.lbl.gov 9.1-RELEASE FreeBSD 9.1-RELEASE #5 r15: Sat Apr 20 20:56:40 PDT 2013 leres@fun.ee.lbl.gov:/sys/amd64/compile/LBL amd64 >Description: I recently upgraded one of my stratum 1 NTP servers. I had been using /dev/pps0 with a parallel port but the new system did not have one. I added a SIIG x1 pci-e single parallel port card (JJ-E01211-S1) however it was not auto-detected by the kernel. >How-To-Repeat: >Fix: Please see the attached patch which adds the pci id for this card. --- patch.txt begins here --- Index: dev/ppc/ppc_pci.c =================================================================== --- dev/ppc/ppc_pci.c (revision 19) +++ dev/ppc/ppc_pci.c (revision 21) @@ -88,6 +88,7 @@ { 0x80001407, "Lava Computers 2SP-PCI parallel port", 0x10 }, { 0x84031415, "Oxford Semiconductor OX12PCI840 Parallel port", 0x10 }, { 0x95131415, "Oxford Semiconductor OX16PCI954 Parallel port", 0x10 }, + { 0xc1101415, "Oxford Semiconductor OXPCIe952 Parallel port", 0x10 }, { 0x98059710, "NetMos NM9805 1284 Printer port", 0x10 }, { 0x98659710, "MosChip MCS9865 1284 Printer port", 0x10 }, { 0x99019710, "MosChip MCS9901 PCIe to Peripheral Controller", 0x10 }, --- patch.txt ends here --- >Release-Note: >Audit-Trail: >Unformatted: