summaryrefslogtreecommitdiff
path: root/sys/dev/uart/uart_bus_pci.c
diff options
context:
space:
mode:
authorJohn Baldwin <jhb@FreeBSD.org>2009-03-05 16:43:33 +0000
committerJohn Baldwin <jhb@FreeBSD.org>2009-03-05 16:43:33 +0000
commit843994aee1971422857f147532f7f7c4e1416547 (patch)
treee7d5c018be93b34152805448b57c24a0fff44551 /sys/dev/uart/uart_bus_pci.c
parente985f4e07c099d11b407abc9a49d370efce8ea48 (diff)
Notes
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 4a40e481749c..7d6a8f38aa8f 100644
--- a/sys/dev/uart/uart_bus_pci.c
+++ b/sys/dev/uart/uart_bus_pci.c
@@ -110,6 +110,7 @@ static struct pci_id pci_ns8250_ids[] = {
{ 0x1415, 0x950b, 0xffff, 0, "Oxford Semiconductor OXCB950 Cardbus 16950 UART",
0x10, 16384000 },
{ 0x151f, 0x0000, 0xffff, 0, "TOPIC Semiconductor TP560 56k modem", 0x10 },
+{ 0x9710, 0x9835, 0x1000, 1, "NetMos NM9835 Serial Port", 0x10 },
{ 0xdeaf, 0x9051, 0xffff, 0, "Middle Digital PC Weasel Serial Port", 0x10 },
{ 0xffff, 0, 0xffff, 0, NULL, 0, 0}
};