(file) Return to CIM_PCIController.mof CVS log (file) (dir) Up to [Pegasus] / pegasus / Schemas / CIM225 / DMTF / Device

File: [Pegasus] / pegasus / Schemas / CIM225 / DMTF / Device / CIM_PCIController.mof (download)
Revision: 1.1, Tue Jun 15 07:41:43 2010 UTC (14 years ago) by s.kodali
Branch: MAIN
CVS Tags: preBug9676, postBug9676, TASK_PEP317_1JUNE_2013, TASK-TASK_PEP362_RestfulService_branch-root, TASK-TASK_PEP362_RestfulService_branch-merged_out_from_trunk, TASK-TASK_PEP362_RestfulService_branch-merged_in_to_trunk, TASK-TASK_PEP362_RestfulService_branch-merged_in_from_branch, TASK-TASK_PEP362_RestfulService_branch-branch, TASK-PEP362_RestfulService-root, TASK-PEP362_RestfulService-merged_out_to_branch, TASK-PEP362_RestfulService-merged_out_from_trunk, TASK-PEP362_RestfulService-merged_in_to_trunk, TASK-PEP362_RestfulService-merged_in_from_branch, TASK-PEP362_RestfulService-branch, TASK-PEP317_pullop-root, TASK-PEP317_pullop-merged_out_to_branch, TASK-PEP317_pullop-merged_out_from_trunk, TASK-PEP317_pullop-merged_in_to_trunk, TASK-PEP317_pullop-merged_in_from_branch, TASK-PEP317_pullop-branch, RELEASE_2_14_1, RELEASE_2_14_0-RC2, RELEASE_2_14_0-RC1, RELEASE_2_14_0, RELEASE_2_14-root, RELEASE_2_14-branch, RELEASE_2_13_0-RC2, RELEASE_2_13_0-RC1, RELEASE_2_13_0-FC, RELEASE_2_13_0, RELEASE_2_13-root, RELEASE_2_13-branch, RELEASE_2_12_1-RC1, RELEASE_2_12_1, RELEASE_2_12_0-RC1, RELEASE_2_12_0-FC, RELEASE_2_12_0, RELEASE_2_12-root, RELEASE_2_12-branch, RELEASE_2_11_2-RC1, RELEASE_2_11_2, RELEASE_2_11_1-RC1, RELEASE_2_11_1, RELEASE_2_11_0-RC1, RELEASE_2_11_0-FC, RELEASE_2_11_0, RELEASE_2_11-root, RELEASE_2_11-branch, PREAUG25UPDATE, POSTAUG25UPDATE, HEAD, CIMRS_WORK_20130824, BeforeUpdateToHeadOct82011
BUG#: 8782
TITLE: Add Schema 225 to the cvs

// Copyright (c) 2008 DMTF.  All rights reserved.
   [Version ( "2.20.0" ), 
    UMLPackagePath ( "CIM::Device::Controller" ), 
    Description ( 
       "PCIController is a superclass for the PCIBridge and PCIDevice "
       "classes. These classes model adapters and bridges on a PCI "
       "bus. The properties in PCIController and its subclasses are "
       "defined in the various PCI Specifications that are published "
       "by the PCI SIG." )]
class CIM_PCIController : CIM_Controller {

      [Description ( 
          "Current contents of the register that provides basic "
          "control over the ability of the device to respond to or "
          "perform PCI accesses." )]
   uint16 CommandRegister;

      [Description ( 
          "An array of integers that indicates controller "
          "capabilities. Information such as \"Supports 66MHz\" "
          "(value=2) is specified in this property. The data in the "
          "Capabilities array is gathered from the PCI Status "
          "Register and the PCI Capabilities List as defined in the "
          "PCI Specification." ), 
       ValueMap { "0", "1", "2", "3", "4", "5", "6", "7", "8", "9", 
          "10", "11", "12", "13", "14", "15..32767", "32768..65535" }, 
       Values { "Unknown", "Other", "Supports 66MHz", 
          "Supports User Definable Features", 
          "Supports Fast Back-to-Back Transactions", 
          "PCI-X Capable", "PCI Power Management Supported", 
          "Message Signaled Interrupts Supported", 
          "Parity Error Recovery Capable", "AGP Supported", 
          // 10                    
          "Vital Product Data Supported", 
          "Provides Slot Identification", "Hot Swap Supported", 
          "Supports PCIe", "Supports PCIe Gen 2", "DMTF Reserved", 
          "Vendor Reserved" }, 
       ArrayType ( "Indexed" ), 
       ModelCorrespondence { 
          "CIM_PCIController.CapabilityDescriptions" }]
   uint16 Capabilities[];

      [Description ( 
          "An array of free-form strings that provides more "
          "detailed explanations for any of the PCIController "
          "features that are indicated in the Capabilities array. "
          "Note, each entry of this array is related to the entry "
          "in the Capabilities array that is located at the same "
          "index." ), 
       ArrayType ( "Indexed" ), 
       ModelCorrespondence { "CIM_PCIController.Capabilities" }]
   string CapabilityDescriptions[];

      [Description ( 
          "The slowest device-select timing for a target device." ), 
       ValueMap { "0", "1", "2", "3", "4", "5" }, 
       Values { "Unknown", "Other", "Fast", "Medium", "Slow", 
          "Reserved" }]
   uint16 DeviceSelectTiming;

      [Description ( 
          "Register of 8 bits that identifies the basic function of "
          "the PCI device. This property is only the upper byte "
          "(offset 0Bh) of the 3-byte ClassCode field. Note that "
          "the ValueMap array of the property specifies the decimal "
          "representation of this information." ), 
       ValueMap { "0", "1", "2", "3", "4", "5", "6", "7", "8", "9", 
          "10", "11", "12", "13", "14", "15", "16", "17", "18..254", 
          "255" }, 
       Values { "Pre 2.0", "Mass Storage", "Network", "Display", 
          "Multimedia", "Memory", "Bridge", "Simple Communications", 
          "Base Peripheral", "Input", 
          // 10                    
          "Docking Station", 
          "Processor", "Serial Bus", "Wireless", "Intelligent I/O", 
          "Satellite Communication", "Encryption/Decryption", 
          "Data Acquisition and Signal Processing", 
          // 18 - 255                    
          "PCI Reserved", 
          "Other" }]
   uint8 ClassCode;

      [Description ( 
          "Specifies the system cache line size in doubleword "
          "increments (for example, a 486-based system would store "
          "the value 04h, indicating a cache line size of four "
          "doublewords." ), 
       Units ( "DoubleWords" ), 
       PUnit ( "dataword * 2" )]
   uint8 CacheLineSize;

      [Description ( 
          "Defines the minimum amount of time, in PCI clock cycles, "
          "that the bus master can retain ownership of the bus." ), 
       Units ( "PCI clock cycles" ), 
       PUnit ( "cycle" )]
   uint8 LatencyTimer;

      [Description ( 
          "Defines the PCI interrupt request pin (INTA# to INTD#) "
          "to which a PCI functional device is connected." ), 
       ValueMap { "0", "1", "2", "3", "4", "5" }, 
       Values { "None", "INTA#", "INTB#", "INTC#", "INTD#", "Unknown" }]
   uint16 InterruptPin;

      [Description ( "Doubleword Expansion ROM-base memory address." ), 
       Units ( "DoubleWords" ), 
       PUnit ( "dataword * 2" )]
   uint32 ExpansionROMBaseAddress;

      [Description ( 
          "Reports if the PCI device can perform the self-test "
          "function. Returns bit 7 of the BIST register as a "
          "Boolean." )]
   boolean SelfTestEnabled;


      [Description ( 
          "Method to invoke PCI device self-test. This method sets "
          "bit 6 of the BIST register. The return result is the "
          "lower 4 bits of the BIST register where 0 indicates "
          "success and non-zero is a device-dependent failure. "
          "Support for this method is optional in the PCI "
          "Specification." )]
   uint8 BISTExecution(
);

};

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2