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

Marius Strobl marius at FreeBSD.org
Mon May 19 09:30:09 UTC 2014


Author: marius
Date: Mon May 19 09:30:08 2014
New Revision: 266438
URL: http://svnweb.freebsd.org/changeset/base/266438

Log:
  MFC: r257808
  
  Add new AMT serial port PCI ID on Intel Lynx Point chipset

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	Mon May 19 09:30:05 2014	(r266437)
+++ stable/8/sys/dev/uart/uart_bus_pci.c	Mon May 19 09:30:08 2014	(r266438)
@@ -124,6 +124,7 @@ static const struct pci_id pci_ns8250_id
 { 0x8086, 0x8812, 0xffff, 0, "Intel EG20T Serial Port 1", 0x10 },
 { 0x8086, 0x8813, 0xffff, 0, "Intel EG20T Serial Port 2", 0x10 },
 { 0x8086, 0x8814, 0xffff, 0, "Intel EG20T Serial Port 3", 0x10 },
+{ 0x8086, 0x8c3d, 0xffff, 0, "Intel Lynx Point 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