diff options
author | remko <remko@FreeBSD.org> | 2012-03-07 06:42:21 +0000 |
---|---|---|
committer | remko <remko@FreeBSD.org> | 2012-03-07 06:42:21 +0000 |
commit | 44297709fcc35e8a833d7802f959eca3933ead86 (patch) | |
tree | 9f9d75eb981fd196ccf509cef9d2f1aa2d40eec0 /sys/dev/uart/uart_bus_pci.c | |
parent | 5fade1600be4dee199e129c07996b5a8c9106e52 (diff) | |
download | FreeBSD-src-44297709fcc35e8a833d7802f959eca3933ead86.zip FreeBSD-src-44297709fcc35e8a833d7802f959eca3933ead86.tar.gz |
Add support for the MosChip MCS9904 four serial ports
controller.
PR: 165804
Submitted by: Eugene Grosbein
MFC after: 1 week
Diffstat (limited to 'sys/dev/uart/uart_bus_pci.c')
-rw-r--r-- | sys/dev/uart/uart_bus_pci.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/dev/uart/uart_bus_pci.c b/sys/dev/uart/uart_bus_pci.c index 45ef8b7..73c4abc 100644 --- a/sys/dev/uart/uart_bus_pci.c +++ b/sys/dev/uart/uart_bus_pci.c @@ -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} }; |