summaryrefslogtreecommitdiffstats
path: root/mof
diff options
context:
space:
mode:
Diffstat (limited to 'mof')
-rw-r--r--mof/60_LMI_Hardware.mof14
1 files changed, 7 insertions, 7 deletions
diff --git a/mof/60_LMI_Hardware.mof b/mof/60_LMI_Hardware.mof
index 41e80b8..74b85a2 100644
--- a/mof/60_LMI_Hardware.mof
+++ b/mof/60_LMI_Hardware.mof
@@ -356,15 +356,15 @@ class LMI_PhysicalBatteryContainer: CIM_Container
[ Provider("cmpi:cmpiLMI_PCIDevice") ]
class LMI_PCIDevice: CIM_PCIDevice
{
- [ Description("Name of the subsystem") ]
- string SubsystemName;
-
- [ Description("Name of the subsystem vendor") ]
- string SubsystemVendorName;
+ [ Description("Name of the vendor") ]
+ string VendorName;
[ Description("Name of the device") ]
string PCIDeviceName;
- [ Description("Name of the vendor") ]
- string VendorName;
+ [ Description("Name of the subsystem vendor") ]
+ string SubsystemVendorName;
+
+ [ Description("Name of the subsystem") ]
+ string SubsystemName;
};