svn commit: r266436 - stable/10/sys/dev/uart
Marius Strobl
marius at FreeBSD.org
Mon May 19 09:30:00 UTC 2014
Author: marius
Date: Mon May 19 09:29:59 2014
New Revision: 266436
URL: http://svnweb.freebsd.org/changeset/base/266436
Log:
MFC: r257808
Add new AMT serial port PCI ID on Intel Lynx Point chipset
Modified:
stable/10/sys/dev/uart/uart_bus_pci.c
Directory Properties:
stable/10/ (props changed)
Modified: stable/10/sys/dev/uart/uart_bus_pci.c
==============================================================================
--- stable/10/sys/dev/uart/uart_bus_pci.c Mon May 19 09:26:35 2014 (r266435)
+++ stable/10/sys/dev/uart/uart_bus_pci.c Mon May 19 09:29:59 2014 (r266436)
@@ -125,6 +125,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-10
mailing list