Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 20 Dec 2022 15:57:35 GMT
From:      Li-Wen Hsu <lwhsu@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: 68ca3a155321 - main - uart(4): Add support for AMT virtual serial port (C610/X99 series)
Message-ID:  <202212201557.2BKFvZhG078092@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by lwhsu:

URL: https://cgit.FreeBSD.org/src/commit/?id=68ca3a155321a4d68afd6a4f0e940dbbcb6917b6

commit 68ca3a155321a4d68afd6a4f0e940dbbcb6917b6
Author:     Stuart McLaren <stuartinhavana@yahoo.com>
AuthorDate: 2022-12-20 14:58:32 +0000
Commit:     Li-Wen Hsu <lwhsu@FreeBSD.org>
CommitDate: 2022-12-20 15:56:00 +0000

    uart(4): Add support for AMT virtual serial port (C610/X99 series)
    
    PR:             267053
    MFC after:      3 days
---
 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 8fa7620d1cd2..2ac91e09221d 100644
--- a/sys/dev/uart/uart_bus_pci.c
+++ b/sys/dev/uart/uart_bus_pci.c
@@ -179,6 +179,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",



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202212201557.2BKFvZhG078092>