From: Oliver Kurth Date: Fri, 15 Sep 2017 18:23:42 +0000 (-0700) Subject: Remove BDOOR_CMD_FAS_GET_NVDIMM_FMT_CODE X-Git-Tag: stable-10.2.0~183 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=63b5e3c8138c8d8561f2be8391ac3dc062e6afa1;p=thirdparty%2Fopen-vm-tools.git Remove BDOOR_CMD_FAS_GET_NVDIMM_FMT_CODE Now that our guest FW can read the NVDIMM format interface code (FIC) from the NVDIMM controllers MMIO space we have no need for a backdoor call to do the same thing. This change removes the backdoor call for reading the FIC and makes it's callers read the FIC from the NVDIMM controllers MMIO space instead. --- diff --git a/open-vm-tools/lib/include/backdoor_def.h b/open-vm-tools/lib/include/backdoor_def.h index 11941ae7e..e3f7ce6cb 100644 --- a/open-vm-tools/lib/include/backdoor_def.h +++ b/open-vm-tools/lib/include/backdoor_def.h @@ -149,7 +149,7 @@ extern "C" { # define BDOOR_CMD_FAS_GET_MOUSE_HID 8 # define BDOOR_CMD_FAS_GET_SMBIOS_VERSION 9 # define BDOOR_CMD_FAS_GET_64BIT_PCI_HOLE_SIZE 10 -# define BDOOR_CMD_FAS_GET_NVDIMM_FMT_CODE 11 +//#define BDOOR_CMD_FAS_GET_NVDIMM_FMT_CODE 11 /* Not in use. Never shipped. */ # define BDOOR_CMD_FAS_SRP_ENABLED 12 # define BDOOR_CMD_FAS_EXIT_BOOT_SERVICES 13 #define BDOOR_CMD_SENDPSHAREHINTS 66 /* Not in use. Deprecated. */