From nobody@FreeBSD.org  Sat Mar 13 06:37:26 2010
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 3A0BB106566B
	for <freebsd-gnats-submit@FreeBSD.org>; 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 <freebsd-gnats-submit@FreeBSD.org>; 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 <freebsd-gnats-submit@FreeBSD.org>; 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 <yaneurabeya@gmail.com>
To: freebsd-gnats-submit@FreeBSD.org
Subject: [ppc] [patch] Add PCI ID for MosChip Semiconductor 16550 onboard PPC pinout
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>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:    delphij
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sat Mar 13 06:40:00 UTC 2010
>Closed-Date:    Tue Apr 06 00:53:12 UTC 2010
>Last-Modified:  Sun Feb 03 22:28:16 UTC 2013
>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:
Responsible-Changed-From-To: freebsd-bugs->delphij 
Responsible-Changed-By: delphij 
Responsible-Changed-When: Tue Mar 23 20:04:26 UTC 2010 
Responsible-Changed-Why:  
Take. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=144713 
State-Changed-From-To: open->patched 
State-Changed-By: delphij 
State-Changed-When: Tue Mar 23 20:08:19 UTC 2010 
State-Changed-Why:  
Patched in -HEAD. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=144713 
State-Changed-From-To: patched->closed 
State-Changed-By: delphij 
State-Changed-When: Tue Apr 6 00:52:53 UTC 2010 
State-Changed-Why:  
MFC'ed to RELENG_7 and RELENG_8, thanks for your submission! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=144713 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: kern/144713: commit references a PR
Date: Tue,  6 Apr 2010 00:50:33 +0000 (UTC)

 Author: delphij
 Date: Tue Apr  6 00:50:23 2010
 New Revision: 206227
 URL: http://svn.freebsd.org/changeset/base/206227
 
 Log:
   MFC r205534:
   
   Add PCI ID for MCS9901's parallel port.
   
   PR:		kern/144713
   Submitted by:	gcooper
 
 Modified:
   stable/8/sys/dev/ppc/ppc_pci.c
 Directory Properties:
   stable/8/sys/   (props changed)
   stable/8/sys/amd64/include/xen/   (props changed)
   stable/8/sys/cddl/contrib/opensolaris/   (props changed)
   stable/8/sys/contrib/dev/acpica/   (props changed)
   stable/8/sys/contrib/pf/   (props changed)
   stable/8/sys/dev/xen/xenpci/   (props changed)
 
 Modified: stable/8/sys/dev/ppc/ppc_pci.c
 ==============================================================================
 --- stable/8/sys/dev/ppc/ppc_pci.c	Tue Apr  6 00:47:33 2010	(r206226)
 +++ stable/8/sys/dev/ppc/ppc_pci.c	Tue Apr  6 00:50:23 2010	(r206227)
 @@ -89,6 +89,7 @@ static struct pci_id pci_ids[] = {
  	{ 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 }
  };
  
 _______________________________________________
 svn-src-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/svn-src-all
 To unsubscribe, send any mail to "svn-src-all-unsubscribe@freebsd.org"
 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: kern/144713: commit references a PR
Date: Tue,  6 Apr 2010 00:52:55 +0000 (UTC)

 Author: delphij
 Date: Tue Apr  6 00:52:45 2010
 New Revision: 206228
 URL: http://svn.freebsd.org/changeset/base/206228
 
 Log:
   MFC r205534:
   
   Add PCI ID for MCS9901's parallel port.
   
   PR:		kern/144713
   Submitted by:	gcooper
 
 Modified:
   stable/7/sys/dev/ppc/ppc_pci.c
 Directory Properties:
   stable/7/sys/   (props changed)
   stable/7/sys/cddl/contrib/opensolaris/   (props changed)
   stable/7/sys/contrib/dev/acpica/   (props changed)
   stable/7/sys/contrib/pf/   (props changed)
 
 Modified: stable/7/sys/dev/ppc/ppc_pci.c
 ==============================================================================
 --- stable/7/sys/dev/ppc/ppc_pci.c	Tue Apr  6 00:50:23 2010	(r206227)
 +++ stable/7/sys/dev/ppc/ppc_pci.c	Tue Apr  6 00:52:45 2010	(r206228)
 @@ -88,6 +88,7 @@ static struct pci_id pci_ids[] = {
  	{ 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 }
  };
  
 _______________________________________________
 svn-src-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/svn-src-all
 To unsubscribe, send any mail to "svn-src-all-unsubscribe@freebsd.org"
 
>Unformatted:
