kern/149658: [ppc] [patch] Add PCI ID for MosChip Semiconductor
card with vendor = 0x9710
Garrett Cooper
gcooper at FreeBSD.org
Sun Aug 15 03:20:02 UTC 2010
>Number: 149658
>Category: kern
>Synopsis: [ppc] [patch] Add PCI ID for MosChip Semiconductor card with vendor = 0x9710
>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: Sun Aug 15 03:20:01 UTC 2010
>Closed-Date:
>Last-Modified:
>Originator: Garrett Cooper
>Release: 9-CURRENT
>Organization:
Cisco Systems, Inc.
>Environment:
FreeBSD orangebox.local 9.0-CURRENT FreeBSD 9.0-CURRENT #7 r210523:210999M: Thu Aug 12 02:27:15 UTC 2010 root at orangebox.local:/usr/obj/usr/src/sys/ORANGEBOX amd64
>Description:
This patch adds support for the PCI ID requested in kern/146647. The other work required to enable the additional RS-232 uart is pending.
>How-To-Repeat:
>Fix:
Patch attached with submission follows:
Index: dev/uart/uart_bus_pci.c
===================================================================
--- dev/uart/uart_bus_pci.c (revision 210523)
+++ dev/uart/uart_bus_pci.c (working copy)
@@ -115,6 +115,7 @@
{ 0x9710, 0x9865, 0xa000, 0x1000, "NetMos NM9865 Serial Port", 0x10 },
{ 0x9710, 0x9901, 0xa000, 0x1000,
"MosChip MCS9901 PCIe to Peripheral Controller", 0x10 },
+{ 0x9710, 0x9901, 0xa000, 0x3012, "PCIe 9901 Multi-I/O Controller", 0x10 },
{ 0xdeaf, 0x9051, 0xffff, 0, "Middle Digital PC Weasel Serial Port", 0x10 },
{ 0xffff, 0, 0xffff, 0, NULL, 0, 0}
};
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-bugs
mailing list