[Midnightbsd-cvs] src [7829] trunk/sys/dev/uart/uart_bus_pci.c: add support for MosChip MCS9904 four serial port controller.
laffer1 at midnightbsd.org
laffer1 at midnightbsd.org
Tue Sep 6 20:08:54 EDT 2016
Revision: 7829
http://svnweb.midnightbsd.org/src/?rev=7829
Author: laffer1
Date: 2016-09-06 20:08:54 -0400 (Tue, 06 Sep 2016)
Log Message:
-----------
add support for MosChip MCS9904 four serial port controller.
Modified Paths:
--------------
trunk/sys/dev/uart/uart_bus_pci.c
Modified: trunk/sys/dev/uart/uart_bus_pci.c
===================================================================
--- trunk/sys/dev/uart/uart_bus_pci.c 2016-09-07 00:07:55 UTC (rev 7828)
+++ trunk/sys/dev/uart/uart_bus_pci.c 2016-09-07 00:08:54 UTC (rev 7829)
@@ -127,6 +127,8 @@
"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}
};
More information about the Midnightbsd-cvs
mailing list