From: Oliver Kurth Date: Fri, 15 Sep 2017 18:23:41 +0000 (-0700) Subject: Change to shared header file unrelated to open-vm-tools. X-Git-Tag: stable-10.2.0~190 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5c77f471ccb8b87dd80f3928b313480aeb8edf0a;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 64733aad5..13e970b0a 100644 --- a/open-vm-tools/lib/include/vm_device_version.h +++ b/open-vm-tools/lib/include/vm_device_version.h @@ -162,6 +162,12 @@ #define PCI_DEVICE_ID_INTEL_QAT_CLC_VF 0x0443 #define PCI_DEVICE_ID_INTEL_QAT_LBG_VF 0x37c9 +/* + * Intel FPGAs + */ + +#define PCI_DEVICE_ID_INTEL_FPGA_SKL_PF 0xbcc0 +#define PCI_DEVICE_ID_INTEL_FPGA_SKL_VF 0xbcc1 #define E1000E_PCI_DEVICE_ID_CONFIG_STR "e1000e.pci.deviceID" #define E1000E_PCI_SUB_VENDOR_ID_CONFIG_STR "e1000e.pci.subVendorID"