svn commit: r319512 - stable/11/sys/dev/uart

Ed Maste emaste at FreeBSD.org
Sat Jun 3 03:15:58 UTC 2017


Author: emaste
Date: Sat Jun  3 03:15:57 2017
New Revision: 319512
URL: https://svnweb.freebsd.org/changeset/base/319512

Log:
  MFC r318974: uart: add AMT SOL PCI ID
  
  I adjusted the description to be similar to existing AMT entries.
  
  PR:		219384
  Approved by:	re (gjb)

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

Modified: stable/11/sys/dev/uart/uart_bus_pci.c
==============================================================================
--- stable/11/sys/dev/uart/uart_bus_pci.c	Sat Jun  3 02:47:30 2017	(r319511)
+++ stable/11/sys/dev/uart/uart_bus_pci.c	Sat Jun  3 03:15:57 2017	(r319512)
@@ -125,6 +125,7 @@ static const struct pci_id pci_ns8250_ids[] = {
 	24 * DEFAULT_RCLK, 2 },
 { 0x8086, 0x0f0c, 0xffff, 0, "Intel ValleyView LPIO1 HSUART#2", 0x10,
 	24 * DEFAULT_RCLK, 2 },
+{ 0x8086, 0x108f, 0xffff, 0, "Intel AMT - SOL", 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