diff options
author | mav <mav@FreeBSD.org> | 2014-12-03 06:53:49 +0000 |
---|---|---|
committer | mav <mav@FreeBSD.org> | 2014-12-03 06:53:49 +0000 |
commit | a486cdc239b41df7838ab312126f0c46d68060c3 (patch) | |
tree | 2243ce78cb3f73f695418303045bfb95e909a1e0 /sys/dev/uart/uart_bus_pci.c | |
parent | 68673ca7dfc07489bbe43dd13539b8ffe1a9ca1e (diff) | |
download | FreeBSD-src-a486cdc239b41df7838ab312126f0c46d68060c3.zip FreeBSD-src-a486cdc239b41df7838ab312126f0c46d68060c3.tar.gz |
MFC r275101:
Add bunch of PCI IDs of Intel Wildcat Point (9 Series) chipsets.
Diffstat (limited to 'sys/dev/uart/uart_bus_pci.c')
-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 d936dbc..e92808c 100644 --- a/sys/dev/uart/uart_bus_pci.c +++ b/sys/dev/uart/uart_bus_pci.c @@ -126,6 +126,7 @@ static const struct pci_id pci_ns8250_ids[] = { { 0x8086, 0x8813, 0xffff, 0, "Intel EG20T Serial Port 2", 0x10 }, { 0x8086, 0x8814, 0xffff, 0, "Intel EG20T Serial Port 3", 0x10 }, { 0x8086, 0x8c3d, 0xffff, 0, "Intel Lynx Point KT Controller", 0x10 }, +{ 0x8086, 0x8cbd, 0xffff, 0, "Intel Wildcat Point KT Controller", 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 }, |