svn commit: r319511 - stable/10/sys/dev/uart

Ed Maste emaste at FreeBSD.org
Sat Jun 3 02:47:32 UTC 2017


Author: emaste
Date: Sat Jun  3 02:47:30 2017
New Revision: 319511
URL: https://svnweb.freebsd.org/changeset/base/319511

Log:
  MFC r318974: uart: add AMT SOL PCI ID
  
  I adjusted the description to be similar to existing AMT entries.
  
  PR:		219384

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

Modified: stable/10/sys/dev/uart/uart_bus_pci.c
==============================================================================
--- stable/10/sys/dev/uart/uart_bus_pci.c	Sat Jun  3 02:42:49 2017	(r319510)
+++ stable/10/sys/dev/uart/uart_bus_pci.c	Sat Jun  3 02:47:30 2017	(r319511)
@@ -118,6 +118,7 @@ static const struct pci_id pci_ns8250_ids[] = {
 { 0x151f, 0x0000, 0xffff, 0, "TOPIC Semiconductor TP560 56k modem", 0x10 },
 { 0x1fd4, 0x1999, 0x1fd4, 0x0001, "Sunix SER5xxxx Serial Port", 0x10,
 	8 * DEFAULT_RCLK },
+{ 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-stable-10 mailing list