diff options
| author | Xin LI <delphij@FreeBSD.org> | 2010-03-31 00:41:32 +0000 |
|---|---|---|
| committer | Xin LI <delphij@FreeBSD.org> | 2010-03-31 00:41:32 +0000 |
| commit | 73a0004b9d74e0d1d564787c119c8b3aca02defd (patch) | |
| tree | a1369fbecc07f5bfc2a4341be3efce16178fcb2e /sys | |
| parent | 8fcbb37733aa56d929aff5adad2976cdcb0bed0d (diff) | |
Notes
Diffstat (limited to 'sys')
| -rw-r--r-- | sys/dev/uart/uart_bus_pci.c | 2 |
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 06c6138b4af4..9cad7bea7ef3 100644 --- a/sys/dev/uart/uart_bus_pci.c +++ b/sys/dev/uart/uart_bus_pci.c @@ -112,6 +112,8 @@ static struct pci_id pci_ns8250_ids[] = { { 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 }, +{ 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} }; |
