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

Eitan Adler eadler at FreeBSD.org
Wed Apr 16 18:09:40 UTC 2014


Author: eadler
Date: Wed Apr 16 18:09:39 2014
New Revision: 264548
URL: http://svnweb.freebsd.org/changeset/base/264548

Log:
  MFC r249803:
  
  	Add support for Intel C600/X79 Series Chipset KT Controller.
  
  PR:		kern/177072

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

Modified: stable/8/sys/dev/uart/uart_bus_pci.c
==============================================================================
--- stable/8/sys/dev/uart/uart_bus_pci.c	Wed Apr 16 18:09:11 2014	(r264547)
+++ stable/8/sys/dev/uart/uart_bus_pci.c	Wed Apr 16 18:09:39 2014	(r264548)
@@ -114,6 +114,7 @@ static const struct pci_id pci_ns8250_id
 { 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, 0x1d3d, 0xffff, 0, "Intel C600/X79 Series Chipset 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-all mailing list