home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 8 Other / 08-Other.zip / e52os2m.exe / system.mif < prev    next >
Text File  |  1998-05-27  |  120KB  |  3,563 lines

  1. Language = "en|US|iso8859-1"
  2.  
  3. Start Component
  4.     Name = "PC Systems MIF"
  5.     Description = "This is the result of the Systems Working Group effort to"
  6.     " define major system components. The definitions are not intended to be"
  7.     " exhaustive nor are all possible groups listed. Additional work should be"
  8.     " done by new working groups to further define these components. Each of the"
  9.     " above physical components will have a corresponding MIF group in each"
  10.     " company System component."
  11.  
  12.     Start Paths
  13.          Name= "NETFDMI"
  14.   //    DOS= ""
  15.         WIN16 = "netfdmi.exe"
  16.         WIN32 = direct-interface
  17.         Os2 = "netfdmi"
  18.   //    UNIX=""
  19.     End Paths
  20.  
  21.     Start Enum
  22.         Name = "BOOL"
  23.         Type = Integer
  24.         0x00 = "False"
  25.         0x01 = "True"
  26.     End Enum
  27.  
  28.     Start Enum
  29.         Name = "System_Enclosure_Status"
  30.         Type = Integer
  31.         0x01 = "Other"
  32.         0x02 = "Unknown"
  33.         0x03 = "Safe"
  34.         0x04 = "Warning"
  35.         0x05 = "Critical"
  36.     End Enum
  37.  
  38.     Start Group
  39.         Name = "ComponentID"
  40.         Class = "DMTF|ComponentID|001"
  41.         ID =1
  42.         Description = "This group defines the attributes common "
  43.         "to all components. This group is required."
  44.  
  45.         Start Attribute
  46.             Name = "Manufacturer"
  47.             ID = 1
  48.             Description = "Manufacturer of this system described by this component."
  49.             Type = String(64)
  50.             Access = Read-Only
  51.             Storage = Common
  52.             Value = "IBM Corp."
  53.         End Attribute
  54.  
  55.         Start Attribute
  56.             Name = "Product"
  57.             ID = 2
  58.             Description = "Product name for the system described by this component."
  59.             Type = String(64)
  60.             Access = Read-Only
  61.             Storage = Common
  62.             Value = *"NETFDMI" //""
  63.         End Attribute
  64.  
  65.         Start Attribute
  66.             Name = "Version"
  67.             ID = 3
  68.             Description = "Version number of this component."
  69.             Type = String(64)
  70.             Access = Read-Only
  71.             Storage = Common
  72.             Value = *"NETFDMI"
  73.         End Attribute
  74.  
  75.         Start Attribute
  76.             Name = "Serial Number"
  77.             ID = 4
  78.             Description = "Serial number for the system described by this component."
  79.             Type = String(64)
  80.             Access = Read-Only
  81.             Storage = Common
  82.             Value = *"NETFDMI"
  83.         End Attribute
  84.  
  85.         Start Attribute
  86.             Name = "Installation"
  87.             ID = 5
  88.             Description = "The time and date for the last time this component was installed."
  89.             Type = Date
  90.             Access = Read-Only
  91.             Storage = Specific
  92.             Value = ""
  93.         End Attribute
  94.  
  95.         Start Attribute
  96.             Name = "Verify"
  97.             ID = 6
  98.             Description = "A code that provides a level of verification that the component is still installed and working."
  99.             Type = Start ENUM
  100.                        Name = "Verify_Type"
  101.                        Type = Integer
  102.                        0x00 = "An error occurred; check status code"
  103.                        0x01 = "This component does not exist"
  104.                        0x02 = "The verification is not supported"
  105.                        0x03 = "Reserved"
  106.                        0x04 = "This component exists, but the functionality is untested"
  107.                        0x05 = "This component exists, but the functionality is unknown"
  108.                        0x06 = "This component exists, and is not functioning correctly"
  109.                        0x07 = "This component exists, and is functioning correctly"
  110.                    End ENUM
  111.             Access = Read-Only
  112.             Storage = Specific
  113.             Value = 7
  114.         End Attribute
  115.     End Group
  116.  
  117.  
  118.     Start Group
  119.         Name = "General Information"
  120.         Class = "DMTF|General Information|001"
  121.         ID = 2
  122.         Description = "This group defines general information about this system."
  123.  
  124.         Start Attribute
  125.             Name = "System Name"
  126.             ID =1
  127.             Description = "A name to identify this system."
  128.             Type = String(64)
  129.             Access = Read-Write
  130.             Storage = Specific
  131.             Value = ""
  132.         End Attribute
  133.  
  134.         Start Attribute
  135.             Name = "System Location"
  136.             ID =2
  137.             Description = "The physical location of this system."
  138.             Type = String(64)
  139.             Access = Read-Write
  140.             Storage = Specific
  141.             Value = ""
  142.         End Attribute
  143.  
  144.         Start Attribute
  145.             Name = "System Primary User Name"
  146.             ID =3
  147.             Description = "The name of the primary user or owner of this system."
  148.             Type = String(64)
  149.             Access = Read-Write
  150.             Storage = Specific
  151.             Value = ""
  152.         End Attribute
  153.  
  154.         Start Attribute
  155.             Name = "System Primary User Phone"
  156.             ID =4
  157.             Description = "The phone number of the primary user of this system."
  158.             Type = String(64)
  159.             Access = Read-Write
  160.             Storage = Specific
  161.             Value = ""
  162.         End Attribute
  163.  
  164.         Start Attribute
  165.             Name = "System Boot Up Time"
  166.             ID =5
  167.             Description = "The time at which the system was last booted"
  168.             Type = Date
  169.             Access = Read-Only
  170.             Storage = Specific
  171.             Value = *"NETFDMI" //"19940624120000.000000+000"
  172.         End Attribute
  173.  
  174.         Start Attribute
  175.             Name = "System Date Time"
  176.             ID =6
  177.             Description = "This attribute returns the actual system date and  time."
  178.             Type = Date
  179.             Access = Read-Write
  180.             Storage = Specific
  181.             Value = *"NETFDMI" //"19940624120000.000000+000"
  182.         End Attribute
  183.     End Group
  184.  
  185.     Start Group
  186.         Name = "Operating System"
  187.         Class = "DMTF|Operating System|001"
  188.         ID =  3
  189.         Description = "This group defines general information about operating systems installed on this system."
  190.  
  191.         Key = 1
  192.  
  193.         Start Attribute
  194.             Name = "Operating System Index"
  195.             ID =1
  196.             Description = "The index into the operating system table."
  197.             Type = Integer
  198.             Access = Read-Only
  199.             Storage = Common
  200.             Value = *"NETFDMI" //0
  201.         End Attribute
  202.  
  203.         Start Attribute
  204.             Name = "Operating System Name"
  205.             ID =2
  206.             Description = "The name of this operating system."
  207.             Type = String(64)
  208.             Access = Read-Only
  209.             Storage = Common
  210.             Value = *"NETFDMI"  //""
  211.         End Attribute
  212.  
  213.         Start Attribute
  214.             Name = "Operating System Version"
  215.             ID =3
  216.             Description = "The version number of this operating system."
  217.             Type = String(64)
  218.             Access = Read-Only
  219.             Storage = Common
  220.             Value = *"NETFDMI"  //""
  221.         End Attribute
  222.  
  223.         Start Attribute
  224.             Name = "Primary Operating System"
  225.             ID =4
  226.             Description = "If true, this is the primary operating system."
  227.             Type = "BOOL"
  228.             Access = Read-Only
  229.             Storage = Common
  230.             Value = *"NETFDMI" //0
  231.         End Attribute
  232.  
  233.         Start Attribute
  234.             Name = "Operating System Boot Device Storage Type"
  235.             ID =5
  236.             Description = "An index into the Disks Table to indicate the device from which this"
  237.             " operating system was booted. To fully access the Disks Table, this index must be combined"
  238.             " with the attribute Boot Device Index"
  239.             Type = START ENUM
  240.                        Name = "Storage_Type"
  241.                        Type = Integer
  242.                        0x01 = "Other"
  243.                        0x02 = "Unknown"
  244.                        0x03 = "Hard_Disk"
  245.                        0x04 = "Floppy_Disk"
  246.                        0x05 = "Optical_ROM"
  247.                        0x06 = "Optical_WORM"
  248.                        0x07 = "Optical_RW"
  249.                        0x08 = "Compact_Disk"
  250.                        0x09 = "Flash_Disk"
  251.                        0x0A = "Bernoulli"
  252.                        0x0B = "Optical Floppy Disk"
  253.                    END ENUM
  254.             Access = Read-Only
  255.             Storage = Common
  256.             Value = *"NETFDMI" //2
  257.        End Attribute
  258.  
  259.         Start Attribute
  260.             Name = "Operating System Boot Device Index"
  261.             ID =6
  262.             Description = "An index into the Disks Table"
  263.             Type = Integer
  264.             Access = Read-Only
  265.             Storage = Common
  266.             Value = *"NETFDMI" //0
  267.         End Attribute
  268.  
  269.         Start Attribute
  270.             Name = "Operating System Boot Partition Index"
  271.             ID =7
  272.             Description = "An index into the Partition table indicating the partition from"
  273.             " which this operating system booted."
  274.             Type = Integer
  275.             Access = Read-Only
  276.             Storage = Common
  277.             Value = *"NETFDMI" //0
  278.         End Attribute
  279.  
  280.         Start Attribute
  281.             Name = "Operating System Description"
  282.             ID =8
  283.             Description = "A description of this operating system."
  284.             Type = String(128)
  285.             Access = Read-Only
  286.             Storage = Specific
  287.             Value = *"NETFDMI" //""
  288.         End Attribute
  289.     End Group
  290.  
  291.     Start Group
  292.         Name = "System BIOS"
  293.         Class = "DMTF|System Bios|001"
  294.         ID = 4
  295.         Description = "This group defines the attributes for the System BIOS."
  296.  
  297.         Key = 1
  298.  
  299.         Start Attribute
  300.             Name = "BIOS Index"
  301.             ID = 1
  302.             Description = "The index into the system BIOS table."
  303.             Type = Integer
  304.             Access = Read-Only
  305.             Storage = Common
  306.             Value = *"NETFDMI" //0
  307.         End Attribute
  308.  
  309.         Start Attribute
  310.             Name = "Manufacturer"
  311.             ID = 2
  312.             Description = "The name of the company that wrote this System BIOS."
  313.             Type = String(64)
  314.             Access = Read-Only
  315.             Storage = Specific
  316.             Value = *"NETFDMI" //""
  317.         End Attribute
  318.  
  319.         Start Attribute
  320.             Name = "Version"
  321.             ID = 3
  322.             Description = "The version number or version string of this BIOS."
  323.             Type = String(64)
  324.             Access = Read-Only
  325.             Storage = Specific
  326.             Value = *"NETFDMI" //""
  327.         End Attribute
  328.  
  329.         Start Attribute
  330.             Name = "BIOS ROM Size"
  331.             ID = 4
  332.             Description = "The physical size of this BIOS ROM device in Kilo Bytes"
  333.             Type = Integer
  334.             Access = Read-Only
  335.             Storage = Common
  336.             Value  = unsupported
  337.         End Attribute
  338.  
  339.         Start Attribute
  340.             Name = "Starting Address"
  341.             ID = 5
  342.             Description = "The starting physical address for the memory which the BIOS occupies"
  343.             Type = Integer64
  344.             Access = Read-Only
  345.             Storage = Common
  346.             Value = unsupported
  347.         End Attribute
  348.  
  349.         Start Attribute
  350.             Name = "Ending Address"
  351.             ID = 6
  352.             Description = "The ending physical address for the memory which the BIOS occupies"
  353.             Type = Integer64
  354.             Access = Read-Only
  355.             Storage = Common
  356.             Value = unsupported
  357.         End Attribute
  358.  
  359.         Start Attribute
  360.             Name = "Loader version"
  361.             ID = 7
  362.             Description = "The BIOS flash loader version number or string."
  363.             Type = String(64)
  364.             Access = Read-Only
  365.             Storage = Specific
  366.             Value = unsupported
  367.         End Attribute
  368.  
  369.         Start Attribute
  370.             Name = "BIOS Release Date"
  371.             ID = 8
  372.             Description = "The BIOS release date."
  373.             Type = Date
  374.             Access = Read-Only
  375.             Storage = Common
  376.             Value = *"NETFDMI"
  377.         End Attribute
  378.  
  379.         Start Attribute
  380.             Name = "Primary BIOS"
  381.             ID =9
  382.             Description = "If true, this is the primary System BIOS."
  383.             Type = "BOOL"
  384.             Access = Read-Only
  385.             Storage = Common
  386.             Value = *"NETFDMI"
  387.         End Attribute
  388.     End Group
  389.  
  390.     Start Group
  391.         Name = "System BIOS Characteristic"
  392.         Class = "DMTF|BIOS Characteristic|001"
  393.         ID =  5
  394.         Description = "This group defines the characteristics for the System BIOS."
  395.  
  396.         Key = 2,1
  397.  
  398.         Start Attribute
  399.             Name = "BIOS Characteristics Index"
  400.             ID = 1
  401.             Description = "This is an index into the BIOS Characteristics table. "
  402.             Type = Integer
  403.             Access = Read-Only
  404.             Storage = Common
  405.             Value = unsupported
  406.         End Attribute
  407.  
  408.         Start Attribute
  409.             Name = "BIOS Number "
  410.             ID = 2
  411.             Description = "This field refers to the BIOS number, which correlates to the System BIOS Index. "
  412.             Type = Integer
  413.             Access = Read-Only
  414.             Storage = Common
  415.             Value = unsupported
  416.         End Attribute
  417.  
  418.         Start Attribute
  419.             Name = "BIOS Characteristics"
  420.             ID = 3
  421.             Description = "The different attributes supported by this version of the BIOS"
  422.             Type = Start ENUM
  423.                        Name = "BIOS_Char"
  424.                        Type = Integer
  425.                        0x01 = "Other"
  426.                        0x02 = "Unknown"
  427.                        0x03 = "Unsupported"
  428.                        0x04 = "ISA_Support"
  429.                        0x05 = "MCA_Support "
  430.                        0x06 = "EISA_Support"
  431.                        0x07 = "PCI_Support"
  432.                        0x08 = "PCMCIA_Support"
  433.                        0x09 = "PnP_Support"
  434.                        0x0A = "APM Support "
  435.                        0x0B = "Upgradeable_BIOS "
  436.                        0x0C = "BIOS_Shadowing_allowed"
  437.                        0x0D = "VL_VESA_Support"
  438.                        0x0E = "ESCD Support"
  439.                    End ENUM
  440.             Access = Read-Only
  441.             Storage = Common
  442.             Value = unsupported
  443.         End Attribute
  444.  
  445.         Start Attribute
  446.             Name = "BIOS Characteristics Description"
  447.             ID = 4
  448.             Description = "An expanded description of this BIOS Characteristic."
  449.             Type = String(80)
  450.             Access = Read-Only
  451.             Storage = Specific
  452.             Value = unsupported
  453.         End Attribute
  454.     End Group
  455.  
  456.     Start Group
  457.         Name = "Processor"
  458.         Class = "DMTF|Processor|002"
  459.         ID = 6
  460.         Description = "This group defines the attributes for each and every processor installed in this system."
  461.  
  462.         Key = 1
  463.  
  464.         Start Attribute
  465.             Name = "Processor Index"
  466.             ID = 1
  467.             Description = "An index into the processor table."
  468.             Type = Integer
  469.             Access = Read-Only
  470.             Storage = Common
  471.             Value = *"NETFDMI" //0
  472.         End Attribute
  473.  
  474.         Start Attribute
  475.             Name = "Type"
  476.             ID = 2
  477.             Description = "The type of processor currently in the system."
  478.             Type = Start Enum
  479.                        Name = "Processor_Type"
  480.                        Type = Integer
  481.                        0x01 = "Other"
  482.                        0x02 = "Unknown"
  483.                        0x03 = "Central Processor"
  484.                        0x04 = "Math_Processor"
  485.                        0x05 = "DSP_Processor"
  486.                        0x06 = "Video_Processor"
  487.                    End Enum
  488.             Access = Read-Only
  489.             Storage = Common
  490.             Value = *"NETFDMI" //0
  491.         End Attribute
  492.  
  493.         Start Attribute
  494.             Name = "Processor Family"
  495.             ID = 3
  496.             Description = "The family of processors to which this processor belongs."
  497.             Type = Start ENUM
  498.                      Name = "Processor_Family"
  499.                      Type = Integer
  500.                      0x01 = "Other"
  501.                      0x02 = "Unknown"
  502.                      0x03 = "8086"
  503.                      0x04 = "80286"
  504.                      0x05 = "80386"
  505.                      0x06 = "80486"
  506.                      0x07 = "8087"
  507.                      0x08 = "80287"
  508.                      0x09 = "80387"
  509.                      0x0A = "80487"
  510.                      0x0B = "Pentium family "
  511.                      0x0C = "Pentium Pro "
  512.                        13 = "Pentium II"
  513.                        14 = "Pentium MMX"
  514.                        18 = "M1 Family"
  515.                        25 = "K5 Family"
  516.                        32 = "Power PC Family"
  517.                        33 = "Power PC 601"
  518.                        34 = "Power PC 603"
  519.                        35 = "Power PC 603+"
  520.                        36 = "Power PC 604"
  521.                        48 = "Alpha Family"
  522.                        64 = "MIPS Family"
  523.                        80 = "SPARC Family"
  524.                        96 = "68040"
  525.                        97 = "68xxx Family"
  526.                        98 = "68000"
  527.                        99 = "68010"
  528.                        100 = "68020"
  529.                        101 = "68030"
  530.                        112 = "Hobbit Family"
  531.                        128 = "Weitek"
  532.                        144 = "PA-RISC Family"
  533.                        160 = "V30 Family"
  534.                  End ENUM
  535.             Access = Read-Only
  536.             Storage = Common
  537.             Value = *"NETFDMI" //0
  538.         End Attribute
  539.  
  540.         Start Attribute
  541.             Name = "Version Information"
  542.             ID = 4
  543.             Description = "The version number or string for this processor."
  544.             Type = String(80)
  545.             Access = Read-Only
  546.             Storage = Specific
  547.             Value = *"NETFDMI" // ""
  548.         End Attribute
  549.  
  550.         Start Attribute
  551.             Name = "Maximum Speed"
  552.             ID = 5
  553.             Description = "The maximum speed (in MHz) of this processor."
  554.             Type = Integer
  555.             Access = Read-Only
  556.             Storage = Common
  557.             Value = *"NETFDMI" // 0
  558.         End Attribute
  559.  
  560.         Start Attribute
  561.             Name = "Current Speed"
  562.             ID = 6
  563.             Description = "The current speed (in MHz) of this processor."
  564.             Type = Integer
  565.             Access = Read-Only
  566.             Storage = Common
  567.             Value = *"NETFDMI" // 0
  568.         End Attribute
  569.  
  570.         Start Attribute
  571.             Name = "Processor Upgrade"
  572.             ID = 7
  573.             Description = "The method by which this processor can be upgraded, if upgrades are supported. "
  574.             Type = Start ENUM
  575.                        Name = "Processor_Upgrade"
  576.                        Type = Integer
  577.                        0x01 = "Other"
  578.                        0x02 = "Unknown"
  579.                        0x03 = "Daughter Board"
  580.                        0x04 = "ZIF Socket"
  581.                        0x05 = "Replacement/Piggy Back"
  582.                        0x06 = "None"
  583.                           7 = "LIF Socket"
  584.                    End ENUM
  585.             Access = Read-Only
  586.             Storage = Common
  587.             Value = *"NETFDMI" // 2
  588.         End Attribute
  589.  
  590.         Start Attribute
  591.             Name = "FRU Group Index"
  592.             ID = 8
  593.             Description = "If this is a Field Replaceable Unit or if it is part"
  594.             "of another FRU, this provides index into the FRU table."
  595.             "A Value = -1 means that the group is not a FRU"
  596.             Type = Integer
  597.             Access = Read-Only
  598.             Storage = Common
  599.             Value = *"NETFDMI" //-1
  600.         End Attribute
  601.  
  602.         Start Attribute
  603.             Name = "Operational Group Index"
  604.             ID = 9
  605.             Description = "The index into the Operational State Table for this device if applicable"
  606.             Type = Integer
  607.             Access = Read-Only
  608.             Storage = Common
  609.             Value = unsupported
  610.         End Attribute
  611.     End Group
  612.  
  613.     Start Group
  614.         Name = "MotherBoard"
  615.         Class = "DMTF|MotherBoard|001"
  616.         ID = 7
  617.         Description = "This group defines attributes for the mother board"
  618.  
  619.         Start Attribute
  620.             Name = "Number of Expansion slots"
  621.             ID = 1
  622.             Description = "This attribute indicates the total number of expansion slots which "
  623.             "physically exist on the motherboard whether occupied or not (See System Slots groups)"
  624.             Type = Integer
  625.             Access = Read-Only
  626.             Storage = Common
  627.             Value = *"NETFDMI" // 0
  628.         End Attribute
  629.  
  630.         Start Attribute
  631.             Name = "FRU Group Index"
  632.             ID = 2
  633.             Description = "If this is a Field Replaceable Unit or if it is part"
  634.             "of another FRU, this provides index into the FRU table."
  635.             "A Value = -1 means that the group is not a FRU"
  636.             Type = Integer
  637.             Access = Read-Only
  638.             Storage = Common
  639.             Value = *"NETFDMI" //-1
  640.         End Attribute
  641.  
  642.         Start Attribute
  643.             Name = "Operational Group Index"
  644.             ID = 3
  645.             Description = "The index into the Operational State Table for this device if applicable"
  646.             Type = Integer
  647.             Access = Read-Only
  648.             Storage = Common
  649.             Value = unsupported
  650.         End Attribute
  651.     End Group
  652.  
  653.     Start Group
  654.         Name = "Physical Memory"
  655.         Class = "DMTF|Physical_Memory|001"
  656.         ID = 8
  657.         Description = "This group defines the physical attributes for system memory and "
  658.         "any add- on memory installed in this system."
  659.  
  660.         Key = 1
  661.  
  662.         Start Attribute
  663.             Name = "Physical Memory Index"
  664.             ID = 1
  665.             Description = "An index into the physical memory table."
  666.             Type = Integer
  667.             Access = Read-Only
  668.             Storage = Common
  669.             Value = *"NETFDMI" // 0
  670.         End Attribute
  671.  
  672.         Start Attribute
  673.             Name = "Physical Memory Location"
  674.             ID = 2
  675.             Description = "The location of the memory modules, whether on the system board or an add on board."
  676.             Type = Start ENUM
  677.                        Name = "Phys_Mem_Loc"
  678.                        Type = Integer
  679.                        0x01 = "Other"
  680.                        0x02 = "Unknown"
  681.                        0x03 = "System board or mother board"
  682.                        0x04 = "ISA add on card"
  683.                        0x05 = "EISA add on card"
  684.                        0x06 = "PCI add on card"
  685.                        0x07 = "MCA add on card"
  686.                        0x08 = "PCMCIA add on card"
  687.                        0x09 = "Proprietary add on card"
  688.                    End ENUM
  689.             Access = Read-Only
  690.             Storage = Common
  691.             Value = *"NETFDMI" //2
  692.         End Attribute
  693.  
  694.         Start Attribute
  695.             Name = "Memory Starting Address"
  696.             ID = 3
  697.             Description = "This is the starting physical address mapped by this memory component"
  698.             Type = Integer64
  699.             Access = Read-Only
  700.             Storage = Common
  701.             Value = *"NETFDMI" //0
  702.         End Attribute
  703.  
  704.         Start Attribute
  705.             Name = "Memory Ending Address"
  706.             ID = 4
  707.             Description = "This is the ending physical address mapped by this memory component"
  708.             Access = Read-Only
  709.             Storage = Common
  710.             Type = Integer64
  711.             Value = *"NETFDMI" //0
  712.         End Attribute
  713.  
  714.         Start Attribute
  715.             Name = "Memory Usage"
  716.             ID = 5
  717.             Description = "What this memory component is used for."
  718.             Type = Start ENUM
  719.                        Name = "Memory_Usage"
  720.                        Type = Integer
  721.                        0x01 = "Other"
  722.                        0x02 = "Unknown"
  723.                        0x03 = "System memory"
  724.                        0x04 = "Video memory"
  725.                        0x05 = "Flash memory"
  726.                        0x06 = "Non Volatile RAM"
  727.                    End ENUM
  728.             Access = Read-Only
  729.             Storage = Common
  730.             Value = *"NETFDMI" //2
  731.         End Attribute
  732.  
  733.         Start Attribute
  734.             Name = "Maximum Memory Capacity"
  735.             ID = 6
  736.             Description = "The maximum memory capacity, in MegaBytes on this device."
  737.             Type = Integer
  738.             Access = Read-Only
  739.             Storage = Common
  740.             Value = *"NETFDMI" //0
  741.         End Attribute
  742.  
  743.         Start Attribute
  744.             Name = "Number of SIMM Slots"
  745.             ID = 7
  746.             Description = "The number of SIMM slots available for this type of memory on this device."
  747.             Type = Integer
  748.             Access = Read-Only
  749.             Storage = Common
  750.             Value = unsupported
  751.         End Attribute
  752.  
  753.         Start Attribute
  754.             Name = "Number of SIMM Slots Used"
  755.             ID = 8
  756.             Description = "The number of SIMM slots in use for this type of memory on this device"
  757.             Type = Integer
  758.             Access = Read-Only
  759.             Storage = Common
  760.             Value = unsupported
  761.         End Attribute
  762.  
  763.         Start Attribute
  764.             Name = "Memory Speed"
  765.             ID = 9
  766.             Description = "The speed of this memory component in nano seconds"
  767.             Type = Integer
  768.             Access = Read-Only
  769.             Storage = Common
  770.             Value = unsupported
  771.         End Attribute
  772.  
  773.         Start Attribute
  774.             Name = "Memory Error Correction"
  775.             ID = 10
  776.             Description = "The main type of error correction scheme supported"
  777.             " by this memory component."
  778.             Type = Start ENUM
  779.                        Name = "Memory_ECC"
  780.                        Type = Integer
  781.                        0x01 = "Other"
  782.                        0x02 = "Unknown"
  783.                        0x03 = "None"
  784.                        0x04 = "Parity"
  785.                        0x05 = "Single Bit ECC"
  786.                        0x06 = "MultiBit ECC"
  787.                    End ENUM
  788.  
  789.             Access = Read-Only
  790.             Storage = Common
  791.             Value = unsupported
  792.         End Attribute
  793.  
  794.         Start Attribute
  795.             Name = "FRU Group Index"
  796.             ID = 11
  797.             Description = "If this is a Field Replaceable Unit or if it is part"
  798.             "of another FRU, this provides index into the FRU table."
  799.             "A Value = -1 means that the group is not a FRU"
  800.             Type = Integer
  801.             Access = Read-Only
  802.             Storage = Common
  803.             Value = unsupported
  804.         End Attribute
  805.  
  806.         Start Attribute
  807.             Name = "Operational Group Index"
  808.             ID = 12
  809.             Description = "The index into the Operational State Table for this device if applicable"
  810.             Type = Integer
  811.             Access = Read-Only
  812.             Storage = Common
  813.             Value = unsupported
  814.         End Attribute
  815.     End Group
  816.  
  817.     Start Group
  818.         Name = "Logical Memory"
  819.         Class = "DMTF|Logical Memory|001"
  820.         ID = 9
  821.         Description = "This group defines the logical memory attributes for system memory and any add-on "
  822.         "memory  installed in this system."
  823.  
  824.         Start Attribute
  825.             Name = "Base Memory Size"
  826.             ID = 1
  827.             Description = "The total size of the base memory in Kilo Bytes."
  828.             Type = Integer
  829.             Access = Read-Only
  830.             Storage = Common
  831.             Value = unsupported
  832.         End Attribute
  833.  
  834.         Start Attribute
  835.             Name = "Free Base Memory Size"
  836.             ID = 2
  837.             Description = "The size of free base memory in Kilo Bytes."
  838.             Type = Integer
  839.             Access = Read-Only
  840.             Storage = Common
  841.             Value = unsupported
  842.         End Attribute
  843.  
  844.         Start Attribute
  845.             Name = "Extended Memory Size"
  846.             ID = 3
  847.             Description = "The total size of the extended memory in Kilo Bytes."
  848.             Type = Integer
  849.             Access = Read-Only
  850.             Storage = Common
  851.             Value = unsupported
  852.         End Attribute
  853.  
  854.         Start Attribute
  855.             Name = "Free Extended Memory Size"
  856.             ID = 4
  857.             Description = "The size of free extended memory in Kilo Bytes."
  858.             Type = Integer
  859.             Access = Read-Only
  860.             Storage = Common
  861.             Value = unsupported
  862.         End Attribute
  863.  
  864.         Start Attribute
  865.             Name = "Extended Memory Manager Name"
  866.             ID = 5
  867.             Description = "The name of the extended memory manager."
  868.             Type = String(64)
  869.             Access = Read-Only
  870.             Storage = Common
  871.             Value = unsupported
  872.         End Attribute
  873.  
  874.         Start Attribute
  875.             Name = "Extended Memory Manager Version"
  876.             ID = 6
  877.             Description = "The version information of the extended memory manager."
  878.             Type = String(64)
  879.             Access = Read-Only
  880.             Storage = Common
  881.             Value = unsupported
  882.         End Attribute
  883.  
  884.         Start Attribute
  885.             Name = "Expanded Memory Size"
  886.             ID = 7
  887.             Description = "The total size of the expanded  memory in Kilo Bytes."
  888.             Type = Integer
  889.             Access = Read-Only
  890.             Storage = Common
  891.             Value = unsupported
  892.         End Attribute
  893.  
  894.         Start Attribute
  895.             Name = "Free Expanded Memory Size"
  896.                 ID = 8
  897.                 Description = "The size of free expanded memory in Kilo Bytes."
  898.                 Type = Integer
  899.                 Access = Read-Only
  900.                 Storage = Common
  901.                 Value = unsupported
  902.         End Attribute
  903.  
  904.         Start Attribute
  905.             Name = "Expanded Memory Manager Name"
  906.             ID = 9
  907.             Description = "The name of the expanded memory manager."
  908.             Type = String(64)
  909.             Access = Read-Only
  910.             Storage = Common
  911.             Value = unsupported
  912.         End Attribute
  913.  
  914.         Start Attribute
  915.             Name = "Expanded Memory Manager Version"
  916.             ID = 10
  917.             Description = "The version information of the expanded memory manager."
  918.             Type = String(64)
  919.             Access = Read-Only
  920.             Storage = Common
  921.             Value = unsupported
  922.         End Attribute
  923.  
  924.         Start Attribute
  925.             Name = "Expanded Memory Page Frame Address"
  926.             ID = 11
  927.             Description = "The starting physical address of the expanded memory page frame."
  928.             Type = Integer64
  929.             Access = Read-Only
  930.             Storage = Common
  931.             Value = unsupported
  932.         End Attribute
  933.  
  934.         Start Attribute
  935.             Name = "Expanded Memory Page Frame Size"
  936.             ID = 12
  937.             Description = "The size in Kilo Bytes of the expanded memory page frame."
  938.             Type = Integer
  939.             Access = Read-Only
  940.             Storage = Common
  941.             Value = unsupported
  942.         End Attribute
  943.  
  944.         Start Attribute
  945.             Name = "Expanded Memory Page Size"
  946.             ID = 13
  947.             Description = "The size in Kilo Bytes of an expanded memory page, as opposed to the "
  948.             "expanded memory page frame, which consists of a number of memory pages."
  949.             Type = Integer
  950.             Access = Read-Only
  951.             Storage = Common
  952.             Value = unsupported
  953.         End Attribute
  954.     End Group
  955.  
  956.     Start Group
  957.         Name = "System Cache"
  958.         Class = "DMTF|System Cache|001"
  959.         ID = 10
  960.         Description = "This group defines the attributes for different System Caches installed in this system."
  961.  
  962.         Key = 1
  963.  
  964.         Start Attribute
  965.             Name = "System Cache Index"
  966.             ID = 1
  967.             Description = "An index into the System Cache table."
  968.             Type = Integer
  969.             Access = Read-Only
  970.             Storage = Common
  971.             Value = unsupported
  972.         End Attribute
  973.  
  974.         Start Attribute
  975.             Name = "System Cache Level"
  976.             ID = 2
  977.             Description = "Defines primary or secondary System Cache, or a subsidiary cache."
  978.             Type = Start ENUM
  979.                        Name = "Cache_Char"
  980.                        Type = Integer
  981.                        0x01 = "Other"
  982.                        0x02 = "Unknown"
  983.                        0x03 = "Primary"
  984.                        0x04 = "Secondary"
  985.                        0x05 = "Tertiary"
  986.                    End ENUM
  987.             Access = Read-Only
  988.             Storage = Common
  989.             Value = unsupported
  990.         End Attribute
  991.  
  992.         Start Attribute
  993.             Name = "System Cache Speed"
  994.             ID = 3
  995.             Description = "The speed of this System Cache module in nano seconds"
  996.             Type = Integer
  997.             Access = Read-Only
  998.             Storage = Common
  999.             Value = unsupported
  1000.         End Attribute
  1001.  
  1002.         Start Attribute
  1003.             Name = "System Cache Size"
  1004.             ID = 4
  1005.             Description = "The size of this System Cache module in Kilo Bytes."
  1006.             Type = Integer
  1007.             Access = Read-Only
  1008.             Storage = Common
  1009.             Value = unsupported
  1010.         End Attribute
  1011.  
  1012.         Start Attribute
  1013.             Name = "System Cache Write Policy"
  1014.             ID = 5
  1015.             Description = "Is this a write-back or a write-through cache?"
  1016.             Type = Start ENUM
  1017.                        Name = "Cache_Write_Policy"
  1018.                        Type = Integer
  1019.                        0x01 = "Other"
  1020.                        0x02 = "Unknown"
  1021.                        0x03 = "Write Back"
  1022.                        0x04 = "Write Through"
  1023.                    End ENUM
  1024.             Access = Read-Only
  1025.             Storage = Common
  1026.             Value = unsupported
  1027.         End Attribute
  1028.  
  1029.         Start Attribute
  1030.             Name = "System Cache Error Correction"
  1031.             ID = 6
  1032.             Description = "This field describes the main type of error correction scheme supported by this"
  1033.             "cache component."
  1034.             Type = Start ENUM
  1035.                        Name = "Cache_ECC"
  1036.                        Type = Integer
  1037.                        0x01 = "Other"
  1038.                        0x02 = "Unknown"
  1039.                        0x03 = "None"
  1040.                        0x04 = "Parity"
  1041.                        0x05 = "Single Bit ECC"
  1042.                        0x06 = "MultiBit ECC"
  1043.                    End ENUM
  1044.             Access = Read-Only
  1045.             Storage = Common
  1046.             Value = unsupported
  1047.         End Attribute
  1048.  
  1049.         Start Attribute
  1050.             Name = "FRU Group Index"
  1051.             ID = 7
  1052.             Description = "If this is a Field Replaceable Unit or if it is part"
  1053.             "of another FRU, this provides an index into the FRU table."
  1054.             "A Value = -1 means that the group is not a FRU"
  1055.             Type = Integer
  1056.             Access = Read-Only
  1057.             Storage = Common
  1058.             Value = unsupported
  1059.         End Attribute
  1060.  
  1061.         Start Attribute
  1062.             Name = "Operational Group Index"
  1063.             ID = 8
  1064.             Description = "The index into the Operational State Table for this device if applicable"
  1065.             Type = Integer
  1066.             Access = Read-Only
  1067.             Storage = Common
  1068.             Value = unsupported
  1069.         End Attribute
  1070.     End Group
  1071.  
  1072.     Start Group
  1073.         Name = "Parallel Ports"
  1074.         Class = "DMTF|Parallel_Ports|001"
  1075.         ID = 11
  1076.         Description = "This group defines the attributes for parallel ports in this system."
  1077.  
  1078.         Key = 1
  1079.  
  1080.         Start Attribute
  1081.             Name = "Parallel Port Index"
  1082.             ID = 1
  1083.             Description = "An index into the parallel ports table."
  1084.             Type = Integer
  1085.             Access = Read-Only
  1086.             Storage = Common
  1087.             Value = *"NETFDMI"
  1088.         End Attribute
  1089.  
  1090.         Start Attribute
  1091.             Name = "Parallel Base I/O address"
  1092.             ID = 2
  1093.             Description = "Base I/O address for this parallel port."
  1094.             Type = Integer64
  1095.             Access = Read-Only
  1096.             Storage = Common
  1097.             Value = *"NETFDMI" //0
  1098.         End Attribute
  1099.  
  1100.         Start Attribute
  1101.             Name = "IRQ Used"
  1102.             ID = 3
  1103.             Description = "IRQ number that is being used by this parallel port."
  1104.             Type = Integer
  1105.             Access = Read-Only
  1106.             Storage = Common
  1107.             Value = *"NETFDMI" //0
  1108.         End Attribute
  1109.  
  1110.         Start Attribute
  1111.             Name = "Logical Name"
  1112.             ID = 4
  1113.             Description = "The logical name of the I/O device on this parallel port, under this operating environment."
  1114.             Type = String(32)
  1115.             Access = Read-Only
  1116.             Storage = Specific
  1117.             Value = *"NETFDMI" //""
  1118.         End Attribute
  1119.  
  1120.         Start Attribute
  1121.             Name = "Connector Type"
  1122.             ID = 5
  1123.             Description = "The connector used to interface with this I/O device on this parallel port."
  1124.             Type = Start ENUM
  1125.                        Name = "Connector_Type"
  1126.                        Type = Integer
  1127.                        0x01 = "Other"
  1128.                        0x02 = "Unknown"
  1129.                        0x03 = "DB-25 Female"           //      = IEEE 1284-A Receptacle
  1130.                        0x04 = "DB-25 Male"             //      = IEEE 1284-A Plug
  1131.                        0x05 = "Centronics"             //      = IEEE 1284-B Receptacle
  1132.                        0x06 = "Mini-Centronics"        //      = IEEE 1284-C Receptacle
  1133.                        0x07 = "Proprietary"
  1134.                    End ENUM
  1135.             Access = Read-Only
  1136.             Storage = Common
  1137.             Value = *"NETFDMI" //2
  1138.         End Attribute
  1139.  
  1140.         Start Attribute
  1141.             Name = "Connector Pinout"
  1142.             ID = 6
  1143.             Description = "The pinout used by the I/O device on this parallel port."
  1144.             Type = Start ENUM
  1145.                        Name = "Connector_Pinout"
  1146.                        Type = Integer
  1147.                        0x01 = "Other"
  1148.                        0x02 = "Unknown"
  1149.                        0x03 = "XT/AT"  //- pinout compatible with XT/AT
  1150.                        0x04 = "PS/2"           //- pinout compatible with PS/2
  1151.                        0x05 = "IEEE 1284"      //- pinout compatible with the IEEE
  1152.                                                // 1284 spec for EPP/ECP
  1153.                        0x06 = "Proprietary"
  1154.                    End ENUM
  1155.             Access = Read-Only
  1156.             Storage = Common
  1157.             Value = *"NETFDMI" //2
  1158.         End Attribute
  1159.  
  1160.         Start Attribute
  1161.             Name = "DMA support"
  1162.             ID = 7
  1163.             Description = "If true, DMA is supported."
  1164.             Type = "BOOL"
  1165.             Access = Read-Only
  1166.             Storage = Common
  1167.             Value = *"NETFDMI" //"False"
  1168.         End Attribute
  1169.  
  1170.         Start Attribute
  1171.             Name ="Parallel Port Capabilities"
  1172.             ID = 8
  1173.             Description = "Capabilities of this parallel port.  This is a bit field mask with the bits defined as follows: "
  1174.             " Bit 0 set = XT/AT compatible"
  1175.             " Bit 1 set = PS/2 compatible"
  1176.             " Bit 2 set = ECP"
  1177.             " Bit 3 set = EPP"
  1178.             Type = Integer
  1179.             Access = Read-Only
  1180.             Storage = Common
  1181.             Value = *"NETFDMI" //0
  1182.         End Attribute
  1183.  
  1184.         Start Attribute
  1185.             Name = "Operational Group Index"
  1186.             ID = 9
  1187.             Description = "The index into the Operational State Table for this device if applicable"
  1188.             Type = Integer
  1189.             Access = Read-Only
  1190.             Storage = Common
  1191.             Value = *"NETFDMI"
  1192.         End Attribute
  1193.     End Group
  1194.  
  1195.     Start Group
  1196.         Name = "Serial Ports"
  1197.         Class = "DMTF|Serial_Ports|001"
  1198.         ID = 12
  1199.         Description = "This group defines the attributes for serial ports in this system."
  1200.  
  1201.         Key = 1
  1202.  
  1203.         Start Attribute
  1204.             Name = "Serial Port Index"
  1205.             ID =1
  1206.             Description = "An index into the serial ports table."
  1207.             Type = Integer
  1208.             Access = Read-Only
  1209.             Storage = Common
  1210.             Value = *"NETFDMI"
  1211.         End Attribute
  1212.  
  1213.         Start Attribute
  1214.             Name = "Serial Base I/O"
  1215.             ID =2
  1216.             Description = "Base I/O address for this serial port."
  1217.             Type = Integer64
  1218.             Access = Read-Only
  1219.             Storage = Common
  1220.             Value = *"NETFDMI" //0
  1221.         End Attribute
  1222.  
  1223.         Start Attribute
  1224.             Name = "IRQ Used"
  1225.             ID =3
  1226.             Description = "IRQ number that is being used by this serial port."
  1227.             Type = Integer
  1228.             Access = Read-Only
  1229.             Storage = Common
  1230.             Value = *"NETFDMI" //0
  1231.         End Attribute
  1232.  
  1233.         Start Attribute
  1234.             Name = "Logical Name"
  1235.             ID =4
  1236.             Description = "The logical name of this serial port under this operating environment."
  1237.             Type = String(32)
  1238.             Access = Read-Only
  1239.             Storage = Specific
  1240.             Value = *"NETFDMI" //""
  1241.         End Attribute
  1242.  
  1243.         Start Attribute
  1244.             Name = "Connector Type"
  1245.             ID =5
  1246.             Description = "The connector used to interface with the I/O device on this serial port."
  1247.             Type = Start ENUM
  1248.                        Name = "Connector_Type"
  1249.                        Type = Integer
  1250.                        0x01 = "Other"
  1251.                        0x02 = "Unknown"
  1252.                        0x03 = "DB-9 pin  male"
  1253.                        0x04 = "DB-9 pin female"
  1254.                        0x05 = "DB-25 pin male"
  1255.                        0x06 = "DB-25 pin female"
  1256.                        0x07 = "RJ-11"
  1257.                        0x08 = "RJ-45"
  1258.                        0x09 = "Proprietary"
  1259.                    End ENUM
  1260.             Access = Read-Only
  1261.             Storage = Common
  1262.             Value = *"NETFDMI" //2
  1263.         End Attribute
  1264.  
  1265.         Start Attribute
  1266.             Name = "Maximum Speed"
  1267.             ID =6
  1268.             Description = "Maximum transfer speed of the device on this serial port in bits per second."
  1269.             Type = Integer
  1270.             Access = Read-Only
  1271.             Storage = Common
  1272.             Value = *"NETFDMI" //0
  1273.         End Attribute
  1274.  
  1275.         Start Attribute
  1276.             Name = "Serial Port Capabilities"
  1277.             ID = 7
  1278.             Description = "The capabilities of this Serial port."
  1279.             Type = Start ENUM
  1280.                        Name = "Serial_Capabilities"
  1281.                        Type = Integer
  1282.                        0x01 = "Other"
  1283.                        0x02 = "Unknown"
  1284.                        0x03 = "XT/AT Ccompatible"
  1285.                        0x04 = "16450 compatible"
  1286.                        0x05 = "16550 compatible"
  1287.                        0x06 = "16550A compatible"
  1288.                    End ENUM
  1289.             Access = Read-Only
  1290.             Storage = Common
  1291.             Value = *"NETFDMI" //2
  1292.         End Attribute
  1293.  
  1294.         Start Attribute
  1295.             Name = "Operational Group Index"
  1296.             ID =8
  1297.             Description = "The index into the Operational State Table for this device if applicable"
  1298.             Type = Integer
  1299.             Access = Read-Only
  1300.             Storage = Common
  1301.             Value = *"NETFDMI"
  1302.         End Attribute
  1303.     End Group
  1304.  
  1305.     Start Group
  1306.         Name = "IRQ"
  1307.         Class = "DMTF|IRQ|001"
  1308.         ID = 13
  1309.         Description = "This groups defines attributes for IRQs in this system."
  1310.  
  1311.         Key = 1
  1312.  
  1313.         Start Attribute
  1314.             Name = "IRQ Number"
  1315.             ID = 1
  1316.             Description = "The current IRQ number for this IRQ."
  1317.             Type = Integer
  1318.             Access = Read-Only
  1319.             Storage = Common
  1320.             Value = *"NETFDMI" //0
  1321.         End Attribute
  1322.  
  1323.         Start Attribute
  1324.             Name = "Availability of IRQ"
  1325.             ID = 2
  1326.             Description = "Is this IRQ available or in use."
  1327.             Type = Start ENUM
  1328.                        Name = "IRQ_State"
  1329.                        Type = Integer
  1330.                        0x01 = "Other"
  1331.                        0x02 = "Unknown"
  1332.                        0x03 = "Available"
  1333.                        0x04 = "In Use"
  1334.                    End ENUM
  1335.             Access = Read-Only
  1336.             Storage = Common
  1337.             Value =  *"NETFDMI" //2
  1338.         End Attribute
  1339.  
  1340.         Start Attribute
  1341.             Name = "IRQ Trigger Type"
  1342.             ID = 3
  1343.             Description = "The attribute indicates the trigger type of the IRQ"
  1344.             Type =Start ENUM
  1345.                       Name = "IRQ_Trigger"
  1346.                       Type = Integer
  1347.                       0x01 = "Other"
  1348.                       0x02 = "Unknown"
  1349.                       0x03 = "Level"
  1350.                       0x04 = "Edge"
  1351.                    End ENUM
  1352.             Access = Read-Only
  1353.             Storage = Common
  1354.             Value = *"NETFDMI" //2
  1355.         End Attribute
  1356.  
  1357.         Start Attribute
  1358.             Name = "IRQ Shareable"
  1359.             ID = 4
  1360.             Description = "If true, this IRQ is shareable."
  1361.             Type = "BOOL"
  1362.             Access = Read-Only
  1363.             Storage = Specific
  1364.             Value = *"NETFDMI" //0
  1365.         End Attribute
  1366.  
  1367.         Start Attribute
  1368.             Name = "IRQ Description"
  1369.             ID = 5
  1370.             Description = "The name of the logical device name that is currently using this IRQ."
  1371.             Type = String(64)
  1372.             Access = Read-Only
  1373.             Storage = Specific
  1374.             Value = *"NETFDMI" //""
  1375.         End Attribute
  1376.     End Group
  1377.  
  1378.     Start Group
  1379.         Name = "DMA"
  1380.         Class = "DMTF|DMA|001"
  1381.         ID = 14
  1382.         Description = "This group defines various attributes for the various DMA channels in this system."
  1383.  
  1384.         Key = 1
  1385.  
  1386.         Start Attribute
  1387.             Name = "DMA Number"
  1388.             ID = 1
  1389.             Description = "The current DMA channel number."
  1390.             Type = Integer
  1391.             Access = Read-Only
  1392.             Storage = Common
  1393.             Value = unsupported
  1394.         End Attribute
  1395.  
  1396.         Start Attribute
  1397.             Name = "Availability of DMA"
  1398.             ID = 2
  1399.             Description = "If true, this DMA channel is available."
  1400.             Type = "BOOL"
  1401.             Access = Read-Only
  1402.             Storage = Common
  1403.             Value = unsupported
  1404.         End Attribute
  1405.  
  1406.         Start Attribute
  1407.             Name = "DMA Burst Mode"
  1408.             ID = 3
  1409.             Description = "If true, this DMA channel supports burst mode."
  1410.             Type = "BOOL"
  1411.             Access = Read-Only
  1412.             Storage = Common
  1413.             Value = unsupported
  1414.         End Attribute
  1415.  
  1416.         Start Attribute
  1417.             Name = "DMA Description"
  1418.             ID = 4
  1419.             Description = "The name of the logical device that is currently using this DMA channel."
  1420.             Type = String(80)
  1421.             Access = Read-Only
  1422.             Storage = Specific
  1423.             Value = unsupported
  1424.         End Attribute
  1425.     End Group
  1426.  
  1427.     Start Group
  1428.         Name = "Memory Mapped I/O"
  1429.         Class = "DMTF|Memory Mapped I/O|001"
  1430.         ID = 15
  1431.         Description = "This group defines various attributes for memory mapped I/O on this system."
  1432.  
  1433.         Key = 1
  1434.  
  1435.         Start Attribute
  1436.             Name = "Memory mapped I/O starting address"
  1437.             ID = 1
  1438.             Description = "The starting address of a contiguous System memory mapped I/O region."
  1439.             Type = Integer64
  1440.             Access = Read-Only
  1441.             Storage = Common
  1442.             Value = unsupported
  1443.         End Attribute
  1444.  
  1445.         Start Attribute
  1446.             Name = "Memory mapped I/O ending address"
  1447.             ID = 2
  1448.             Description = "The ending address of a contiguous System memory mapped I/O region."
  1449.             Type = Integer64
  1450.             Access = Read-Only
  1451.             Storage = Common
  1452.             Value = unsupported
  1453.         End Attribute
  1454.  
  1455.         Start Attribute
  1456.             Name = " Memory Mapped I/O Description"
  1457.             ID = 3
  1458.             Description = "The name of the logical device currently using this Memory Mapped I/O."
  1459.             Type = String(64)
  1460.             Access = Read-Only
  1461.             Storage = Specific
  1462.             Value = unsupported
  1463.         End Attribute
  1464.     End Group
  1465.  
  1466.     Start Group
  1467.         Name = "System Enclosure"
  1468.         Class = "DMTF|System Enclosure|001"
  1469.         ID = 16
  1470.         Description = "This group defines the attributes for the system enclosure."
  1471.  
  1472.  
  1473.         Start Attribute
  1474.             Name = "Enclosure or Chassis"
  1475.             ID = 1
  1476.             Description = "The type of Enclosure."
  1477.             Type = Start ENUM
  1478.                        Name = "Enclosure_Type"
  1479.                        Type = Integer
  1480.                        0x01 = "Other"
  1481.                        0x02 = "Unknown"
  1482.                        0x03 = "Desktop"
  1483.                        0x04 = "Low Profile Desktop"
  1484.                        0x05 = "Pizza Box"
  1485.                        0x06 = "Mini Tower"
  1486.                        0x07 = "Tower"
  1487.                        0x08 = "Portable"
  1488.                        0x09 = "LapTop"
  1489.                        0x0A = "Notebook"
  1490.                        0x0B = "Hand Held"
  1491.                        0x0C = "Docking Station"
  1492.                    End ENUM
  1493.             Access = Read-Only
  1494.             Storage = Common
  1495.             Value = 2
  1496.         End Attribute
  1497.  
  1498.         Start Attribute
  1499.             Name = "Asset Tag"
  1500.             ID = 2
  1501.             Description = "The system asset tag number or string"
  1502.             Type = String(64)
  1503.             Access = Read-Write
  1504.             Storage = Specific
  1505.             Value = ""
  1506.         End Attribute
  1507.  
  1508.         Start Attribute
  1509.             Name="Chassis lock present"
  1510.             ID = 3
  1511.             Description = "If true, a chassis lock is present."
  1512.             Type= "BOOL"
  1513.             Access = Read-only
  1514.             Storage = common
  1515.             Value = *"NETFDMI"  //0
  1516.         End Attribute
  1517.  
  1518.         Start Attribute
  1519.             Name = "Boot Up State."
  1520.             ID = 4
  1521.             Description = "The current state of this system when it booted."
  1522.             Type = "System_Enclosure_Status"
  1523.             Access = Read-Only
  1524.             Storage = Common
  1525.             Value = unsupported
  1526.         End Attribute
  1527.  
  1528.         Start Attribute
  1529.             Name = "Power State."
  1530.             ID = 5
  1531.             Description = "The current state of the power supply state for this system."
  1532.             Type = "System_Enclosure_Status"
  1533.             Access = Read-Only
  1534.             Storage = Common
  1535.             Value = unsupported
  1536.         End Attribute
  1537.  
  1538.         Start Attribute
  1539.             Name = "Thermal State."
  1540.             ID = 6
  1541.             Description = "The current thermal state of this system."
  1542.             Type = "System_Enclosure_Status"
  1543.             Access = Read-Only
  1544.             Storage = Common
  1545.             Value = unsupported
  1546.         End Attribute
  1547.  
  1548.         Start Attribute
  1549.             Name = "FRU Group Index"
  1550.             ID = 7
  1551.             Description = "If this is a Field Replaceable Unit or if it is part"
  1552.             "of another FRU, this provides index into the FRU table."
  1553.             "A Value = -1 means that the group is not a FRU"
  1554.             Type = Integer
  1555.             Access = Read-Only
  1556.             Storage = Common
  1557.             Value = unsupported
  1558.         End Attribute
  1559.  
  1560.         Start Attribute
  1561.             Name = "Operational Group Index"
  1562.             ID = 8
  1563.             Description = "The index into the Operational State Table for this device if applicable"
  1564.             Type = Integer
  1565.             Access = Read-Only
  1566.             Storage = Common
  1567.             Value = unsupported
  1568.         End Attribute
  1569.     End Group
  1570.  
  1571.     Start Group
  1572.         Name = "Power Supply"
  1573.         Class = "DMTF|Power Supply|001"
  1574.         ID = 17
  1575.         Description = "This group defines various attributes for power supplies in this system."
  1576.  
  1577.         Key = 1
  1578.  
  1579.         Start Attribute
  1580.             Name = "Power supply index"
  1581.             ID = 1
  1582.             Description = "The index number of the current power supply."
  1583.             Type = Integer
  1584.             Access = Read-Only
  1585.             Storage = Common
  1586.             Value = unsupported
  1587.         End Attribute
  1588.  
  1589.         Start Attribute
  1590.             Name = "FRU Group Index"
  1591.             ID = 2
  1592.             Description = "If this is a Field Replaceable Unit or if it is part"
  1593.             "of another FRU, this provides index into the FRU table."
  1594.             "A Value = -1 means that the group is not a FRU"
  1595.             Type = Integer
  1596.             Access = Read-Only
  1597.             Storage = Common
  1598.             Value = unsupported
  1599.         End Attribute
  1600.  
  1601.         Start Attribute
  1602.             Name = "Operational Group Index"
  1603.             ID = 3
  1604.             Description = "The index into the Operational State Table for this device if applicable"
  1605.             Type = Integer
  1606.             Access = Read-Only
  1607.             Storage = Common
  1608.             Value = unsupported
  1609.         End Attribute
  1610.     End Group
  1611.  
  1612.     Start Group
  1613.         Name = "Cooling Device"
  1614.         Class = "DMTF|Cooling Device|001"
  1615.         ID = 18
  1616.         Description = "This group defines various attributes for cooling devices in this system."
  1617.  
  1618.         Key = 1
  1619.  
  1620.         Start Attribute
  1621.             Name = "Cooling device index"
  1622.             ID = 1
  1623.             Description = "An index into the cooling device table."
  1624.             Type = Integer
  1625.             Access = Read-Only
  1626.             Storage = Common
  1627.             Value = unsupported
  1628.         End Attribute
  1629.  
  1630.         Start Attribute
  1631.             Name = "FRU Group Index"
  1632.             ID = 2
  1633.             Description = "If this is a Field Replaceable Unit or if it is part"
  1634.             "of another FRU, this provides index into the FRU table."
  1635.             "A Value = -1 means that the group is not a FRU"
  1636.             Type = Integer
  1637.             Access = Read-Only
  1638.             Storage = Common
  1639.             Value = unsupported
  1640.         End Attribute
  1641.  
  1642.         Start Attribute
  1643.             Name = "Operational Group Index"
  1644.             ID = 3
  1645.             Description = "The index into the Operational State Table for this device if applicable"
  1646.             Type = Integer
  1647.             Access = Read-Only
  1648.             Storage = Common
  1649.             Value = unsupported
  1650.         End Attribute
  1651.     End Group
  1652.  
  1653.     Start Group
  1654.         Name = "System Slots"
  1655.         Class = "DMTF|System Slot|001"
  1656.         ID = 19
  1657.         Key = 1
  1658.  
  1659.         Description = "This group defines the attributes for the different system expansion slots supported "
  1660.         "in this system."
  1661.  
  1662.         Start Attribute
  1663.             Name = "Slot Index"
  1664.             ID = 1
  1665.             Description = "An index into the system slot table. This is the hardware ID number "
  1666.             "for each expansion slot, whether it is occupied or not (starting with 1)"
  1667.             Type = Integer
  1668.             Access = Read-Only
  1669.             Storage = Common
  1670.             Value = *"NETFDMI" //0
  1671.         End Attribute
  1672.  
  1673.         Start Attribute
  1674.             Name = "Slot Type"
  1675.             ID = 2
  1676.             Description = "The bus type supported in this slot. This is a bit field with the following definitions."
  1677.             "Bit 0, if set, means it is a long-length card; if 0, it is a short-length card"
  1678.             "Bit 1, if set, is ISA, Bit 2 is EISA, Bit 3 is MCA, Bit 4 is PCI, Bit 5 is VL, and Bit 6 is PCMCIA."
  1679.             Type = Start ENUM
  1680.                        Name = "Slot_Type"
  1681.                        Type = Integer
  1682.                        0x01 = "Unknown"
  1683.                        0x02 = "ISA"
  1684.                        0x04 = "EISA"
  1685.                        0x08 = "MCA"
  1686.                        0x10 = "PCI"
  1687.                        0x12 = "PCI / ISA"
  1688.                        0x14 = "PCI / EISA"
  1689.                        0x18 = "PCI / MCA"
  1690.                    End ENUM
  1691.             Access = Read-Only
  1692.             Storage = Common
  1693.             Value = *"NETFDMI" //0
  1694.         End Attribute
  1695.  
  1696.         Start Attribute
  1697.             Name = "Slot Width "
  1698.             ID = 3
  1699.             Description = "The maximum bus width of cards accepted in this slot."
  1700.             Type = Start ENUM
  1701.                        Name = "Slot_Width"
  1702.                        Type = Integer
  1703.                        0x01 = "Other"
  1704.                        0x02 = "Unknown"
  1705.                        0x03 = "8 bit card"
  1706.                        0x04 = "16 bit card"
  1707.                        0x05 = "32 bit card"
  1708.                        0x06 = "64 bit card"
  1709.                        0x07 = "128 bit card"
  1710.                    End ENUM
  1711.             Access = Read-Only
  1712.             Storage = Common
  1713.             Value = *"NETFDMI" //2
  1714.         End Attribute
  1715.  
  1716.         Start Attribute
  1717.             Name = "Current Usage"
  1718.             ID = 4
  1719.             Description = "Is this slot is currently in use?"
  1720.             Type = Start ENUM
  1721.                        Name = "Slot_Usage"
  1722.                        Type = Integer
  1723.                        0x01 = "Other"
  1724.                        0x02 = "Unknown"
  1725.                        0x03 = "Available"
  1726.                        0x04 = " In Use"
  1727.                    End ENUM
  1728.             Access = Read-Only
  1729.             Storage = Common
  1730.             Value = *"NETFDMI" //2
  1731.         End Attribute
  1732.  
  1733.         Start Attribute
  1734.             Name = "Slot Description"
  1735.             ID = 5
  1736.             Description = "The field describes the card currently occupying this slot."
  1737.             Type = String(80)
  1738.             Access = Read-Only
  1739.             Storage = Common
  1740.             Value = *"NETFDMI" //""
  1741.         End Attribute
  1742.     End Group
  1743.  
  1744.     Start Group
  1745.         Name = "Video"
  1746.         Class = "DMTF|Video|001"
  1747.         ID = 20
  1748.         Description = "This group defines the attributes of video devices in this system."
  1749.         Key = 1
  1750.  
  1751.         Start Attribute
  1752.             Name = "Video Index"
  1753.             ID = 1
  1754.             Description = "An index into the video table."
  1755.             Type = Integer
  1756.             Access = Read-Only
  1757.             Storage = Common
  1758.             Value = *"NETFDMI" //0
  1759.         End Attribute
  1760.  
  1761.         Start Attribute
  1762.             Name = "Video Type"
  1763.             ID = 2
  1764.             Description = "The architecture of the video subsystem in this system."
  1765.             Type = Start ENUM
  1766.                        Name = "Video_Type"
  1767.                        Type = Integer
  1768.                        0x01 = "Other"
  1769.                        0x02 = "Unknown"
  1770.                        0x03 = "CGA"
  1771.                        0x04 = "EGA"
  1772.                        0x05 = "VGA"
  1773.                        0x06 = "SVGA"
  1774.                        0x07 = "MDA"
  1775.                        0x08 = "HGC"
  1776.                        0x09 = "MCGA"
  1777.                        0x0A = "8514A"
  1778.                        0x0B = "XGA"
  1779.                        0x0C = "Linear Frame Buffer"
  1780.                     End ENUM
  1781.             Access = Read-Only
  1782.             Storage = Common
  1783.             Value = *"NETFDMI" //"Unknown"
  1784.         End Attribute
  1785.  
  1786.         Start Attribute
  1787.             Name = "Current Video Mode"
  1788.             ID = 3
  1789.             Description = "The current video mode in this system"
  1790.             Type = Integer
  1791.             Access = Read-Only
  1792.             Storage = Common
  1793.             Value = *"NETFDMI" // 0xFFFF
  1794.         End Attribute
  1795.  
  1796.         Start Attribute
  1797.             Name = "Minimum Refresh Rate"
  1798.             ID = 4
  1799.             Description = "The minimum refresh rate for this video subsystem in Hz."
  1800.             Type = Integer
  1801.             Access = Read-Only
  1802.             Storage = Common
  1803.             Value = *"NETFDMI" // -1
  1804.         End Attribute
  1805.  
  1806.         Start Attribute
  1807.             Name = "Maximum Refresh Rate"
  1808.             ID = 5
  1809.             Description = "The maximum refresh rate for this video subsystem in Hz."
  1810.             Type = Integer
  1811.             Access = Read-Only
  1812.             Storage = Common
  1813.             Value = *"NETFDMI" // -1
  1814.         End Attribute
  1815.  
  1816.         Start Attribute
  1817.             Name = "Video Memory Type"
  1818.             ID = 6
  1819.             Description = "The type of Video Memory for this adapter."
  1820.             Type = Start ENUM
  1821.                        Name = "Video_Memory"
  1822.                        Type = Integer
  1823.                        0x01 = "Other"
  1824.                        0x02 = "Unknown"
  1825.                        0x03 = "VRAM"
  1826.                        0x04 = "DRAM"
  1827.                        0x05 = "SRAM"
  1828.                    End ENUM
  1829.             Access = Read-Only
  1830.             Storage = Common
  1831.             Value = *"NETFDMI" // -1
  1832.             End Attribute
  1833.  
  1834.         Start Attribute
  1835.             Name = "Video RAM Memory Size"
  1836.             ID = 7
  1837.             Description = "Video adapter memory size in Kilo Bytes."
  1838.             Type = Integer
  1839.             Access = Read-Only
  1840.             Storage = Common
  1841.             Value = *"NETFDMI" //0
  1842.         End Attribute
  1843.  
  1844.         Start Attribute
  1845.             Name = "Scan Mode"
  1846.             ID = 8
  1847.             Description = "The scan mode for this video device."
  1848.             Type = Start ENUM
  1849.                        Name = "Scan_Mode"
  1850.                        Type = Integer
  1851.                        0x01 = "Other"
  1852.                        0x02 = "Unknown"
  1853.                        0x03 = "Interlaced"
  1854.                        0x04 = "Non Interlaced"
  1855.                    End ENUM
  1856.             Access = Read-Only
  1857.             Storage = Common
  1858.             Value = *"NETFDMI" // -1
  1859.         End Attribute
  1860.  
  1861.         Start Attribute
  1862.             Name = "Video Physical Location"
  1863.             ID = 9
  1864.             Description = "The location of the video controller circuitry."
  1865.             Type = Start ENUM
  1866.                        Name = "Video_Location"
  1867.                        Type = Integer
  1868.                        0x01 = "Other"
  1869.                        0x02 = "Unknown"
  1870.                        0x03 = "Integrated"
  1871.                        0x04 = "Add on Card"
  1872.                    End ENUM
  1873.             Access = Read-Only
  1874.             Storage = Common
  1875.             Value = *"NETFDMI" // -1
  1876.         End Attribute
  1877.  
  1878.         Start Attribute
  1879.             Name = "Current Vertical Resolution"
  1880.             ID = 10
  1881.             Description = "The current number of vertical pixels."
  1882.             Type = Integer
  1883.             Access = Read-Only
  1884.             Storage = Common
  1885.             Value = *"NETFDMI" //0
  1886.         End Attribute
  1887.  
  1888.         Start Attribute
  1889.             Name = "Current Horizontal Resolution"
  1890.             ID = 11
  1891.             Description = "The current number of horizontal pixels."
  1892.             Access = Read-Only
  1893.             Storage = Common
  1894.             Type = Integer
  1895.             Value = *"NETFDMI" //0
  1896.         End Attribute
  1897.  
  1898.         Start Attribute
  1899.             Name = "Current Number of bits per pixel"
  1900.             ID = 12
  1901.             Description = "The number of bits used to display each pixel for this video device."
  1902.             Type = Integer
  1903.             Access = Read-Only
  1904.             Storage = Common
  1905.             Value = *"NETFDMI" //0
  1906.         End Attribute
  1907.  
  1908.         Start Attribute
  1909.             Name = "Current Number of Rows"
  1910.             ID = 13
  1911.             Description = "The number of rows in character mode for this video device."
  1912.             Type = Integer
  1913.             Access = Read-Only
  1914.             Storage = Common
  1915.             Value = *"NETFDMI" //0
  1916.         End Attribute
  1917.  
  1918.         Start Attribute
  1919.             Name = "Current Number of Columns"
  1920.             ID = 14
  1921.             Description = "The number of columns in character mode for this video device."
  1922.             Type = Integer
  1923.             Access = Read-Only
  1924.             Storage = Common
  1925.             Value = *"NETFDMI" //0
  1926.             End Attribute
  1927.  
  1928.         Start Attribute
  1929.             Name = "Current Refresh rate"
  1930.             ID = 15
  1931.             Description = "The current refresh rate in Hz for this video device."
  1932.             Type = Integer
  1933.             Access = Read-Only
  1934.             Storage = Common
  1935.             Value = *"NETFDMI" // -1
  1936.         End Attribute
  1937.  
  1938.         Start Attribute
  1939.             Name = "FRU Group Index"
  1940.             ID = 16
  1941.             Description = "If this is a Field Replaceable Unit or if it"
  1942.             " is part of another RU, this provides an index into the FRU"
  1943.             " table. A value = -1 means that the group is not a FRU."
  1944.             Type = Integer
  1945.             Access = Read-Only
  1946.             Storage = Common
  1947.             Value = *"NETFDMI" // -1
  1948.         End Attribute
  1949.  
  1950.         Start Attribute
  1951.             Name = "Operational Group Index"
  1952.             ID = 17
  1953.             Description = "The index into the Operational State Table"
  1954.             " for this device"
  1955.             Type = Integer
  1956.             Access = Read-Only
  1957.             Storage = Common
  1958.             Value = unsupported
  1959.         End Attribute
  1960.     End Group
  1961.  
  1962.     Start Group
  1963.         Name = "Video BIOS"
  1964.         Class = "DMTF|Video Bios|001"
  1965.         ID = 21
  1966.         Description = "This group defines the attributes for the Video BIOS."
  1967.         Key = 1
  1968.  
  1969.         Start Attribute
  1970.             Name = "Video BIOS Index"
  1971.             ID = 1
  1972.             Description = "The index into the Video BIOS table."
  1973.             Type = Integer
  1974.             Access = Read-Only
  1975.             Storage = Common
  1976.             Value = unsupported
  1977.         End Attribute
  1978.  
  1979.         Start Attribute
  1980.             Name = "Video BIOS Manufacturer"
  1981.             ID = 2
  1982.             Description = "The name of the company that wrote this Video BIOS."
  1983.             Type = String(80)
  1984.             Access = Read-Only
  1985.             Storage = Specific
  1986.             Value = unsupported
  1987.         End Attribute
  1988.  
  1989.         Start Attribute
  1990.             Name = "Video BIOS Version"
  1991.             ID = 3
  1992.             Description = "The version number or version string of this Video BIOS."
  1993.             Type = String(64)
  1994.             Access = Read-Only
  1995.             Storage = Specific
  1996.             Value = unsupported
  1997.         End Attribute
  1998.  
  1999.         Start Attribute
  2000.             Name = "Video BIOS Release Date"
  2001.             ID = 4
  2002.             Description = "The Video BIOS release date."
  2003.             Type = Date
  2004.             Access = Read-Only
  2005.             Storage = Common
  2006.             Value = unsupported
  2007.         End Attribute
  2008.  
  2009.         Start Attribute
  2010.             Name = "Video BIOS Shadowing State"
  2011.             ID = 5
  2012.             Description = "If true, the Video BIOS is currently being shadowed "
  2013.             Type = "BOOL"
  2014.             Access = Read-Only
  2015.             Storage = Common
  2016.             Value = unsupported
  2017.         End Attribute
  2018.     End Group
  2019.  
  2020.     Start Group
  2021.         Name = "Video BIOS Characteristic"
  2022.         Class = "DMTF|Video BIOS Characteristic|001"
  2023.         ID = 22
  2024.         Description = "This group defines the characteristics for the Video BIOS."
  2025.         Key = 1,2
  2026.  
  2027.         Start Attribute
  2028.             Name = "Video BIOS Characteristics Index"
  2029.             ID = 1
  2030.             Description = "This is an index into the Video BIOS Characteristics table. "
  2031.             Type = Integer
  2032.             Access = Read-Only
  2033.             Storage = Common
  2034.             Value = unsupported
  2035.         End Attribute
  2036.  
  2037.         Start Attribute
  2038.             Name = "Video BIOS Number "
  2039.             ID = 2
  2040.             Description = "This is the Video BIOS number which correlates to the Video BIOS Index. "
  2041.             Type = Integer
  2042.             Access = Read-Only
  2043.             Storage = Common
  2044.             Value = unsupported
  2045.         End Attribute
  2046.  
  2047.         Start Attribute
  2048.             Name = "Video BIOS Characteristics"
  2049.             ID = 3
  2050.             Description = "The attributes and extensions supported by this version of "
  2051.             "the Video BIOS"
  2052.             Type = Start ENUM
  2053.                        Name = "Video_BIOS_Char"
  2054.                        Type = Integer
  2055.                        0x01 = "Other"
  2056.                        0x02 = "Unknown"
  2057.                        0x03 = "Unsupported"
  2058.                        0x04 = "Standard Video BIOS"
  2059.                        0x05 = "VESA BIOS Extensions Supported "
  2060.                        0x06 = "VESA Power Management Supported"
  2061.                        0x07 = "VESA Display Data Channel Supported"
  2062.                        0x08 = "Video BIOS_Shadowing_allowed"
  2063.                        0x09 = "Video BIOS Upgradable"
  2064.                    End ENUM
  2065.             Access = Read-Only
  2066.             Storage = Common
  2067.             Value = unsupported
  2068.         End Attribute
  2069.  
  2070.         Start Attribute
  2071.             Name = "Video BIOS Characteristics Description"
  2072.             ID = 4
  2073.             Description = "Expanded description of this VIDEO BIOS Characteristic."
  2074.             Type = String(80)
  2075.             Access = Read-Only
  2076.             Storage = Specific
  2077.             Value = unsupported
  2078.         End Attribute
  2079.     End Group
  2080.     Start Group
  2081.         Name = "Disk Drives"
  2082.         Class = "IBMNetFinity|Disks|001"
  2083.         ID = 23
  2084.         Description = "This group defines the physical attributes of disk mass storage devices in this system."
  2085.         Key = 1,2
  2086.  
  2087.         Start Attribute
  2088.             Name = "Storage Type"
  2089.             ID = 1
  2090.             Description = "The type of this mass storage device"
  2091.             Type = Start ENUM
  2092.                        Name = "Storage_Type"
  2093.                        Type = Integer
  2094.                        0x01 = "Other"
  2095.                        0x02 = "Unknown"
  2096.                        0x03 = "Hard_Disk"
  2097.                        0x04 = "Floppy_Disk"
  2098.                        0x05 = "Optical_ROM"
  2099.                        0x06 = "Optical_WORM"
  2100.                        0x07 = "Optical_RW"
  2101.                        0x08 = "Compact_Disk"
  2102.                        0x09 = "Flash_Disk"
  2103.                        0x0A = "Bernoulli"
  2104.                        0x0B = "Optical Floppy Disk"
  2105.                    End ENUM
  2106.             Access = Read-Only
  2107.             Storage = Common
  2108.             Value = *"NETFDMI"
  2109.         End Attribute
  2110.         Start Attribute
  2111.             Name = "Disk Index"
  2112.             ID = 2
  2113.             Description = "An index into the disk table."
  2114.             Type = Integer
  2115.             Access = Read-Only
  2116.             Storage = Common
  2117.             Value = *"NETFDMI"
  2118.         End Attribute
  2119.         Start Attribute
  2120.             Name = "Storage Interface Type"
  2121.             ID = 3
  2122.             Description = "The interface used by this mass storage device"
  2123.             Type = Start ENUM
  2124.                        Name = "Storage_Interface_Type"
  2125.                        Type = Integer
  2126.                        0x01 = "Other"
  2127.                        0x02 = "Unknown"
  2128.                        0x03 = "SCSI"
  2129.                        0x04 = "ESDI"
  2130.                        0x05 = "IDE"
  2131.                        0x06 = "CMD"
  2132.                        0x07 = "IPI"
  2133.                        0x08 = "ST506"
  2134.                        0x09 = "DSSI"
  2135.                        0x0A = "Parallel_Port"
  2136.                        0x0B = "HIPPI"
  2137.                        0x0C = "QIC2"
  2138.                        0x0D = "Floppy_Disk_Interface"
  2139.                        0x0E = "PCMCIA"
  2140.                        0x0F = "Enhanced ATA/IDE"
  2141.                    End ENUM
  2142.             Access = Read-Only
  2143.             Storage = Common
  2144.             Value = *"NETFDMI"
  2145.         End Attribute
  2146.         Start Attribute
  2147.             Name = "Interface Description"
  2148.             ID = 4
  2149.             Description = "A longer description of the mass storage interface."
  2150.             "For Example, SCSI2 fast wide"
  2151.             Access = Read-Only
  2152.             Type = String(64)
  2153.             Storage = Common
  2154.             Value = *"NETFDMI"
  2155.         End Attribute
  2156.         Start Attribute
  2157.             Name = "Media Loaded"
  2158.             ID = 5
  2159.             Description = "If true, the media is loaded"
  2160.             Type = "BOOL"
  2161.             Access = Read-Only
  2162.             Storage = Common
  2163.             Value = *"NETFDMI"
  2164.         End Attribute
  2165.         Start Attribute
  2166.             Name = "Removable Media"
  2167.             ID = 6
  2168.             Description = "If true, the media in this drive is removable"
  2169.             Type = "BOOL"
  2170.             Access = Read-Only
  2171.             Storage = Common
  2172.             Value = *"NETFDMI"
  2173.         End Attribute
  2174.         Start Attribute
  2175.             Name = "Device ID"
  2176.             ID = 7
  2177.             Description = "The SCSI address of this device"
  2178.             Type = Integer
  2179.             Access = Read-Only
  2180.             Storage = Common
  2181.             Value = *"NETFDMI"
  2182.         End Attribute
  2183.         Start Attribute
  2184.             Name = "Logical Unit Number"
  2185.             ID = 8
  2186.             Description = "The logical unit number of this SCSI device. "
  2187.             Type = Integer
  2188.             Access = Read-Only
  2189.             Storage = Common
  2190.             Value = *"NETFDMI"
  2191.         End Attribute
  2192.         Start Attribute
  2193.             Name = "Number of Physical Cylinders"
  2194.             ID = 9
  2195.             Description = "The number of reported Physical Cylinders on this device"
  2196.             Type = Integer
  2197.             Access = Read-Only
  2198.             Storage = Specific
  2199.             Value = *"NETFDMI"
  2200.         End Attribute
  2201.         Start Attribute
  2202.             Name = "Number of Physical Sectors per Track"
  2203.             ID = 10
  2204.             Description = "The number of reported Physical sectors per track for this device"
  2205.             Type = Integer
  2206.             Access = Read-Only
  2207.             Storage = Specific
  2208.             Value = *"NETFDMI"
  2209.         End Attribute
  2210.         Start Attribute
  2211.             Name = "Number of Physical Heads"
  2212.             ID = 11
  2213.             Description = "The number of reported Physical heads for this device"
  2214.             Type = Integer
  2215.             Access = Read-Only
  2216.             Storage = Common
  2217.             Value = *"NETFDMI"
  2218.         End Attribute
  2219.         Start Attribute
  2220.             Name = "Sector Size"
  2221.             ID = 12
  2222.             Description = "The Size in bytes of the physical disk sector as reported by the disk. "
  2223.             Type = Integer
  2224.             Access = Read-Only
  2225.             Storage = Common
  2226.             Value = *"NETFDMI"
  2227.         End Attribute
  2228.         Start Attribute
  2229.             Name = "Total Physical Size"
  2230.             ID = 13
  2231.             Description = "The total size in KiloBytes (1024 bytes) of this device. "
  2232.             Type = Integer
  2233.             Access = Read-Only
  2234.             Storage = Specific
  2235.             Value = *"NETFDMI"
  2236.         End Attribute
  2237.         Start Attribute
  2238.             Name = "Partitions"
  2239.             ID = 14
  2240.             Description = "The number of partitions on this storage unit"
  2241.             Type = Integer
  2242.             Access = Read-Only
  2243.             Storage = Common
  2244.             Value = *"NETFDMI"
  2245.         End Attribute
  2246.         Start Attribute
  2247.             Name = "FRU Group Index"
  2248.             ID = 15
  2249.             Description = "If this is a Field Replaceable Unit or if it is "
  2250.                 "part of another FRU, this provides an index into the FRU "
  2251.                 "table. A value = -1 means that the group is not a FRU."
  2252.             Type = Integer
  2253.             Access = Read-Only
  2254.             Storage = Common
  2255.             Value = *"NETFDMI"
  2256.         End Attribute
  2257.     End Group
  2258.  
  2259.     Start Group
  2260.         Name = "Disk Mapping Table"
  2261.         Class = "DMTF|Disks_Mapping_Table|001"
  2262.         ID = 24
  2263.         Description = "A table relating disks to partitions. May have an instance of a disk or partition more than once"
  2264.         Key = 1,2,3
  2265.  
  2266.         Start Attribute
  2267.             Name = "Storage Type"
  2268.             ID = 1
  2269.             Description = "An index value into the Disk Table"
  2270.             Type = Start ENUM
  2271.                        Name = "Storage_Type"
  2272.                        Type = Integer
  2273.                        0x01 = "Other"
  2274.                        0x02 = "Unknown"
  2275.                        0x03 = "Hard_Disk"
  2276.                        0x04 = "Floppy_Disk"
  2277.                        0x05 = "Optical_ROM"
  2278.                        0x06 = "Optical_WORM"
  2279.                        0x07 = "Optical_RW"
  2280.                        0x08 = "Compact_Disk"
  2281.                        0x09 = "Flash_Disk"
  2282.                        0x0A = "Bernoulli"
  2283.                        0x0B = "Optical Floppy Disk"
  2284.                    End ENUM
  2285.             Access = Read-Only
  2286.             Storage = Common
  2287.             Value = *"NETFDMI" //"Unknown"
  2288.         End Attribute
  2289.  
  2290.         Start Attribute
  2291.             Name = "Disk Index"
  2292.             ID = 2
  2293.             Description = "An index value into the Disk Table"
  2294.             Type = Integer
  2295.             Access = Read-Only
  2296.             Storage = Common
  2297.             Value = *"NETFDMI" //0
  2298.         End Attribute
  2299.  
  2300.         Start Attribute
  2301.             Name = "Partition Index"
  2302.             ID = 3
  2303.             Description = "An index value into the partition table"
  2304.             Type = Integer
  2305.             Access = Read-Only
  2306.             Storage = Common
  2307.             Value = *"NETFDMI" //0
  2308.         End Attribute
  2309.     End Group
  2310.  
  2311.     Start Group
  2312.         Name = "Partition"
  2313.         Class = "DMTF|Partition|001"
  2314.         ID = 25
  2315.         Description = "This group describes the partitions on particular disks."
  2316.         Key = 1
  2317.  
  2318.         Start Attribute
  2319.             Name = "Partition Index"
  2320.             ID = 1
  2321.             Description = "The index into the partition table."
  2322.             Type = Integer
  2323.             Access = Read-Only
  2324.             Storage = Common
  2325.             Value = *"NETFDMI" //0
  2326.         End Attribute
  2327.  
  2328.         Start Attribute
  2329.             Name = "Partition Name"
  2330.             ID = 2
  2331.             Description = "The name used by the system to identify the partition. This is normally the drive letter."
  2332.             Type = String(64)
  2333.             Access = Read-Only
  2334.             Storage = Common
  2335.             Value = *"NETFDMI" //""
  2336.         End Attribute
  2337.  
  2338.         Start Attribute
  2339.             Name = "Partition Size"
  2340.             ID = 3
  2341.             Description = "The size of this partition in Kilo Bytes."
  2342.             Type = Integer64
  2343.             Access = Read-Only
  2344.             Storage = Specific
  2345.             Value = *"NETFDMI" //0
  2346.         End Attribute
  2347.  
  2348.         Start Attribute
  2349.             Name = "Free Space"
  2350.             ID = 4
  2351.             Description = "The number of free Kilo Bytes on this partition"
  2352.             Type = Integer64
  2353.             Access = Read-Only
  2354.             Storage = Specific
  2355.             Value = *"NETFDMI" //0
  2356.         End Attribute
  2357.  
  2358.         Start Attribute
  2359.             Name = "Partition Label"
  2360.             ID = 5
  2361.             Description = "The Partition label or the unique volume label field for this physical volume. "
  2362.             "(For DOS, this is the volume label plus the 32 bit Volume ID field if available.)"
  2363.             Type = Octetstring(64)
  2364.             Access = Read-Only
  2365.             Storage = Specific
  2366.             Value = *"NETFDMI" //""
  2367.         End Attribute
  2368.  
  2369.         Start Attribute
  2370.             Name = "File System"
  2371.             ID = 6
  2372.             Description = "The file system associated with this partition."
  2373.             Type = Start ENUM
  2374.                        Name = "File_System"
  2375.                        Type = Integer
  2376.                        0x01 = "Other"
  2377.                        0x02 = "Unknown"
  2378.                        0x03 = "FAT"
  2379.                        0x04 = "HPFS"
  2380.                        0x05 = "NTFS"
  2381.                        0x06 = "OFS"
  2382.                        0x07 = "MFS"
  2383.                        0x08 = "HFS"
  2384.                        0x09 = "VXFS"
  2385.                        0x0A = "SFS"
  2386.                        0x0B = "S5"
  2387.                        0x0C = "S52K"
  2388.                        0x0D = "UFS"
  2389.                        0x0E = "FFS"
  2390.                        0x0F = "Netware286"
  2391.                        0x10 = "Netware386"
  2392.                    End ENUM
  2393.             Access = Read-Only
  2394.             Storage = Common
  2395.             Value = *"NETFDMI" //"Unknown"
  2396.         End Attribute
  2397.  
  2398.         Start Attribute
  2399.             Name = "Compressed"
  2400.             ID = 7
  2401.             Description = "If true, this partition is compressed"
  2402.             Type = "BOOL"
  2403.             Access = Read-Only
  2404.             Storage = Common
  2405.             Value = *"NETFDMI" //"False"
  2406.         End Attribute
  2407.  
  2408.         Start Attribute
  2409.             Name = "Encrypted"
  2410.             ID = 8
  2411.             Description = "If true, this partition is encrypted"
  2412.             Type = "BOOL"
  2413.             Access = Read-Only
  2414.             Storage = Common
  2415.             Value = unsupported
  2416.         End Attribute
  2417.  
  2418.         Start Attribute
  2419.             Name = "Number Of Disks Occupied"
  2420.             ID = 9
  2421.             Description = "The number of disks this partition occupies"
  2422.             Type = Integer
  2423.             Access = Read-Only
  2424.             Storage = Common
  2425.             Value = *"NETFDMI" //0
  2426.         End Attribute
  2427.     End Group
  2428.  
  2429.     Start Group
  2430.         Name = "Disk Controller"
  2431.         Class = "DMTF|Disk Controller|001"
  2432.         ID = 26
  2433.         Description = "This group defines the disk controller in this system."
  2434.         Key = 1
  2435.  
  2436.         Start Attribute
  2437.             Name = "Disk Controller Index"
  2438.             ID = 1
  2439.             Description = "Index value used by the system to identify the disk controller"
  2440.             Type = Integer
  2441.             Access = Read-Only
  2442.             Storage = Common
  2443.             Value = unsupported
  2444.         End Attribute
  2445.  
  2446.         Start Attribute
  2447.             Name = "FRU Group Index"
  2448.             ID = 2
  2449.             Description = "If this is a Field Replaceable Unit or if it is part "
  2450.             "of another FRU, this provides an index into the FRU table. "
  2451.             "A value = -1 means that the group is not a FRU"
  2452.             Type = Integer
  2453.             Access = Read-Only
  2454.             Storage = Common
  2455.             Value = unsupported
  2456.         End Attribute
  2457.  
  2458.         Start Attribute
  2459.             Name = "Operational Group Index"
  2460.             ID = 3
  2461.             Description = "The index into the Operational State Table for this device"
  2462.             Type = Integer
  2463.             Access = Read-Only
  2464.             Storage = Common
  2465.             Value = unsupported
  2466.         End Attribute
  2467.     End Group
  2468.  
  2469.     Start Group
  2470.         Name = "Logical Drives"
  2471.         Class = "DMTF|Logical Drives|001"
  2472.         ID = 27
  2473.         Key = 1
  2474.  
  2475.         Start Attribute
  2476.             Name = "Logical Drive Index"
  2477.             ID = 1
  2478.             Description = "An index into the Logical Drives Table"
  2479.             Type = Integer
  2480.             Access = Read-Only
  2481.             Storage = Common
  2482.             Value = *"NETFDMI" //0
  2483.         End Attribute
  2484.  
  2485.         Start Attribute
  2486.             Name = "Logical Drive Name"
  2487.             ID = 2
  2488.             Description = "Name used by the system to identify this logical drive"
  2489.             "For DOS, this could be the logical drive letter (A,B,C...)"
  2490.             Type = string(64)
  2491.             Access = Read-Only
  2492.             Storage = Common
  2493.             Value = *"NETFDMI" //""
  2494.         End Attribute
  2495.  
  2496.         Start Attribute
  2497.             Name = "Logical Drive Type"
  2498.             ID = 3
  2499.             Description = "This defines the Logical Drive type"
  2500.             Type = Start ENUM
  2501.                        Name = "Drive_Type"
  2502.                        Type = Integer
  2503.                        0x01 = "Other"
  2504.                        0x02 = "Unknown"
  2505.                        0x03 = "Fixed Drive"
  2506.                        0x04 = "Removable Drive"
  2507.                        0x05 = "Remote Drive"
  2508.                        0x06 = "CDROM"
  2509.                        0x07 = "Floppy Drive"
  2510.                        0x08 = "RAM Drive"
  2511.                        0x09 = "Drive Array"
  2512.                    End ENUM
  2513.             Access = Read-Only
  2514.             Storage = Common
  2515.             Value = *"NETFDMI" //"Unknown"
  2516.         End Attribute
  2517.  
  2518.         Start Attribute
  2519.             Name = "Logical Drive Size"
  2520.             ID = 4
  2521.             Description = "The size of this Logical Drive in Kilo Bytes"
  2522.             Type = Integer
  2523.             Access = Read-Only
  2524.             Storage = Common
  2525.             Value = *"NETFDMI" //0
  2526.         End Attribute
  2527.  
  2528.         Start Attribute
  2529.             Name = "Free Logical Drive Size"
  2530.             ID = 5
  2531.             Description = "The remaining space on this Logical Drive in Kilo Bytes"
  2532.             Type = Integer
  2533.             Access = Read-Only
  2534.             Storage = Common
  2535.             Value = *"NETFDMI" //0
  2536.         End Attribute
  2537.  
  2538.         Start Attribute
  2539.             Name = "Logical Drive Path"
  2540.             ID = 6
  2541.             Description = "The path used to access this Logical Drive (for remote drives)"
  2542.             Type = String(64)
  2543.             Access = Read-Only
  2544.             Storage = Common
  2545.             Value = *"NETFDMI" //""
  2546.         End Attribute
  2547.     End Group
  2548.  
  2549.     Start Group
  2550.         Name = "Mouse"
  2551.         CLASS = "DMTF|Mouse|001"
  2552.         ID = 28
  2553.  
  2554.         Start Attribute
  2555.             Name = "Mouse Interface "
  2556.             ID = 1
  2557.             Description = "The interface type of this mouse."
  2558.             Type = Start ENUM
  2559.                        Name = "Mouse_Interface"
  2560.                        Type = Integer
  2561.                        0x01 = "Other"
  2562.                        0x02 = "Unknown"
  2563.                        0x03 = "Serial"
  2564.                        0x04 = "PS/2"
  2565.                        0x05 = "Infrared"
  2566.                        0x06 = "HP-HIL"
  2567.                        0x07 = "Bus mouse"
  2568.                        0x08 = "ADB"
  2569.                    END ENUM
  2570.             Access = Read-Only
  2571.             Storage = Common
  2572.             Value = *"NETFDMI" //"Unknown"
  2573.         End Attribute
  2574.  
  2575.         Start Attribute
  2576.             Name = "Mouse IRQ "
  2577.             ID = 2
  2578.             Description = "The IRQ number used by this mouse."
  2579.             Type = Integer
  2580.             Access = Read-Only
  2581.             Storage = Common
  2582.             Value = unsupported
  2583.         End Attribute
  2584.  
  2585.         Start Attribute
  2586.             Name = "Mouse Buttons "
  2587.             ID = 3
  2588.             Description = "The number of mouse buttons on this mouse."
  2589.             Type = Integer
  2590.             Access = Read-Only
  2591.             Storage = Common
  2592.             Value = *"NETFDMI" //0
  2593.         End Attribute
  2594.  
  2595.         Start Attribute
  2596.             Name = "Mouse Port Name"
  2597.             ID = 4
  2598.             Description = "The name of the port currently being used by this mouse."
  2599.             Type = String(64)
  2600.             Access = Read-Only
  2601.             Storage = Common
  2602.             Value = unsupported
  2603.         End Attribute
  2604.  
  2605.         Start Attribute
  2606.             Name = "Mouse Driver Name"
  2607.             ID = 5
  2608.             Description = "The name of the mouse driver."
  2609.             Type = String(64)
  2610.             Access = Read-Only
  2611.             Storage = Common
  2612.             Value = unsupported
  2613.         End Attribute
  2614.  
  2615.         Start Attribute
  2616.             Name = "Mouse Driver Version"
  2617.             ID = 6
  2618.             Description = "The version number of the mouse driver."
  2619.             Type = String(64)
  2620.             Access = Read-Only
  2621.             Storage = Common
  2622.             Value = unsupported
  2623.         End Attribute
  2624.  
  2625.  
  2626.         Start Attribute
  2627.             Name = "FRU Group Index"
  2628.             ID = 7
  2629.             Description = "If this is a Field Replaceable Unit or if it is part of another "
  2630.             "FRU, this attribute provides an index into the FRU table. A value = -1 "
  2631.             "means that the group is not a FRU"
  2632.             Type = Integer
  2633.             Access = Read-Only
  2634.             Storage = Common
  2635.             Value = unsupported
  2636.         End Attribute
  2637.  
  2638.         Start Attribute
  2639.             Name = "Operational Group Index"
  2640.             ID = 8
  2641.             Description = "The index into the Operational State Table for this device"
  2642.             Type = Integer
  2643.             Access = Read-Only
  2644.             Storage = Common
  2645.             Value = unsupported
  2646.         End Attribute
  2647.     End Group
  2648.  
  2649.     Start Group
  2650.         Name = "Keyboard"
  2651.         CLASS = "DMTF|Keyboard|001"
  2652.         ID = 29
  2653.         Description = "This group defines the characteristics of the PC keyboard"
  2654.  
  2655.         Start Attribute
  2656.             Name = "Keyboard Layout"
  2657.             ID = 1
  2658.             Description = "A description of the layout description  of this keyboard."
  2659.             Type = String(80)
  2660.             Access = Read-Only
  2661.             Storage = Common
  2662.             Value = *"NETFDMI" //""
  2663.         End Attribute
  2664.  
  2665.         Start Attribute
  2666.             Name = "Keyboard Type"
  2667.             ID = 2
  2668.             Description = "The type description of this keyboard."
  2669.             Type = String(80)
  2670.             Access = Read-Only
  2671.             Storage = Common
  2672.             Value = *"NETFDMI" //""
  2673.         End Attribute
  2674.  
  2675.         Start Attribute
  2676.             Name = "Keyboard Connector Type"
  2677.             ID = 3
  2678.             Description = "The type description of the keyboard connector used by this keyboard."
  2679.             Type = Start ENUM
  2680.                        Name = "Keyboard_Connector"
  2681.                        Type = Integer
  2682.                        0x01 = "Other"
  2683.                        0x02 = "Unknown"
  2684.                        0x03 = "Mini-Din"
  2685.                        0x04 = "Micro-Din"
  2686.                        0x05 = "PS/2"
  2687.                        0x06 = "Infrared"
  2688.                        0x07 = "HP-HIL"
  2689.                        0x08 = "DB-9"
  2690.                        0x09 = "Access.Bus"
  2691.                    END ENUM
  2692.             Access = Read-Only
  2693.             Storage = Common
  2694.             Value = unsupported
  2695.         End Attribute
  2696.  
  2697.         Start Attribute
  2698.             Name = "FRU Group Index"
  2699.             ID = 4
  2700.             Description = "If this is a Field Replaceable Unit or if it is part of another "
  2701.             "FRU, this provides an FRU index into the FRU table. A value = -1 "
  2702.             "means that the group is not a FRU"
  2703.             Type = Integer
  2704.             Access = Read-Only
  2705.             Storage = Common
  2706.             Value = unsupported
  2707.         End Attribute
  2708.  
  2709.         Start Attribute
  2710.             Name = "Operational Group Index"
  2711.             ID = 5
  2712.             Description = "The index into the Operational State Table for this device"
  2713.             Type = Integer
  2714.             Access = Read-Only
  2715.             Storage = Common
  2716.             Value = unsupported
  2717.         End Attribute
  2718.     End Group
  2719.  
  2720.     Start Group
  2721.         Name = "Field Replacable Unit"
  2722.         Class = "IBMNetFinity|FRU|001"
  2723.         ID = 30
  2724.         Description="An FRU, or Field Replaceable Unit, is defined as a hardware component"
  2725.         " which is designed to be separately removable for replacement or repair."
  2726.         " For the purposes of this definition, a motherboard and a fixed hard disk are FRU's,"
  2727.         " whereas a fixed hard disk platter or a chip fixed in place on the motherboard"
  2728.         " are not FRU's since they are not designed to be separately removable. Each"
  2729.         " instance within the FRU table should contain the device group and instance data"
  2730.         " for the associated hardware component"
  2731.         KEY = 1
  2732.  
  2733.         Start Attribute
  2734.             Name = "FRU index"
  2735.             ID = 1
  2736.             Description = "The index into the FRU table"
  2737.             Type = Integer
  2738.             Access = Read-Only
  2739.             Storage = Common
  2740.             Value = *"NETFDMI" //0
  2741.         End Attribute
  2742.  
  2743.         Start Attribute
  2744.             Name = "Device Group index"
  2745.             ID = 2
  2746.             Description = "The group ID of the group referencing this FRU instance"
  2747.             Type = Integer
  2748.             Access = Read-Only
  2749.             Storage = Common
  2750.             Value = *"NETFDMI" //0
  2751.         End Attribute
  2752.  
  2753.         Start Attribute
  2754.             Name = "Description"
  2755.             ID = 3
  2756.             Description = "A clear description of this FRU"
  2757.             Type = String(255)
  2758.             Access = Read-Write
  2759.             Storage = Common
  2760.             Value = *"NETFDMI" //""
  2761.         End Attribute
  2762.  
  2763.         Start Attribute
  2764.             Name = "Manufacturer"
  2765.             ID = 4
  2766.             Description = "The name of the company manufacturing or providing this FRU"
  2767.             Access = Read-Write
  2768.             Type = String(80)
  2769.             Storage = Common
  2770.             Value = *"NETFDMI" //""
  2771.         End Attribute
  2772.  
  2773.         Start Attribute
  2774.             Name = "Model"
  2775.             ID = 5
  2776.             Description = "The manufacturer's model number for this FRU"
  2777.             Type = String(64)
  2778.             Access = Read-Write
  2779.             Storage = Common
  2780.             Value = *"NETFDMI" //""
  2781.         End Attribute
  2782.  
  2783.         Start Attribute
  2784.             Name = "Part Number"
  2785.             ID = 6
  2786.             Description = "A part number by which a replacement part can be ordered for this FRU"
  2787.             Type = String(64)
  2788.             Access = Read-Write
  2789.             Storage = Common
  2790.             Value = *"NETFDMI" //""
  2791.         End Attribute
  2792.  
  2793.         Start Attribute
  2794.             Name = "FRU Serial Number"
  2795.             ID = 7
  2796.             Description = "The manufacturer's serial number for this FRU"
  2797.             Type = String(64)
  2798.             Access = Read-Write
  2799.             Storage = Common
  2800.             Value = *"NETFDMI" //""
  2801.         End Attribute
  2802.  
  2803.         Start Attribute
  2804.             Name = "Revision Level"
  2805.             ID = 8
  2806.             Description = "The revision level of this FRU"
  2807.             Type = String(64)
  2808.             Access = Read-Write
  2809.             Storage = Common
  2810.             Value = *"NETFDMI" //""
  2811.         End Attribute
  2812.     End Group
  2813.  
  2814.     Start Group
  2815.         Name = "Operational State"
  2816.         CLASS = "DMTF|Operational State|001"
  2817.         ID = 31
  2818.         Description="This group provides the operational state, usage, and availability status,"
  2819.         " and administrative state indicators for specific Device Group instances."
  2820.         KEY = 1
  2821.  
  2822.         Start Attribute
  2823.             Name = "Operational State Instance Index"
  2824.             ID = 1
  2825.             Description = "The Index into the Operational State table"
  2826.             Type = Integer
  2827.             Access = Read-Only
  2828.             Storage = Common
  2829.             Value = unsupported
  2830.         End Attribute
  2831.  
  2832.         Start Attribute
  2833.             Name = "Device Group index"
  2834.             ID = 2
  2835.             Description = "The group ID of the group referencing this instance"
  2836.             Type = Integer
  2837.             Access = Read-Only
  2838.             Storage = Common
  2839.             Value = unsupported
  2840.         End Attribute
  2841.  
  2842.         Start Attribute
  2843.             Name = "Operational Status"
  2844.             ID = 3
  2845.             Description = "The operational status of the Device group instance"
  2846.             Type = Start ENUM
  2847.                        Name = "Operational_Status"
  2848.                        Type = Integer
  2849.                        0x1 = "Other"
  2850.                        0x2 = "Unknown"
  2851.                        0x3 = "Enabled"
  2852.                        0x4 = "Disabled"
  2853.                        0x5 = "Not Applicable"
  2854.                    End ENUM
  2855.             Access = Read-Only
  2856.             Storage = Common
  2857.             Value = unsupported
  2858.         End Attribute
  2859.  
  2860.         Start Attribute
  2861.             Name = "Usage State"
  2862.             ID = 4
  2863.             Description = "The usage state of the Device Group instance"
  2864.             Type = Start ENUM
  2865.                        Name = "Usage_State"
  2866.                        Type = Integer
  2867.                        0x01 = "Other"
  2868.                        0x02 = "Unknown"
  2869.                        0x03 = "Idle "
  2870.                        0x04 = "Active "
  2871.                        0x05 = "Busy "
  2872.                        0x06 = "Not Applicable "
  2873.                    End ENUM
  2874.             Access = Read-Only
  2875.             Storage = Common
  2876.             Value = unsupported
  2877.         End Attribute
  2878.  
  2879.         Start Attribute
  2880.             Name = "Availability Status"
  2881.             ID = 5
  2882.             Description = "The availability status of the Device Group instance"
  2883.             Type = Start ENUM
  2884.                        Name = "Availability_Status"
  2885.                        Type = Integer
  2886.                        0x01 = "Other"
  2887.                        0x02 = "Unknown"
  2888.                        0x03 = "Running"
  2889.                        0x04 = "Warning"
  2890.                        0x05 = "In Test"
  2891.                        0x06 = "Not Applicable"
  2892.                        0x07 = "Power Off"
  2893.                        0x08 = "Off Line"
  2894.                        0x09 = "Off Duty"
  2895.                        0x0A = "Degraded"
  2896.                        0x0B = "Not Installed"
  2897.                        0x0C = "Install Error"
  2898.                        0x0D = "Power Save"
  2899.                    End ENUM
  2900.             Access = Read-Only
  2901.             Storage = Common
  2902.             Value = unsupported
  2903.         End Attribute
  2904.  
  2905.  
  2906.  
  2907.         Start Attribute
  2908.             Name = "Administrative State"
  2909.             ID = 6
  2910.             Description = "The administrative state of the Device Group instance"
  2911.             Type = Start ENUM
  2912.                        Name = "Administrative_State"
  2913.                        Type = Integer
  2914.                        0x01 = "Other"
  2915.                        0x02 = "Unknown"
  2916.                        0x03 = "Locked"
  2917.                        0x04 = "Unlocked"
  2918.                        0x05 = "Not Applicable"
  2919.                        0x06 = "Shutting Down"
  2920.                    End ENUM
  2921.             Access = Read-Only
  2922.             Storage = Common
  2923.             Value = unsupported
  2924.         End Attribute
  2925.  
  2926.         Start Attribute
  2927.             Name = "Fatal Error Count"
  2928.             ID = 7
  2929.             Description = "The accumulated fatal error count for this Device Group Instance"
  2930.             Type = Counter
  2931.             Access = Read-Only
  2932.             Storage = Specific
  2933.             Value = unsupported
  2934.         End Attribute
  2935.  
  2936.         Start Attribute
  2937.             Name = "Major Error Count"
  2938.             ID = 8
  2939.             Description = "The accumulated major error count for this Device Group Instance"
  2940.             Type = Counter
  2941.             Access = Read-Only
  2942.             Value = unsupported
  2943.         End Attribute
  2944.  
  2945.         Start Attribute
  2946.             Name = "Warning Error Count"
  2947.             ID = 9
  2948.             Description = "The accumulated warning error count for this Device Group Instance"
  2949.             Type = Counter
  2950.             Access = Read-Only
  2951.             Storage = Specific
  2952.             Value = unsupported
  2953.         End Attribute
  2954.     End Group
  2955.  
  2956.     Start Group
  2957.         Name = "System Resources Description"
  2958.         CLASS = "DMTF|System Resources Description|001"
  2959.         ID = 32
  2960.         Description = "The System Resources Description group "
  2961.         "describes the number of entries in the System Resources Group. "
  2962.         KEY = 1
  2963.  
  2964.         Start Attribute
  2965.             Name = "Device Count"
  2966.             ID = 1
  2967.             Description = "A counter of the number of different hardware devices represented in this table."
  2968.             Type = Integer
  2969.             Access = Read-Only
  2970.             Storage = Common
  2971.             Value = unsupported
  2972.         End Attribute
  2973.  
  2974.         Start Attribute
  2975.             Name = "System Resource Count"
  2976.             ID = 2
  2977.             Description = "A count of the total number of system resources on this syteminstances in this table."
  2978.             Access = Read-Only
  2979.             Type = Integer
  2980.             Storage = Common
  2981.             Value = unsupported
  2982.         End Attribute
  2983.     End Group
  2984.  
  2985.     Start Group
  2986.         Name = "System Resources"
  2987.         CLASS = "DMTF|System Resources|001"
  2988.         ID = 33
  2989.         Description = "The System Resources group contains hardware descriptions which are commonly used in PC "
  2990.         "style computers such as IRQs, IO ports and memory address ranges."
  2991.         KEY = 1, 2
  2992.  
  2993.         Start Attribute
  2994.             Name = "Resource Instance"
  2995.             ID = 1
  2996.             Description = "Instance identifier for a group in this table."
  2997.             Type = Integer
  2998.             Access = Read-Only
  2999.             Storage = Common
  3000.             Value = unsupported
  3001.         End Attribute
  3002.  
  3003.         Start Attribute
  3004.             Name = "Resource Parent Group Index"
  3005.             ID = 2
  3006.             Description = "The group ID of the group referencing this instance in the table"
  3007.             Type = Integer
  3008.             Access = Read-Only
  3009.             Storage = Common
  3010.             Value = unsupported
  3011.         End Attribute
  3012.  
  3013.  
  3014.         Start Attribute
  3015.             Name = "Resource Type"
  3016.             ID = 3
  3017.             Description = "The type of system resource represented by this entry."
  3018.             Type = Start ENUM
  3019.                        Name = "ResType"
  3020.                        Type = Integer
  3021.                        0x1 = "Other"
  3022.                        0x2 = "Unknown"
  3023.                        0x3 = "Memory Range"
  3024.                        0x4 = "I/O Port"
  3025.                        0x5 = "IRQ"
  3026.                        0x6 = "DMA"
  3027.                    End ENUM
  3028.             Access = Read-Only
  3029.             Storage = Common
  3030.             Value = unsupported
  3031.         End Attribute
  3032.  
  3033.         Start Attribute
  3034.             Name = "Resource Base"
  3035.             ID = 4
  3036.             Description = "The starting address of the system resource in the appropriate"
  3037.             "address space."
  3038.             Type = Integer
  3039.             Access = Read-Only
  3040.             Storage = Common
  3041.             Value = unsupported
  3042.         End Attribute
  3043.  
  3044.         Start Attribute
  3045.             Name = "Resource Size"
  3046.             ID = 5
  3047.             Description = "The size of the system resource."
  3048.             Type = Integer
  3049.             Access = Read-Only
  3050.             Storage = Common
  3051.             Value = unsupported
  3052.         End Attribute
  3053.  
  3054.         Start Attribute
  3055.             Name = "Resource Flags"
  3056.             ID = 6
  3057.             Description = "This attribute contains fields representing "
  3058.             "the status of this resource entry. "
  3059.             "The meaning of this field varies according to the the Resource "
  3060.             "Type field in this group."
  3061.             Type = Integer
  3062.             Access = Read-Only
  3063.             Storage = Common
  3064.             Value = unsupported
  3065.         End Attribute
  3066.         Start Attribute
  3067.           Name = "Resource Group ID"
  3068.           ID = 7
  3069.           Description = "This attribute is a 'back pointer' to a group within the"
  3070.           "system MIF, ifapplicable. If the back pointer is not known, either"
  3071.           "because the device is not represented by a group, or the actual device"
  3072.           "type is not known, then the value of thisattribute will be 0."
  3073.           Access = Read-Only
  3074.           Storage = Common
  3075.           Type = Integer
  3076.           Value = unsupported
  3077.           End Attribute
  3078.     End Group
  3079.  
  3080.     Start Group
  3081.       Name = "Netfinity DMI Install"
  3082.       Class = "IBM|NetFinity DMI Install|001"
  3083.       ID = 34
  3084.       Description = "This group uniquely identifies Netfinity's instrumentation "
  3085.       "of this PC Systems MIF."
  3086.  
  3087.         Start Attribute
  3088.             Name = "Product Name"
  3089.             ID = 1
  3090.             Description = "Name of this product"
  3091.             Type = String(32)
  3092.             Access = Read-Only
  3093.             Storage = Common
  3094.             Value = "Netfinity"
  3095.         End Attribute
  3096.     End Group
  3097.  
  3098.     Start Group
  3099.         Name = "MicroChannel Adapter Information"
  3100.         Class = "IBMNetFinity|MicroChannel Adapter|001"
  3101.         ID = 35
  3102.         Key = 1
  3103.  
  3104.         Description = "This group provides detailed information about the Microchannel devices detected in your system"
  3105.  
  3106.         Start Attribute
  3107.             Name = "Adapter Index"
  3108.             ID = 1
  3109.             Description = "Index into the MCA adapter table "
  3110.             Type = Integer
  3111.             Access = Read-Only
  3112.             Storage = Common
  3113.             Value = *"NETFDMI" //-1
  3114.         End Attribute
  3115.  
  3116.         Start Attribute
  3117.             Name = "Slot Number"
  3118.             ID = 2
  3119.             Description = "The slot in which the adapter was detected."
  3120.             Type = Integer
  3121.             Access = Read-Only
  3122.             Storage = Common
  3123.             Value = *"NETFDMI" //-1
  3124.         End Attribute
  3125.  
  3126.         Start Attribute
  3127.             Name = "Adapter ID"
  3128.             ID = 3
  3129.             Description = "The unique number that identifies the adapter."
  3130.             Type = String(4)
  3131.             Access = Read-Only
  3132.             Storage = Common
  3133.             Value = *"NETFDMI" //""
  3134.         End Attribute
  3135.  
  3136.         Start Attribute
  3137.             Name = "POS Data"
  3138.             ID = 4
  3139.             Description = "This is Programmable Option Select data used to "
  3140.             "automatically configure the system."
  3141.             Type = String(20)
  3142.             Access = Read-Only
  3143.             Storage = Common
  3144.             Value = *"NETFDMI" //""
  3145.         End Attribute
  3146.  
  3147.         Start Attribute
  3148.             Name = "Adapter Name"
  3149.             ID = 5
  3150.             Description = "The name of this adapter."
  3151.             Type = String(100)
  3152.             Access = Read-Only
  3153.             Storage = Common
  3154.             Value = *"NETFDMI" //""
  3155.         End Attribute
  3156.  
  3157.     End Group
  3158.  
  3159.     Start Group
  3160.         Name = "PCI Device Information"
  3161.         Class = "IBMNetFinity|PCI Device|001"
  3162.         ID = 36
  3163.         Key = 1
  3164.  
  3165.         Description = "This group provides detailed information about the PCI devices detected in your system"
  3166.  
  3167.         Start Attribute
  3168.             Name = "Device Index"
  3169.             ID = 1
  3170.             Description = "Index into the PCI device table "
  3171.             Type = Integer
  3172.             Access = Read-Only
  3173.             Storage = Common
  3174.             Value = *"NETFDMI" //-1
  3175.         End Attribute
  3176.  
  3177.         Start Attribute
  3178.             Name = "Class Code"
  3179.             ID = 2
  3180.             Description = "Number that identifies the base class, sub-class, and programming interface"
  3181.             Type = String(20)
  3182.             Access = Read-Only
  3183.             Storage = Common
  3184.             Value = *"NETFDMI" //""
  3185.         End Attribute
  3186.  
  3187.         Start Attribute
  3188.             Name = "PCI device name"
  3189.             ID = 3
  3190.             Description = "Description of device that includes manufacturer and device function"
  3191.             Type = String(60)
  3192.             Access = Read-Only
  3193.             Storage = Common
  3194.             Value = *"NETFDMI" //""
  3195.         End Attribute
  3196.  
  3197.         Start Attribute
  3198.             Name = "Vendor ID"
  3199.             ID = 4
  3200.             Description = "Number that uniquely identifies the manufacturer"
  3201.             Type = String(4)
  3202.             Access = Read-Only
  3203.             Storage = Common
  3204.             Value = *"NETFDMI" //""
  3205.         End Attribute
  3206.  
  3207.         Start Attribute
  3208.             Name = "Device ID"
  3209.             ID = 5
  3210.             Description = "Number assigned by the manufacturer that uniquely identifes the device"
  3211.             Type = String(4)
  3212.             Access = Read-Only
  3213.             Storage = Common
  3214.             Value = *"NETFDMI" //""
  3215.         End Attribute
  3216.  
  3217.         Start Attribute
  3218.             Name = "Bus Number"
  3219.             ID = 6
  3220.             Description = "PCI bus that this device is on"
  3221.             Type = Integer
  3222.             Access = Read-Only
  3223.             Storage = Common
  3224.             Value = *"NETFDMI" //0
  3225.         End Attribute
  3226.  
  3227.         Start Attribute
  3228.             Name = "Device Number"
  3229.             ID = 7
  3230.             Description = "Number in the range 0..31 that uniquely selects a device on a PCI bus"
  3231.             Type = String(4)
  3232.             Access = Read-Only
  3233.             Storage = Common
  3234.             Value = *"NETFDMI" //""
  3235.         End Attribute
  3236.  
  3237.         Start Attribute
  3238.             Name = "Revision ID"
  3239.             ID = 8
  3240.             Description = ""
  3241.             Type = String(4)
  3242.             Access = Read-Only
  3243.             Storage = Common
  3244.             Value = *"NETFDMI" //-1
  3245.         End Attribute
  3246.     End Group
  3247.  
  3248.     Start Group
  3249.         Name = "EISA Device Information"
  3250.         Class = "IBMNetFinity|EISA Device|001"
  3251.         ID = 37
  3252.         Key = 1
  3253.  
  3254.         Description = "This group provides detailed information about the EISA devices detected in your system"
  3255.  
  3256.         Start Attribute
  3257.             Name = "Device Index"
  3258.             ID = 1
  3259.             Description = "Index into the EISA device table "
  3260.             Type = Integer
  3261.             Access = Read-Only
  3262.             Storage = Common
  3263.             Value = *"NETFDMI" //-1
  3264.         End Attribute
  3265.  
  3266.         Start Attribute
  3267.             Name = "Product ID"
  3268.             ID = 2
  3269.             Description = "Number that uniquely identifies the device"
  3270.             Type = String(7)
  3271.             Access = Read-Only
  3272.             Storage = Common
  3273.             Value = *"NETFDMI" //""
  3274.         End Attribute
  3275.  
  3276.         Start Attribute
  3277.             Name = "EISA device name"
  3278.             ID = 3
  3279.             Description = "Description of device"
  3280.             Type = String(60)
  3281.             Access = Read-Only
  3282.             Storage = Common
  3283.             Value = *"NETFDMI" //""
  3284.         End Attribute
  3285.  
  3286.         Start Attribute
  3287.             Name = "Manufacturer"
  3288.             ID = 4
  3289.             Description = "Name of manufacturer of the system board or adapter"
  3290.             Type = String(60)
  3291.             Access = Read-Only
  3292.             Storage = Common
  3293.             Value = *"NETFDMI" //""
  3294.         End Attribute
  3295.  
  3296.         Start Attribute
  3297.             Name = "Slot Location"
  3298.             ID = 5
  3299.             Description = "The physical or logical slot number in the system of the device.  The"
  3300.             "system board is always slot 0.  Slots 1-15 are physical slots.  Slots 16-64 are for virtual devices."
  3301.             Type = Integer
  3302.             Access = Read-Only
  3303.             Storage = Common
  3304.             Value = *"NETFDMI" //""
  3305.         End Attribute
  3306.  
  3307.         Start Attribute
  3308.             Name = "Slot Type"
  3309.             ID = 6
  3310.             Description = "An expansion slot is a physical slot.  An embedded device is an EISA I/O device"
  3311.             " integrated onto the system board.  A virtual device is generally a software driver that may need"
  3312.             "system resources."
  3313.             Type = Start Enum
  3314.                 Name = "Type of Slot"
  3315.                 Type = Integer
  3316.                 0x00 = "Expansion Slot"
  3317.                 0x01 = "Embedded Device"
  3318.                 0x02 = "Virtual"
  3319.             End Enum
  3320.             Access = Read-Only
  3321.             Storage = Common
  3322.             Value = *"NETFDMI" //0
  3323.         End Attribute
  3324.  
  3325.         Start Attribute
  3326.             Name = "Number of Device Functions"
  3327.             ID = 7
  3328.             Description = "Number of device functions associated with the device (i.e. memory function,"
  3329.             " serial function, parallel function, etc)."
  3330.             Type = Integer
  3331.             Access = Read-Only
  3332.             Storage = Common
  3333.             Value = *"NETFDMI" //""
  3334.         End Attribute
  3335.  
  3336.         Start Attribute
  3337.             Name = "ID Type"
  3338.             ID = 8
  3339.             Description = "An EISA system may have EISA and ISA adapters.  ISA adapters will not"
  3340.             "have readable IDs"
  3341.             Type = Start Enum
  3342.                 Name = "Type of ID"
  3343.                 Type = Integer
  3344.                 0x00 = "Readable"
  3345.                 0x01 = "Not Readable"
  3346.             End Enum
  3347.             Access = Read-Only
  3348.             Storage = Common
  3349.             Value = *"NETFDMI" //0
  3350.         End Attribute
  3351.     End Group
  3352.  
  3353.     Start Group
  3354.         Name = "RAID Adapter Information"
  3355.         Class = "IBMNetFinity|RAID Adapter|001"
  3356.         ID = 38
  3357.         Key = 1
  3358.  
  3359.         Description = "This group provides detailed information about the RAID adapters in your system"
  3360.  
  3361.         Start Attribute
  3362.             Name = "RAID Adapter Index"
  3363.             ID = 1
  3364.             Description = "Index into the RAID Adapter table "
  3365.             Type = Integer
  3366.             Access = Read-Only
  3367.             Storage = Common
  3368.             Value = *"NETFDMI" //-1
  3369.         End Attribute
  3370.  
  3371.         Start Attribute
  3372.             Name = "Number of Logical Volumes"
  3373.             ID = 2
  3374.             Description = "Number of Logical Volumes for this adapter"
  3375.             Type = Integer
  3376.             Access = Read-Only
  3377.             Storage = Common
  3378.             Value = *"NETFDMI" //""
  3379.         End Attribute
  3380.  
  3381.         Start Attribute
  3382.             Name = "Number of Physical Devices"
  3383.             ID = 3
  3384.             Description = "Number of Physical Devices for this adapter"
  3385.             Type = Integer
  3386.             Access = Read-Only
  3387.             Storage = Common
  3388.             Value = *"NETFDMI" //""
  3389.         End Attribute
  3390.  
  3391.         Start Attribute
  3392.             Name = "Number of Physical Drives Offline"
  3393.             ID = 4
  3394.             Description = "Name of Physical Drives Offline for this adapter"
  3395.             Type = Integer
  3396.             Access = Read-Only
  3397.             Storage = Common
  3398.             Value = *"NETFDMI" //""
  3399.         End Attribute
  3400.  
  3401.         Start Attribute
  3402.             Name = "Number of Critical Virtual Drives"
  3403.             ID = 5
  3404.             Description = "Number of Critical Virtual Drives for this adapter"
  3405.             Type = Integer
  3406.             Access = Read-Only
  3407.             Storage = Common
  3408.             Value = *"NETFDMI" //""
  3409.         End Attribute
  3410.  
  3411.         Start Attribute
  3412.             Name = "Number of Defunct Physical Drives"
  3413.             ID = 6
  3414.             Description = "Number of Defunct Physical Drives for this adapter"
  3415.             Type = Integer
  3416.             Access = Read-Only
  3417.             Storage = Common
  3418.             Value = *"NETFDMI" //0
  3419.         End Attribute
  3420.     End Group
  3421.  
  3422.     Start Group
  3423.         Name = "RAID Virtual Drives Information"
  3424.         Class = "IBMNetFinity|RAID Virtual Drives|001"
  3425.         ID = 39
  3426.         Key = 1,2
  3427.  
  3428.         Description = "This group provides detailed information about the RAID Virtual drives"
  3429.                        "in your system"
  3430.  
  3431.         Start Attribute
  3432.             Name = "RAID Virtual Drive Index"
  3433.             ID = 1
  3434.             Description = "Index into the RAID Virtual Drives table "
  3435.             Type = Integer
  3436.             Access = Read-Only
  3437.             Storage = Common
  3438.             Value = *"NETFDMI" //-1
  3439.         End Attribute
  3440.  
  3441.         Start Attribute
  3442.             Name = "RAID Adapter Index"
  3443.             ID = 2
  3444.             Description = "Index into RAID Adapter Table"
  3445.             Type = Integer
  3446.             Access = Read-Only
  3447.             Storage = Common
  3448.             Value = *"NETFDMI" //""
  3449.         End Attribute
  3450.  
  3451.         Start Attribute
  3452.             Name = "Virtual Drive State"
  3453.             ID = 3
  3454.             Description = "State of Virtual Drive"
  3455.             Type = Start Enum
  3456.                 Name = "Virtual Drive States"
  3457.                 Type = Integer
  3458.                 0x00 = "Online"
  3459.                 0x01 = "Offline"
  3460.                 0x02=  "Critical"
  3461.             End Enum
  3462.             Access = Read-Only
  3463.             Storage = Common
  3464.             Value = *"NETFDMI" //""
  3465.         End Attribute
  3466.  
  3467.         Start Attribute
  3468.             Name = "Virtual Drive Size"
  3469.             ID = 4
  3470.             Description = "Size of Virtual Drive in Kilobytes"
  3471.             Type = Integer
  3472.             Access = Read-Only
  3473.             Storage = Common
  3474.             Value = *"NETFDMI" //""
  3475.         End Attribute
  3476.     End Group
  3477.  
  3478.     Start Group
  3479.         Name = "RAID Physical Drive Information"
  3480.         Class = "IBMNetFinity|RAID Physical Drives|001"
  3481.         ID = 40
  3482.         Key = 1,2
  3483.  
  3484.         Description = "This group provides detailed information about the RAID physical drives"
  3485.                        "in your system"
  3486.  
  3487.         Start Attribute
  3488.             Name = "RAID Physical Drive Index"
  3489.             ID = 1
  3490.             Description = "Index into the RAID Physical Drives table "
  3491.             Type = Integer
  3492.             Access = Read-Only
  3493.             Storage = Common
  3494.             Value = *"NETFDMI" //-1
  3495.         End Attribute
  3496.  
  3497.         Start Attribute
  3498.             Name = "RAID Adapter Index"
  3499.             ID = 2
  3500.             Description = "Index into RAID Adapter Table"
  3501.             Type = Integer
  3502.             Access = Read-Only
  3503.             Storage = Common
  3504.             Value = *"NETFDMI" //""
  3505.         End Attribute
  3506.  
  3507.         Start Attribute
  3508.             Name = "Physical Drive Size"
  3509.             ID = 3
  3510.             Description = "Size of Physical Drive in Kilobytes"
  3511.             Type = Integer
  3512.             Access = Read-Only
  3513.             Storage = Common
  3514.             Value = *"NETFDMI" //""
  3515.         End Attribute
  3516.  
  3517.         Start Attribute
  3518.             Name = "Channel Number"
  3519.             ID = 4
  3520.             Description = "Channel on RAID Adapter on which this physical drive is located"
  3521.             Type = Integer
  3522.             Access = Read-Only
  3523.             Storage = Common
  3524.             Value = *"NETFDMI" //""
  3525.         End Attribute
  3526.  
  3527.         Start Attribute
  3528.             Name = "Target Number"
  3529.             ID = 5
  3530.             Description = "Target number on RAID Adapter on which this physical drive is located"
  3531.             Type = Integer
  3532.             Access = Read-Only
  3533.             Storage = Common
  3534.             Value = *"NETFDMI" //""
  3535.         End Attribute
  3536.  
  3537.         Start Attribute
  3538.             Name = "RAID Physical Device State"
  3539.             ID = 6
  3540.             Description = "Device state of the Physical Drive"
  3541.             Type = Start Enum
  3542.                 Name = "Physical Device States"
  3543.                 Type = Integer
  3544.                 0x00 = "Online"
  3545.                 0x01 = "Offline"
  3546.                 0x02 = "Defunct"
  3547.                 0x03 = "HotSpare"
  3548.                 0x04 = "Standby HotSpare"
  3549.                 0x05 = "Dead HotSpare"
  3550.                 0x06 = "Ready"
  3551.                 0x07 = "Rebuild"
  3552.                 0x08 = "Standby"
  3553.             End Enum
  3554.             Access = Read-Only
  3555.             Storage = Common
  3556.             Value = *"NETFDMI" //""
  3557.         End Attribute
  3558.     End Group
  3559.  
  3560. End Component
  3561.  
  3562.  
  3563.