svn commit: r205952 - stable/7/sys/dev/uart
Xin LI
delphij at FreeBSD.org
Wed Mar 31 00:42:19 UTC 2010
Author: delphij
Date: Wed Mar 31 00:42:18 2010
New Revision: 205952
URL: http://svn.freebsd.org/changeset/base/205952
Log:
MFC r204533:
Add PCI ID for MCS9901.
Submitted by: gcooper
PR: kern/144397
Modified:
stable/7/sys/dev/uart/uart_bus_pci.c
Directory Properties:
stable/7/sys/ (props changed)
stable/7/sys/cddl/contrib/opensolaris/ (props changed)
stable/7/sys/contrib/dev/acpica/ (props changed)
stable/7/sys/contrib/pf/ (props changed)
Modified: stable/7/sys/dev/uart/uart_bus_pci.c
==============================================================================
--- stable/7/sys/dev/uart/uart_bus_pci.c Wed Mar 31 00:41:32 2010 (r205951)
+++ stable/7/sys/dev/uart/uart_bus_pci.c Wed Mar 31 00:42:18 2010 (r205952)
@@ -111,6 +111,8 @@ static struct pci_id pci_ns8250_ids[] =
{ 0x151f, 0x0000, 0xffff, 0, "TOPIC Semiconductor TP560 56k modem", 0x10 },
{ 0x9710, 0x9835, 0x1000, 1, "NetMos NM9835 Serial Port", 0x10 },
{ 0x9710, 0x9865, 0xa000, 0x1000, "NetMos NM9865 Serial Port", 0x10 },
+{ 0x9710, 0x9901, 0xa000, 0x1000,
+ "MosChip MCS9901 PCIe to Peripheral Controller", 0x10 },
{ 0xdeaf, 0x9051, 0xffff, 0, "Middle Digital PC Weasel Serial Port", 0x10 },
{ 0xffff, 0, 0xffff, 0, NULL, 0, 0}
};
More information about the svn-src-all
mailing list