diff options
author | sbruno <sbruno@FreeBSD.org> | 2015-06-22 17:16:09 +0000 |
---|---|---|
committer | sbruno <sbruno@FreeBSD.org> | 2015-06-22 17:16:09 +0000 |
commit | 1a371d5b1ec66dcbcafc77a7807ac94baaaca210 (patch) | |
tree | d89acfa1dd8e70aebea3f1d0d8d3b432d5dedade /sys/dev/uart | |
parent | bb1ac314ed49a0272e62074b1e09c8e9d48b24f4 (diff) | |
download | FreeBSD-src-1a371d5b1ec66dcbcafc77a7807ac94baaaca210.zip FreeBSD-src-1a371d5b1ec66dcbcafc77a7807ac94baaaca210.tar.gz |
Add new UART device presented on newer AMT enabled systems/laptops.
Tested on Dell Latitude E7240.
MFC after: 2 weeks
Relnotes: yes
Diffstat (limited to 'sys/dev/uart')
-rw-r--r-- | sys/dev/uart/uart_bus_pci.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/dev/uart/uart_bus_pci.c b/sys/dev/uart/uart_bus_pci.c index 7ba4dc9..7bcac95 100644 --- a/sys/dev/uart/uart_bus_pci.c +++ b/sys/dev/uart/uart_bus_pci.c @@ -136,6 +136,7 @@ static const struct pci_id pci_ns8250_ids[] = { { 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 }, |