]> git.ipfire.org Git - thirdparty/open-vm-tools.git/commitdiff
Common header file change that is not relevant to open-vm-tools.
authorOliver Kurth <okurth@vmware.com>
Fri, 15 Sep 2017 18:22:53 +0000 (11:22 -0700)
committerOliver Kurth <okurth@vmware.com>
Fri, 15 Sep 2017 18:22:53 +0000 (11:22 -0700)
open-vm-tools/lib/include/vm_device_version.h

index b6a12243cc8aa8085698a21c1647f4bfb4670333..4e81aa8714bab76e7e32660848d6396c7f77d3f3 100644 (file)
@@ -91,7 +91,6 @@
 
 #define PCI_DEVICE_ID_VMWARE_DUMMY      0x0809
 
-#define PCI_DEVICE_ID_VMWARE_NVDIMM     0x0810
 #define PCI_DEVICE_ID_VMWARE_VRDMA      0x0820
 
 /*
@@ -336,4 +335,13 @@ DEFINE_GUID(GUID_CLASS_VMWARE_USB_DEVICES,
 #endif
 #endif
 
+/*
+ * Our JEDEC 2 Manufacturer ID number is 2 in bank 10.  Our number is nine
+ * bytes of continuation code (with an odd parity bit in bit 7) followed by the
+ * number itself.
+ *
+ */
+#define JEDEC_VENDOR_ID_VMWARE          0x289
+#define JEDEC_DEVICE_ID_VMWARE_NVDIMM   0x0
+
 #endif /* VM_DEVICE_VERSION_H */