From: Oliver Kurth Date: Fri, 15 Sep 2017 18:23:14 +0000 (-0700) Subject: Change to shared header file unrelated to open-vm-tools. X-Git-Tag: stable-10.2.0~446 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=2a4d7a289dec5a8287d9508caacdff2fa1e1624c;p=thirdparty%2Fopen-vm-tools.git Change to shared header file unrelated to open-vm-tools. --- diff --git a/open-vm-tools/lib/include/vm_device_version.h b/open-vm-tools/lib/include/vm_device_version.h index a87f79a7d..8f3782f24 100644 --- a/open-vm-tools/lib/include/vm_device_version.h +++ b/open-vm-tools/lib/include/vm_device_version.h @@ -143,12 +143,16 @@ #define PCI_DEVICE_ID_INTEL_LYNXPOINT_XHCI 0x8c31 /* - * Intel Quickassist (QAT) devices. + * Intel Quickassist (QAT) devices: + * - Gen 1: Cave Creek (CVC) and Coleto Creek (CLC) + * - Gen 2: Lewisburg (LBG) */ -#define PCI_DEVICE_ID_INTEL_QAT_DH89XX 0x0434 -#define PCI_DEVICE_ID_INTEL_QAT_DH895X 0x0435 -#define PCI_DEVICE_ID_INTEL_QAT_DH89XX_VF 0x0442 -#define PCI_DEVICE_ID_INTEL_QAT_DH895X_VF 0x0443 +#define PCI_DEVICE_ID_INTEL_QAT_CVC 0x0434 +#define PCI_DEVICE_ID_INTEL_QAT_CLC 0x0435 +#define PCI_DEVICE_ID_INTEL_QAT_LBG 0x37c8 +#define PCI_DEVICE_ID_INTEL_QAT_CVC_VF 0x0442 +#define PCI_DEVICE_ID_INTEL_QAT_CLC_VF 0x0443 +#define PCI_DEVICE_ID_INTEL_QAT_LBG_VF 0x37c9 #define E1000E_PCI_DEVICE_ID_CONFIG_STR "e1000e.pci.deviceID"