diff options
| author | Colin Percival <cperciva@FreeBSD.org> | 2019-03-21 08:54:34 +0000 |
|---|---|---|
| committer | Colin Percival <cperciva@FreeBSD.org> | 2019-03-21 08:54:34 +0000 |
| commit | 1bfa40d2279e21321347c52dfb54d3c227b37036 (patch) | |
| tree | 68b9bd42c78a06a2b697dfb7bf592e63f1e47943 /sys/dev/uart | |
| parent | 60177063033562f29ab642141da2263326a0548b (diff) | |
Notes
Diffstat (limited to 'sys/dev/uart')
| -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 15b4472a37b28..7bf308bc4d164 100644 --- a/sys/dev/uart/uart_bus_pci.c +++ b/sys/dev/uart/uart_bus_pci.c @@ -125,6 +125,7 @@ static const struct pci_id pci_ns8250_ids[] = { 128 * DEFAULT_RCLK, 2}, { 0x14e4, 0x4344, 0xffff, 0, "Sony Ericsson GC89 PC Card", 0x10}, { 0x151f, 0x0000, 0xffff, 0, "TOPIC Semiconductor TP560 56k modem", 0x10 }, +{ 0x1d0f, 0x8250, 0x0000, 0, "Amazon PCI serial device", 0x10 }, { 0x1d0f, 0x8250, 0x1d0f, 0, "Amazon PCI serial device", 0x10 }, { 0x1fd4, 0x1999, 0x1fd4, 0x0001, "Sunix SER5xxxx Serial Port", 0x10, 8 * DEFAULT_RCLK }, |
