svn commit: r358551 - stable/12/sys/dev/uart

Justin Hibbits jhibbits at FreeBSD.org
Mon Mar 2 16:56:33 UTC 2020


Author: jhibbits
Date: Mon Mar  2 16:56:32 2020
New Revision: 358551
URL: https://svnweb.freebsd.org/changeset/base/358551

Log:
  MFC r358431:
  
  Add Denverton UART PCI ID
  
  Sponsored by:	Juniper Networks, Inc

Modified:
  stable/12/sys/dev/uart/uart_bus_pci.c
Directory Properties:
  stable/12/   (props changed)

Modified: stable/12/sys/dev/uart/uart_bus_pci.c
==============================================================================
--- stable/12/sys/dev/uart/uart_bus_pci.c	Mon Mar  2 16:11:25 2020	(r358550)
+++ stable/12/sys/dev/uart/uart_bus_pci.c	Mon Mar  2 16:56:32 2020	(r358551)
@@ -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