]> xenbits.xensource.com Git - people/julieng/freebsd.git/commitdiff
Add ID for Intel Panther Point KT Controller
authormav <mav@FreeBSD.org>
Sun, 13 Sep 2015 12:08:25 +0000 (12:08 +0000)
committermav <mav@FreeBSD.org>
Sun, 13 Sep 2015 12:08:25 +0000 (12:08 +0000)
Found on ASUS P8Q77-M motherboard.

Submitted by: Dmitry Luhtionov <dmitryluhtionov@gmail.com>
MFC after: 2 weeks

sys/dev/uart/uart_bus_pci.c

index 48954a531058fc1089ecf4cd716d934b0f68cc5e..41662226f27fb61fb1223f0fce5022ddfe92cee5 100644 (file)
@@ -127,6 +127,7 @@ static const struct pci_id pci_ns8250_ids[] = {
        24 * DEFAULT_RCLK, 2 },
 { 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 },