Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 15 Aug 2010 03:15:48 GMT
From:      Garrett Cooper <gcooper@FreeBSD.org>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   kern/149658: [ppc] [patch] Add PCI ID for MosChip Semiconductor card with vendor = 0x9710
Message-ID:  <201008150315.o7F3Fmui090959@www.freebsd.org>
Resent-Message-ID: <201008150320.o7F3K1Pv017630@freefall.freebsd.org>

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

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



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