kern/152663: Add MCS9865 PCI card to ppc(4)
Jonathan Chen
jonc at chen.org.nz
Mon Nov 29 08:20:09 UTC 2010
>Number: 152663
>Category: kern
>Synopsis: Add MCS9865 PCI card to ppc(4)
>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: Mon Nov 29 08:20:08 UTC 2010
>Closed-Date:
>Last-Modified:
>Originator: Jonathan Chen
>Release: FreeBSD 8.1-STABLE amd64
>Organization:
<organization of PR author (multiple lines)>
>Environment:
System: FreeBSD osiris.chen.org.nz 8.1-STABLE FreeBSD 8.1-STABLE #2: Mon Nov 29 19:33:39 NZDT 2010 root at osiris.chen.org.nz:/usr/obj/usr/src/sys/GENERIC amd64
>Description:
Add ppc(4) support for PCI card with MosChip 9865 Single 1284 Printer port.
>How-To-Repeat:
>Fix:
--- dev/ppc/ppc_pci.c.orig 2010-11-29 20:08:25.000000000 +1300
+++ dev/ppc/ppc_pci.c 2010-11-29 19:25:42.000000000 +1300
@@ -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 },
+ { 0x98659710, "MosChip MCS9865 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