summaryrefslogtreecommitdiffstats
path: root/sys/dev/uart/uart_bus_pci.c
diff options
context:
space:
mode:
authormarcel <marcel@FreeBSD.org>2009-12-07 20:05:02 +0000
committermarcel <marcel@FreeBSD.org>2009-12-07 20:05:02 +0000
commitc61e7af92e516b7ab0010e0c7129ab878fb7f823 (patch)
treeea1888158b63ca824854e67bbf0465ba7a4ea9d6 /sys/dev/uart/uart_bus_pci.c
parent12621322c9fc7a67180d0e8d30084b0fd7c5855f (diff)
downloadFreeBSD-src-c61e7af92e516b7ab0010e0c7129ab878fb7f823.zip
FreeBSD-src-c61e7af92e516b7ab0010e0c7129ab878fb7f823.tar.gz
Add support for the NetMos NM9865 family of Serial/Parallel ports.
Obtained from: NetMos MCS9865 v1.0.0.1 driver MFC after: 3 days
Diffstat (limited to 'sys/dev/uart/uart_bus_pci.c')
-rw-r--r--sys/dev/uart/uart_bus_pci.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/dev/uart/uart_bus_pci.c b/sys/dev/uart/uart_bus_pci.c
index 7a01e77..06c6138 100644
--- a/sys/dev/uart/uart_bus_pci.c
+++ b/sys/dev/uart/uart_bus_pci.c
@@ -111,6 +111,7 @@ static struct pci_id pci_ns8250_ids[] = {
0x10, 16384000 },
{ 0x151f, 0x0000, 0xffff, 0, "TOPIC Semiconductor TP560 56k modem", 0x10 },
{ 0x9710, 0x9835, 0x1000, 1, "NetMos NM9835 Serial Port", 0x10 },
+{ 0x9710, 0x9865, 0xa000, 0x1000, "NetMos NM9865 Serial Port", 0x10 },
{ 0xdeaf, 0x9051, 0xffff, 0, "Middle Digital PC Weasel Serial Port", 0x10 },
{ 0xffff, 0, 0xffff, 0, NULL, 0, 0}
};
OpenPOWER on IntegriCloud