summaryrefslogtreecommitdiffstats
path: root/sys/dev
diff options
context:
space:
mode:
authorhselasky <hselasky@FreeBSD.org>2011-06-29 14:47:20 +0000
committerhselasky <hselasky@FreeBSD.org>2011-06-29 14:47:20 +0000
commit0a17043d52ecf221ee895a37da0fb4cf6fa8582f (patch)
treefa0345564dff8c22564702e8aaea60e08be3372d /sys/dev
parentaf8134caea44022a9779218bf51c2d5bc8f2572e (diff)
downloadFreeBSD-src-0a17043d52ecf221ee895a37da0fb4cf6fa8582f.zip
FreeBSD-src-0a17043d52ecf221ee895a37da0fb4cf6fa8582f.tar.gz
Add support for a MosChip PCI express serial port adapter.
MFC after: 1 week
Diffstat (limited to 'sys/dev')
-rw-r--r--sys/dev/uart/uart_bus_pci.c2
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 48a134b..c479022 100644
--- a/sys/dev/uart/uart_bus_pci.c
+++ b/sys/dev/uart/uart_bus_pci.c
@@ -113,6 +113,8 @@ static struct pci_id pci_ns8250_ids[] = {
{ 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, 0x9900, 0xa000, 0x1000,
+ "MosChip MCS9900 PCIe to Peripheral Controller", 0x10 },
{ 0x9710, 0x9901, 0xa000, 0x1000,
"MosChip MCS9901 PCIe to Peripheral Controller", 0x10 },
{ 0xdeaf, 0x9051, 0xffff, 0, "Middle Digital PC Weasel Serial Port", 0x10 },
OpenPOWER on IntegriCloud