git: f3e8aee2ca6c - stable/13 - uart(4): Add support for AMT virtual serial port (C610/X99 series)
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 28 Dec 2022 15:12:35 UTC
The branch stable/13 has been updated by lwhsu: URL: https://cgit.FreeBSD.org/src/commit/?id=f3e8aee2ca6cd02d73988f248e7161ff45369a03 commit f3e8aee2ca6cd02d73988f248e7161ff45369a03 Author: Stuart McLaren <stuartinhavana@yahoo.com> AuthorDate: 2022-12-20 14:58:32 +0000 Commit: Li-Wen Hsu <lwhsu@FreeBSD.org> CommitDate: 2022-12-28 15:09:12 +0000 uart(4): Add support for AMT virtual serial port (C610/X99 series) PR: 267053 MFC after: 3 days (cherry picked from commit 68ca3a155321a4d68afd6a4f0e940dbbcb6917b6) --- sys/dev/uart/uart_bus_pci.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sys/dev/uart/uart_bus_pci.c b/sys/dev/uart/uart_bus_pci.c index b7612cda9f58..cf7fbb99b3d5 100644 --- a/sys/dev/uart/uart_bus_pci.c +++ b/sys/dev/uart/uart_bus_pci.c @@ -175,6 +175,8 @@ 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, 0x8d3d, 0xffff, 0, + "Intel Corporation C610/X99 series chipset KT Controller", 0x10 }, { 0x8086, 0x9c3d, 0xffff, 0, "Intel Lynx Point-LP HECI KT", 0x10 }, { 0x8086, 0xa13d, 0xffff, 0, "100 Series/C230 Series Chipset Family KT Redirection", 0x10 },