diff options
| author | Conrad Meyer <cem@FreeBSD.org> | 2017-12-05 18:48:58 +0000 |
|---|---|---|
| committer | Conrad Meyer <cem@FreeBSD.org> | 2017-12-05 18:48:58 +0000 |
| commit | 08f16d0c0110900b3e204041d123e84eabc45705 (patch) | |
| tree | 9fbe03e944ddd40f9eafa07a72d11bb63b7c4b33 /sys/dev/ioat | |
| parent | b0f3e715fa991d0e92c37bbc7c6b30e2ca46c13d (diff) | |
Notes
Diffstat (limited to 'sys/dev/ioat')
| -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 2052ff48c4b9..56681f8a2151 100644 --- a/sys/dev/ioat/ioat.c +++ b/sys/dev/ioat/ioat.c @@ -236,6 +236,8 @@ static struct _pcsid { 0x6f278086, "BDX IOAT Ch7" }, { 0x6f2e8086, "BDX IOAT Ch0 (RAID)" }, { 0x6f2f8086, "BDX IOAT Ch1 (RAID)" }, + + { 0x20218086, "SKX IOAT" }, }; MODULE_PNP_INFO("W32:vendor/device;D:human", pci, ioat, pci_ids, |
