Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 29 Nov 2010 20:38:46 +1300
From:      Jonathan Chen <jonc@chen.org.nz>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   kern/152663: Add MCS9865 PCI card to ppc(4)
Message-ID:  <20101129073846.GA3505@osiris.chen.org.nz>
Resent-Message-ID: <201011290820.oAT8K987073582@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20101129073846.GA3505>