kern/144397: Add PCI ID for MosChip Semiconductor 16550 UART

Garrett Cooper gcooper at FreeBSD.org
Mon Mar 1 20:30:02 UTC 2010


>Number:         144397
>Category:       kern
>Synopsis:       Add PCI ID for MosChip Semiconductor 16550 UART
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Mon Mar 01 20:30:01 UTC 2010
>Closed-Date:
>Last-Modified:
>Originator:     Garrett Cooper
>Release:        9-CURRENT
>Organization:
Cisco Systems, Inc
>Environment:
FreeBSD left4dead.cisco.com 9.0-CURRENT FreeBSD 9.0-CURRENT #2: Mon Mar  1 10:29:49 PST 2010     garrcoop at left4dead.cisco.com:/usr/obj/usr/src/sys/LEFT4DEAD  i386
>Description:
The PCI ID for the card here is missing: http://www.startech.com/item/PEX2S5521P-2S1P-Port-PCI-Express-Parallel-Serial-Combo-Card-with-16550-UART.aspx . This also covers several other cards, as mentioned on the webpage.
>How-To-Repeat:
n/a
>Fix:
See patch.

Patch attached with submission follows:

Index: uart_bus_pci.c
===================================================================
--- uart_bus_pci.c	(revision 204532)
+++ uart_bus_pci.c	(working copy)
@@ -113,6 +113,7 @@
 { 0x9710, 0x9820, 0x1000, 1, "NetMos NM9820 Serial Port", 0x10 },
 { 0x9710, 0x9835, 0x1000, 1, "NetMos NM9835 Serial Port", 0x10 },
 { 0x9710, 0x9865, 0xa000, 0x1000, "NetMos NM9865 Serial Port", 0x10 },
+{ 0x9710, 0x9901, 0xa000, 0x1000, "MosChip Semiconductors (Was: Netmos Technology) 16550 UART", 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