Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 14 Mar 2012 14:01:52 +0000 (UTC)
From:      Konstantin Belousov <kib@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r232967 - head/sys/dev/uart
Message-ID:  <201203141401.q2EE1qge016595@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: kib
Date: Wed Mar 14 14:01:51 2012
New Revision: 232967
URL: http://svn.freebsd.org/changeset/base/232967

Log:
  Add PCI Id for the AMT SOL UART on G4x series Intel chipsets.
  
  Submitted by:	admin zahost ru
  MFC after:	3 days

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	Wed Mar 14 13:09:41 2012	(r232966)
+++ head/sys/dev/uart/uart_bus_pci.c	Wed Mar 14 14:01:51 2012	(r232967)
@@ -113,6 +113,7 @@ static struct pci_id pci_ns8250_ids[] = 
 { 0x14e4, 0x4344, 0xffff, 0, "Sony Ericsson GC89 PC Card", 0x10},
 { 0x151f, 0x0000, 0xffff, 0, "TOPIC Semiconductor TP560 56k modem", 0x10 },
 { 0x8086, 0x1c3d, 0xffff, 0, "Intel AMT - 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 },
 { 0x8086, 0x8811, 0xffff, 0, "Intel EG20T Serial Port 0", 0x10 },



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