git: c68313cdf5a8 - stable/13 - ioat: Add Ice Lake ID.
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 20 Oct 2022 14:23:48 UTC
The branch stable/13 has been updated by mav: URL: https://cgit.FreeBSD.org/src/commit/?id=c68313cdf5a8be0f4c5473fec108f5db9b2d9107 commit c68313cdf5a8be0f4c5473fec108f5db9b2d9107 Author: Alexander Motin <mav@FreeBSD.org> AuthorDate: 2022-10-06 18:44:10 +0000 Commit: Alexander Motin <mav@FreeBSD.org> CommitDate: 2022-10-20 14:22:23 +0000 ioat: Add Ice Lake ID. MFC after: 2 weeks (cherry picked from commit e4e91353c62e2af425061a4e56e1f24dcca2dd0f) --- 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 2badfedb7488..64ce5f065525 100644 --- a/sys/dev/ioat/ioat.c +++ b/sys/dev/ioat/ioat.c @@ -241,6 +241,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,