Date: Mon, 22 Jun 2015 17:16:10 +0000 (UTC) From: Sean Bruno <sbruno@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r284702 - head/sys/dev/uart Message-ID: <201506221716.t5MHGAnF082316@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sbruno Date: Mon Jun 22 17:16:09 2015 New Revision: 284702 URL: https://svnweb.freebsd.org/changeset/base/284702 Log: Add new UART device presented on newer AMT enabled systems/laptops. Tested on Dell Latitude E7240. MFC after: 2 weeks Relnotes: yes 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 Mon Jun 22 17:04:24 2015 (r284701) +++ head/sys/dev/uart/uart_bus_pci.c Mon Jun 22 17:16:09 2015 (r284702) @@ -136,6 +136,7 @@ static const struct pci_id pci_ns8250_id { 0x8086, 0x8814, 0xffff, 0, "Intel EG20T Serial Port 3", 0x10 }, { 0x8086, 0x8c3d, 0xffff, 0, "Intel Lynx Point KT Controller", 0x10 }, { 0x8086, 0x8cbd, 0xffff, 0, "Intel Wildcat Point KT Controller", 0x10 }, +{ 0x8086, 0x9c3d, 0xffff, 0, "Intel Lynx Point-LP HECI KT", 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 },
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201506221716.t5MHGAnF082316>