Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 28 Sep 2021 16:57:37 GMT
From:      Kevin Bowling <kbowling@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org
Subject:   git: dc3c7c11063b - stable/13 - uart: Add PCI ID for intel 100 Series/C230 Series AMT
Message-ID:  <202109281657.18SGvbXo035470@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch stable/13 has been updated by kbowling (ports committer):

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

commit dc3c7c11063bc37671e18a317596ee696b3a94fe
Author:     Sean Bruno <sbruno@FreeBSD.org>
AuthorDate: 2021-09-25 22:23:08 +0000
Commit:     Kevin Bowling <kbowling@FreeBSD.org>
CommitDate: 2021-09-28 16:56:50 +0000

    uart: Add PCI ID for intel 100 Series/C230 Series AMT
    
    Reviewed by:    kib
    Tested by:      kbowling
    Differential Revision:  https://reviews.freebsd.org/D32146
    
    (cherry picked from commit fb640be4e9443f1890680c27b213825300bc65f4)
---
 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 f7e9bd6ac401..92046261f544 100644
--- a/sys/dev/uart/uart_bus_pci.c
+++ b/sys/dev/uart/uart_bus_pci.c
@@ -170,6 +170,8 @@ static const struct pci_id pci_ns8250_ids[] = {
 { 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 },
+{ 0x8086, 0xa13d, 0xffff, 0,
+	"100 Series/C230 Series Chipset Family KT Redirection", 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?202109281657.18SGvbXo035470>