aboutsummaryrefslogtreecommitdiff
path: root/sys/dev
diff options
context:
space:
mode:
authorHans Petter Selasky <hselasky@FreeBSD.org>2011-06-29 14:47:20 +0000
committerHans Petter Selasky <hselasky@FreeBSD.org>2011-06-29 14:47:20 +0000
commit24f4fe9a01836b22809e787dde80137b952d9ddb (patch)
treefa0345564dff8c22564702e8aaea60e08be3372d /sys/dev
parentf52efb6d38cc04d6b54683b36ddaa08962a71af8 (diff)
downloadsrc-24f4fe9a01836b22809e787dde80137b952d9ddb.tar.gz
src-24f4fe9a01836b22809e787dde80137b952d9ddb.zip
Add support for a MosChip PCI express serial port adapter.
MFC after: 1 week
Notes
Notes: svn path=/head/; revision=223672
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 48a134bdbd17..c47902263710 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 },