svn commit: r279924 - in stable: 10/sys/dev/uart 9/sys/dev/uart

John Baldwin jhb at FreeBSD.org
Thu Mar 12 15:48:26 UTC 2015


Author: jhb
Date: Thu Mar 12 15:48:25 2015
New Revision: 279924
URL: https://svnweb.freebsd.org/changeset/base/279924

Log:
  MFC 278292:
  Add the device ID for the AMT serial port on my Thinkpad T400.

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

Changes in other areas also in this revision:
Modified:
  stable/10/sys/dev/uart/uart_bus_pci.c
Directory Properties:
  stable/10/   (props changed)

Modified: stable/9/sys/dev/uart/uart_bus_pci.c
==============================================================================
--- stable/9/sys/dev/uart/uart_bus_pci.c	Thu Mar 12 15:25:22 2015	(r279923)
+++ stable/9/sys/dev/uart/uart_bus_pci.c	Thu Mar 12 15:48:25 2015	(r279924)
@@ -121,6 +121,7 @@ static const struct pci_id pci_ns8250_id
 { 0x8086, 0x1c3d, 0xffff, 0, "Intel AMT - KT Controller", 0x10 },
 { 0x8086, 0x1d3d, 0xffff, 0, "Intel C600/X79 Series Chipset KT Controller", 0x10 },
 { 0x8086, 0x2a07, 0xffff, 0, "Intel AMT - PM965/GM965 KT Controller", 0x10 },
+{ 0x8086, 0x2a47, 0xffff, 0, "Mobile 4 Series Chipset KT Controller", 0x10 },
 { 0x8086, 0x2e17, 0xffff, 0, "4 Series Chipset Serial KT Controller", 0x10 },
 { 0x8086, 0x3b67, 0xffff, 0, "5 Series/3400 Series Chipset KT Controller",
 	0x10 },


More information about the svn-src-all mailing list