svn commit: r266744 - head/sys/dev/uart
Sean Bruno
sbruno at FreeBSD.org
Tue May 27 13:35:32 UTC 2014
Author: sbruno
Date: Tue May 27 13:35:31 2014
New Revision: 266744
URL: http://svnweb.freebsd.org/changeset/base/266744
Log:
Add PCI ID for AMT based serial interface found on the Lenovo T61.
uart2: <Intel AMT - PM965/GM965 KT Controller> port 0x1830-0x1837
mem 0xfe024000-0xfe024fff irq 17 at device 3.3 on pci0
uart2: console (115200,n,8,1)
Tested as tty and serial console. Seems "fine"
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 Tue May 27 10:21:49 2014 (r266743)
+++ head/sys/dev/uart/uart_bus_pci.c Tue May 27 13:35:31 2014 (r266744)
@@ -118,6 +118,7 @@ static const struct pci_id pci_ns8250_id
8 * DEFAULT_RCLK },
{ 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, 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-head
mailing list