From f37cc7137dc832aec317f0ba0bccde9436b5d9fb Mon Sep 17 00:00:00 2001 From: Justin Hibbits Date: Fri, 28 Feb 2020 15:59:35 +0000 Subject: [PATCH] Add Denverton UART PCI ID MFC after: 3 days Sponsored by: Juniper Networks, Inc --- sys/dev/uart/uart_bus_pci.c | 1 + 1 file changed, 1 insertion(+) diff --git a/sys/dev/uart/uart_bus_pci.c b/sys/dev/uart/uart_bus_pci.c index 03005fe6ea58..0ed3d7f4f974 100644 --- a/sys/dev/uart/uart_bus_pci.c +++ b/sys/dev/uart/uart_bus_pci.c @@ -133,6 +133,7 @@ static const struct pci_id pci_ns8250_ids[] = { { 0x8086, 0x0f0c, 0xffff, 0, "Intel ValleyView LPIO1 HSUART#2", 0x10, 24 * DEFAULT_RCLK, 2 }, { 0x8086, 0x108f, 0xffff, 0, "Intel AMT - SOL", 0x10 }, +{ 0x8086, 0x19d8, 0xffff, 0, "Intel Denverton UART", 0x10 }, { 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 },