svn commit: r278292 - head/sys/dev/uart
John Baldwin
jhb at FreeBSD.org
Thu Feb 5 21:50:52 UTC 2015
Author: jhb
Date: Thu Feb 5 21:50:51 2015
New Revision: 278292
URL: https://svnweb.freebsd.org/changeset/base/278292
Log:
Add the device ID for the AMT serial port on my Thinkpad T400.
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 Thu Feb 5 21:37:59 2015 (r278291)
+++ head/sys/dev/uart/uart_bus_pci.c Thu Feb 5 21:50:51 2015 (r278292)
@@ -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