svn commit: r358431 - head/sys/dev/uart

Justin Hibbits jhibbits at FreeBSD.org
Fri Feb 28 15:59:37 UTC 2020


Author: jhibbits
Date: Fri Feb 28 15:59:35 2020
New Revision: 358431
URL: https://svnweb.freebsd.org/changeset/base/358431

Log:
  Add Denverton UART PCI ID
  
  MFC after:	3 days
  Sponsored by:	Juniper Networks, Inc

Modified:
  head/sys/dev/uart/uart_bus_pci.c

Modified: head/sys/dev/uart/uart_bus_pci.c
==============================================================================
--- head/sys/dev/uart/uart_bus_pci.c	Fri Feb 28 15:42:51 2020	(r358430)
+++ head/sys/dev/uart/uart_bus_pci.c	Fri Feb 28 15:59:35 2020	(r358431)
@@ -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 },


More information about the svn-src-all mailing list