svn commit: r230298 - stable/9/sys/dev/uart

Konstantin Belousov kib at FreeBSD.org
Wed Jan 18 04:37:18 UTC 2012


Author: kib
Date: Wed Jan 18 04:37:17 2012
New Revision: 230298
URL: http://svn.freebsd.org/changeset/base/230298

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

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

Modified: stable/9/sys/dev/uart/uart_bus_pci.c
==============================================================================
--- stable/9/sys/dev/uart/uart_bus_pci.c	Wed Jan 18 04:34:18 2012	(r230297)
+++ stable/9/sys/dev/uart/uart_bus_pci.c	Wed Jan 18 04:37:17 2012	(r230298)
@@ -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 },
 { 0x8086, 0x8811, 0xffff, 0, "Intel EG20T Serial Port 0", 0x10 },
 { 0x8086, 0x8812, 0xffff, 0, "Intel EG20T Serial Port 1", 0x10 },
 { 0x8086, 0x8813, 0xffff, 0, "Intel EG20T Serial Port 2", 0x10 },


More information about the svn-src-all mailing list