diff options
author | mav <mav@FreeBSD.org> | 2009-12-08 14:55:07 +0000 |
---|---|---|
committer | mav <mav@FreeBSD.org> | 2009-12-08 14:55:07 +0000 |
commit | 864bfcfbfac600a7a35a30e6caf42b7022e90676 (patch) | |
tree | 710dc508b5bcd47b0d3663cccd37a985d3f0bb7d | |
parent | befb051a26de5100d091e6690dafb8898eac72c9 (diff) | |
download | FreeBSD-src-864bfcfbfac600a7a35a30e6caf42b7022e90676.zip FreeBSD-src-864bfcfbfac600a7a35a30e6caf42b7022e90676.tar.gz |
Add ID for NetMos NM9820 Serial Port chip, found on CardBus serial adapter.
-rw-r--r-- | sys/dev/uart/uart_bus_pci.c | 1 |
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 06c6138..24c4573 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, 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 }, { 0xdeaf, 0x9051, 0xffff, 0, "Middle Digital PC Weasel Serial Port", 0x10 }, |