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 },
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "[email protected]"

Reply via email to