Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 6 Oct 2022 18:44:40 GMT
From:      Alexander Motin <mav@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: e4e91353c62e - main - ioat: Add Ice Lake ID.
Message-ID:  <202210061844.296IiehS006021@gitrepo.freebsd.org>

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

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

commit e4e91353c62e2af425061a4e56e1f24dcca2dd0f
Author:     Alexander Motin <mav@FreeBSD.org>
AuthorDate: 2022-10-06 18:44:10 +0000
Commit:     Alexander Motin <mav@FreeBSD.org>
CommitDate: 2022-10-06 18:44:10 +0000

    ioat: Add Ice Lake ID.
    
    MFC after:      2 weeks
---
 sys/dev/ioat/ioat.c | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/sys/dev/ioat/ioat.c b/sys/dev/ioat/ioat.c
index 74173803279d..5a18683c256a 100644
--- a/sys/dev/ioat/ioat.c
+++ b/sys/dev/ioat/ioat.c
@@ -240,6 +240,8 @@ static struct _pcsid
 	{ 0x6f2f8086, "BDX IOAT Ch1 (RAID)" },
 
 	{ 0x20218086, "SKX IOAT" },
+
+	{ 0x0b008086, "ICX IOAT" },
 };
 
 MODULE_PNP_INFO("W32:vendor/device;D:#", pci, ioat, pci_ids,



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