Author: marius
Date: Mon May 19 09:30:05 2014
New Revision: 266437
URL: http://svnweb.freebsd.org/changeset/base/266437
Log:
MFC: r257808
Add new AMT serial port PCI ID on Intel Lynx Point chipset
Modified:
stable/9/sys/dev/uart/uart_bus_pci.c
Directory Properties:
stable/9/sys/ (props changed)
stable/9/sys/dev/ (props changed)
Modified: stable/9/sys/dev/uart/uart_bus_pci.c
==============================================================================
--- stable/9/sys/dev/uart/uart_bus_pci.c Mon May 19 09:29:59 2014
(r266436)
+++ stable/9/sys/dev/uart/uart_bus_pci.c Mon May 19 09:30:05 2014
(r266437)
@@ -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 },
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-stable-9
To unsubscribe, send any mail to "[email protected]"