svn commit: r230300 - stable/8/sys/dev/uart

Konstantin Belousov kib at FreeBSD.org
Wed Jan 18 05:38:44 UTC 2012


Author: kib
Date: Wed Jan 18 05:38:43 2012
New Revision: 230300
URL: http://svn.freebsd.org/changeset/base/230300

Log:
  MFC r229971:
  Add PCI Id for the AMT SOL UART on 5 series Intel chipsets.

Modified:
  stable/8/sys/dev/uart/uart_bus_pci.c
Directory Properties:
  stable/8/sys/   (props changed)

Modified: stable/8/sys/dev/uart/uart_bus_pci.c
==============================================================================
--- stable/8/sys/dev/uart/uart_bus_pci.c	Wed Jan 18 04:37:35 2012	(r230299)
+++ stable/8/sys/dev/uart/uart_bus_pci.c	Wed Jan 18 05:38:43 2012	(r230300)
@@ -112,6 +112,8 @@ static struct pci_id pci_ns8250_ids[] = 
 	0x10, 16384000 },
 { 0x151f, 0x0000, 0xffff, 0, "TOPIC Semiconductor TP560 56k modem", 0x10 },
 { 0x8086, 0x1c3d, 0xffff, 0, "Intel AMT - KT Controller", 0x10 },
+{ 0x8086, 0x3b67, 0xffff, 0, "5 Series/3400 Series Chipset KT Controller",
+	0x10 },
 { 0x9710, 0x9820, 0x1000, 1, "NetMos NM9820 Serial Port", 0x10 },
 { 0x9710, 0x9835, 0x1000, 1, "NetMos NM9835 Serial Port", 0x10 },
 { 0x9710, 0x9865, 0xa000, 0x1000, "NetMos NM9865 Serial Port", 0x10 },


More information about the svn-src-stable-8 mailing list