summaryrefslogtreecommitdiffstats
path: root/sys/dev/uart/uart_bus_pci.c
diff options
context:
space:
mode:
authordelphij <delphij@FreeBSD.org>2010-03-01 20:41:27 +0000
committerdelphij <delphij@FreeBSD.org>2010-03-01 20:41:27 +0000
commit35954ec39442d613f530f84c6486180a540303f8 (patch)
tree58e441e66bda13211b5f171155b1c687c48c7afb /sys/dev/uart/uart_bus_pci.c
parent58fee7f0f3b74502aac79979dc55abb7d76caf1a (diff)
downloadFreeBSD-src-35954ec39442d613f530f84c6486180a540303f8.zip
FreeBSD-src-35954ec39442d613f530f84c6486180a540303f8.tar.gz
Add PCI ID for MCS9901.
Submitted by: gcooper PR: kern/144397 MFC after: 1 month
Diffstat (limited to 'sys/dev/uart/uart_bus_pci.c')
-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 24c4573..48a134b 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, 0x9901, 0xa000, 0x1000,
+ "MosChip MCS9901 PCIe to Peripheral Controller", 0x10 },
{ 0xdeaf, 0x9051, 0xffff, 0, "Middle Digital PC Weasel Serial Port", 0x10 },
{ 0xffff, 0, 0xffff, 0, NULL, 0, 0}
};
OpenPOWER on IntegriCloud