From owner-freebsd-bugs@FreeBSD.ORG Sat Mar 13 06:40:01 2010 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4B5701065670 for ; Sat, 13 Mar 2010 06:40:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 0F32E8FC14 for ; Sat, 13 Mar 2010 06:40:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id o2D6e0lE024127 for ; Sat, 13 Mar 2010 06:40:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id o2D6e08b024126; Sat, 13 Mar 2010 06:40:00 GMT (envelope-from gnats) Resent-Date: Sat, 13 Mar 2010 06:40:00 GMT Resent-Message-Id: <201003130640.o2D6e08b024126@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, Garrett Cooper Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3A0BB106566B for ; Sat, 13 Mar 2010 06:37:26 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21]) by mx1.freebsd.org (Postfix) with ESMTP id 2A1988FC15 for ; Sat, 13 Mar 2010 06:37:26 +0000 (UTC) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.14.3/8.14.3) with ESMTP id o2D6bPhF070315 for ; Sat, 13 Mar 2010 06:37:25 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.14.3/8.14.3/Submit) id o2D6bPk7070314; Sat, 13 Mar 2010 06:37:25 GMT (envelope-from nobody) Message-Id: <201003130637.o2D6bPk7070314@www.freebsd.org> Date: Sat, 13 Mar 2010 06:37:25 GMT From: Garrett Cooper To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: kern/144713: [ppc] [patch] Add PCI ID for MosChip Semiconductor 16550 onboard PPC pinout X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 13 Mar 2010 06:40:01 -0000 >Number: 144713 >Category: kern >Synopsis: [ppc] [patch] Add PCI ID for MosChip Semiconductor 16550 onboard PPC pinout >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: Sat Mar 13 06:40:00 UTC 2010 >Closed-Date: >Last-Modified: >Originator: Garrett Cooper >Release: 9-CURRENT >Organization: Cisco Systems, Inc. >Environment: FreeBSD bayonetta.localdomain 9.0-CURRENT FreeBSD 9.0-CURRENT #2: Thu Mar 4 13:16:39 PST 2010 gcooper@bayonetta.localdomain:/usr/obj/usr/src/sys/BAYONETTA amd64 >Description: The PCIe card described in the link attached to kern/144397 also features a ppc(4) enabled set of pinouts for parallel port access to the 16550 card. This PR adds the PCI ID to enable the ppc(4) functionality. >How-To-Repeat: n/a >Fix: n/a Patch attached with submission follows: Index: ppc_pci.c =================================================================== --- ppc_pci.c (revision 205115) +++ ppc_pci.c (working copy) @@ -89,6 +89,7 @@ { 0x84031415, "Oxford Semiconductor OX12PCI840 Parallel port", 0x10 }, { 0x95131415, "Oxford Semiconductor OX16PCI954 Parallel port", 0x10 }, { 0x98059710, "NetMos NM9805 1284 Printer port", 0x10 }, + { 0x99019710, "MosChip MCS9901 PCIe to Peripheral Controller", 0x10 }, { 0xffff } }; >Release-Note: >Audit-Trail: >Unformatted: