]> CyberLeo.Net >> Repos - FreeBSD/stable/8.git/commit
MFC r232639
authorremko <remko@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Wed, 12 Dec 2012 07:22:50 +0000 (07:22 +0000)
committerremko <remko@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Wed, 12 Dec 2012 07:22:50 +0000 (07:22 +0000)
commitd18447d7b47c6e687fc2acb7a592a2336e67fbb1
tree60a7042a8111108982bd1f8c864173dfd0712ecf
parent1d0ae6397d5bb506f168917aa4aebe7143fae908
MFC r232639

Original commit:
Add support for the MosChip MCS9904 four serial ports
controller.

PR:  165804
Submitted by: Eugene Grosbein
MFC after: 1 week

Modified:
head/sys/dev/uart/uart_bus_pci.c

Modified: head/sys/dev/uart/uart_bus_pci.c
==============================================================================
--- head/sys/dev/uart/uart_bus_pci.c Wed Mar 7 06:25:17 2012 (r232638)
+++ head/sys/dev/uart/uart_bus_pci.c Wed Mar 7 06:42:21 2012 (r232639)
@@ -126,6 +126,8 @@ static struct pci_id pci_ns8250_ids[] =
"MosChip MCS9900 PCIe to Peripheral Controller", 0x10 },
{ 0x9710, 0x9901, 0xa000, 0x1000,
"MosChip MCS9901 PCIe to Peripheral Controller", 0x10 },
+{ 0x9710, 0x9904, 0xa000, 0x1000,
+ "MosChip MCS9904 PCIe to Peripheral Controller", 0x10 },
{ 0xdeaf, 0x9051, 0xffff, 0, "Middle Digital PC Weasel Serial Port", 0x10 },
{ 0xffff, 0, 0xffff, 0, NULL, 0, 0}
};

git-svn-id: svn://svn.freebsd.org/base/stable/8@244140 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
sys/dev/uart/uart_bus_pci.c