.. | .. |
---|
| 1 | +/* SPDX-License-Identifier: GPL-2.0-or-later */ |
---|
1 | 2 | /* |
---|
2 | 3 | * Copyright(c) 2004 - 2009 Intel Corporation. All rights reserved. |
---|
3 | | - * |
---|
4 | | - * This program is free software; you can redistribute it and/or modify it |
---|
5 | | - * under the terms of the GNU General Public License as published by the Free |
---|
6 | | - * Software Foundation; either version 2 of the License, or (at your option) |
---|
7 | | - * any later version. |
---|
8 | | - * |
---|
9 | | - * This program is distributed in the hope that it will be useful, but WITHOUT |
---|
10 | | - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or |
---|
11 | | - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for |
---|
12 | | - * more details. |
---|
13 | | - * |
---|
14 | | - * The full GNU General Public License is included in this distribution in the |
---|
15 | | - * file called COPYING. |
---|
16 | 4 | */ |
---|
17 | 5 | #ifndef _IOAT_HW_H_ |
---|
18 | 6 | #define _IOAT_HW_H_ |
---|
.. | .. |
---|
66 | 54 | |
---|
67 | 55 | #define PCI_DEVICE_ID_INTEL_IOAT_SKX 0x2021 |
---|
68 | 56 | |
---|
| 57 | +#define PCI_DEVICE_ID_INTEL_IOAT_ICX 0x0b00 |
---|
| 58 | + |
---|
69 | 59 | #define IOAT_VER_1_2 0x12 /* Version 1.2 */ |
---|
70 | 60 | #define IOAT_VER_2_0 0x20 /* Version 2.0 */ |
---|
71 | 61 | #define IOAT_VER_3_0 0x30 /* Version 3.0 */ |
---|
72 | 62 | #define IOAT_VER_3_2 0x32 /* Version 3.2 */ |
---|
73 | 63 | #define IOAT_VER_3_3 0x33 /* Version 3.3 */ |
---|
| 64 | +#define IOAT_VER_3_4 0x34 /* Version 3.4 */ |
---|
74 | 65 | |
---|
75 | 66 | |
---|
76 | 67 | int system_has_dca_enabled(struct pci_dev *pdev); |
---|