]> git.ipfire.org Git - thirdparty/open-vm-tools.git/commitdiff
Remove BDOOR_CMD_FAS_GET_NVDIMM_FMT_CODE
authorOliver Kurth <okurth@vmware.com>
Fri, 15 Sep 2017 18:23:42 +0000 (11:23 -0700)
committerOliver Kurth <okurth@vmware.com>
Fri, 15 Sep 2017 18:23:42 +0000 (11:23 -0700)
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.

open-vm-tools/lib/include/backdoor_def.h

index 11941ae7e2bbd8a7954f65b7d0fd38fe32cfb8c5..e3f7ce6cb5f843573f07662abfa430bdf5c57b81 100644 (file)
@@ -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. */