svn commit: r257808 - head/sys/dev/uart

Sean Bruno sbruno at FreeBSD.org
Thu Nov 7 19:38:20 UTC 2013


Author: sbruno
Date: Thu Nov  7 19:38:19 2013
New Revision: 257808
URL: http://svnweb.freebsd.org/changeset/base/257808

Log:
  Add new AMT serial port PCI ID on Intel Lynx Point chipset
  
  Submitted by:	Dmitry Luhtionov <dmitryluhtionov at gmail.com>
  MFC after:	2 weeks

Modified:
  head/sys/dev/uart/uart_bus_pci.c

Modified: head/sys/dev/uart/uart_bus_pci.c
==============================================================================
--- head/sys/dev/uart/uart_bus_pci.c	Thu Nov  7 19:17:17 2013	(r257807)
+++ head/sys/dev/uart/uart_bus_pci.c	Thu Nov  7 19:38:19 2013	(r257808)
@@ -122,6 +122,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-all mailing list