kern/144713: [ppc] [patch] Add PCI ID for MosChip Semiconductor 16550 onboard PPC pinout

Garrett Cooper gcooper at FreeBSD.org
Sat Mar 13 06:40:01 UTC 2010


>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 at 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:


More information about the freebsd-bugs mailing list