Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 27 May 2017 02:07:22 +0000 (UTC)
From:      Ed Maste <emaste@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r318974 - head/sys/dev/uart
Message-ID:  <201705270207.v4R27MYZ038741@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: emaste
Date: Sat May 27 02:07:22 2017
New Revision: 318974
URL: https://svnweb.freebsd.org/changeset/base/318974

Log:
  uart: add AMT SOL PCI ID
  
  I adjusted the description to be similar to existing AMT entries.
  
  PR:		219384
  Submitted by:	"Tooker"
  MFC after:	1 week

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	Sat May 27 02:05:21 2017	(r318973)
+++ head/sys/dev/uart/uart_bus_pci.c	Sat May 27 02:07:22 2017	(r318974)
@@ -127,6 +127,7 @@ static const struct pci_id pci_ns8250_id
 	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 },



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201705270207.v4R27MYZ038741>