diff options
| author | Alexander Motin <mav@FreeBSD.org> | 2022-10-06 18:44:10 +0000 |
|---|---|---|
| committer | Alexander Motin <mav@FreeBSD.org> | 2022-10-20 14:26:25 +0000 |
| commit | efccf8d5fe3bb9cf8f16f7840b2535b2bc6a4640 (patch) | |
| tree | b4068edd71ddf362639a3842516f0c1ae2a5566c | |
| parent | 749c7da9b9b45949c2aae76bffafb626e7316b06 (diff) | |
ioat: Add Ice Lake ID.
MFC after: 2 weeks
(cherry picked from commit e4e91353c62e2af425061a4e56e1f24dcca2dd0f)
| -rw-r--r-- | sys/dev/ioat/ioat.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/dev/ioat/ioat.c b/sys/dev/ioat/ioat.c index f1a2bab49bfc..0eaf0a0393c9 100644 --- a/sys/dev/ioat/ioat.c +++ b/sys/dev/ioat/ioat.c @@ -238,6 +238,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, |
