Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 12 Mar 2015 15:48:26 +0000 (UTC)
From:      John Baldwin <jhb@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-9@freebsd.org
Subject:   svn commit: r279924 - in stable: 10/sys/dev/uart 9/sys/dev/uart
Message-ID:  <201503121548.t2CFmQnC066804@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 },



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