diff options
author | mav <mav@FreeBSD.org> | 2015-09-27 01:19:42 +0000 |
---|---|---|
committer | mav <mav@FreeBSD.org> | 2015-09-27 01:19:42 +0000 |
commit | 5f3a8b903900fb6d4bee2ad7f5825aec11de7f7e (patch) | |
tree | 583f3de031f986e17cf49a12a57b49902ac66547 /sys/dev/uart | |
parent | 88a31859bc3d4aa7ff0ff68863cbf4c83084dca0 (diff) | |
download | FreeBSD-src-5f3a8b903900fb6d4bee2ad7f5825aec11de7f7e.zip FreeBSD-src-5f3a8b903900fb6d4bee2ad7f5825aec11de7f7e.tar.gz |
MFC r287747: Add ID for Intel Panther Point KT Controller
Found on ASUS P8Q77-M motherboard.
Submitted by: Dmitry Luhtionov <dmitryluhtionov@gmail.com>
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 b297502..c9ddc76 100644 --- a/sys/dev/uart/uart_bus_pci.c +++ b/sys/dev/uart/uart_bus_pci.c @@ -120,6 +120,7 @@ static const struct pci_id pci_ns8250_ids[] = { 8 * DEFAULT_RCLK }, { 0x8086, 0x1c3d, 0xffff, 0, "Intel AMT - KT Controller", 0x10 }, { 0x8086, 0x1d3d, 0xffff, 0, "Intel C600/X79 Series Chipset KT Controller", 0x10 }, +{ 0x8086, 0x1e3d, 0xffff, 0, "Intel Panther Point KT Controller", 0x10 }, { 0x8086, 0x2a07, 0xffff, 0, "Intel AMT - PM965/GM965 KT Controller", 0x10 }, { 0x8086, 0x2a47, 0xffff, 0, "Mobile 4 Series Chipset KT Controller", 0x10 }, { 0x8086, 0x2e17, 0xffff, 0, "4 Series Chipset Serial KT Controller", 0x10 }, |