Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 27 May 2014 13:35:31 +0000 (UTC)
From:      Sean Bruno <sbruno@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r266744 - head/sys/dev/uart
Message-ID:  <201405271335.s4RDZVKj014764@svn.freebsd.org>

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



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