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

File: [Pegasus] / pegasus / Schemas / CIM231 / DMTF / Device / CIM_AGPVideoController.mof (download)
Revision: 1.1, Tue Jan 24 13:50:06 2012 UTC (12 years, 5 months ago) by marek
Branch: MAIN
CVS Tags: preBug9676, postBug9676, 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-merged_out_from_trunk, TASK-PEP317_pullop-merged_in_to_trunk, 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, HEAD, CIMRS_WORK_20130824
Branch point for: TASK-PEP317_pullop-branch
BUG#:9155
TITLE: Upgrade Pegasus to Include the CIM 2.31 Schema in CVS

DESCRIPTION:

// Copyright (c) 2005 DMTF.  All rights reserved.
// <change cr="ArchCR00066.004" type="add">Add UmlPackagePath
// qualifier values to CIM Schema.</change>
// ==================================================================
//  CIM_AGPVideoController 
// ==================================================================
   [Version ( "2.7.0" ), 
    UMLPackagePath ( "CIM::Device::Controller" ), 
    Description ( 
       "Capabilities and management of an AGPVideoController." )]
class CIM_AGPVideoController : CIM_VideoController {

      [Deprecated { "CIM_VideoController.AcceleratorCapabilities" }, 
       Description ( 
          "This property has been incorporated into the inherited "
          "AcceleratorCapabilities property. Capabilities of the "
          "AGP Graphics Controller. For example, the Device may "
          "support multiple monitors, PCI Mastering and large "
          "memory addresses. In this case, the values 3, 4 and 6 "
          "would be written to the Capabilities array." ), 
       ValueMap { "0", "1", "2", "3", "4", "5", "6" }, 
       Values { "Unknown", "Other", "PCI Fast Write", 
          "MultiMonitor Support", "PCI Mastering", 
          "Second Monochrome Adapter Support", 
          "Large Memory Address Support" }, 
       ArrayType ( "Indexed" ), 
       ModelCorrespondence { 
          "CIM_AGPVideoController.CapabilityDescriptions" }]
   uint16 Capabilities[];

      [Description ( "Size of the non-local video memory in KB." ), 
       Units ( "KiloBytes" )]
   uint32 NonlocalVideoMemorySize;

      [Description ( 
          "Width of the internal bus in the graphics Controller, in bits."
           ), 
       Units ( "Bits" )]
   uint32 LocalBusWidth;

      [Description ( 
          "An integer enumeration indicating the usage model of the "
          "graphics Controller. Usage model indicates how the "
          "Controller does manipulations of graphics surfaces, "
          "textures, etc. in memory. DMA indicates that the "
          "graphics Controller brings structures from the system "
          "memory to its local memory to perform needed "
          "manipulations or renderings. Execute specifies that the "
          "graphics Controller can directly access a specified "
          "region in main memory (called the graphics aperture) "
          "using GART - Graphics Aperture Remapping Table. It then "
          "performs manipulations in that range as if that whole "
          "graphics aperture were part of its local memory. A value "
          "of \"Both\" DMA and Execute models may also be "
          "specified." ), 
       ValueMap { "0", "1", "2", "3", "4" }, 
       Values { "Unknown", "Other", "Execute", "DMA", "Both" }]
   uint16 UsageModel;

      [Description ( 
          "An integer enumeration indicating the data transfer rate "
          "of the graphics Controller." ), 
       ValueMap { "0", "1", "2", "3", "4" }, 
       Values { "Unknown", "Other", "1X", "2X", "4X" }]
   uint16 DataTransferRate;

      [Description ( 
          "An integer enumeration indicating the addressing mode of "
          "the graphics Controller." ), 
       ValueMap { "0", "1", "2", "3" }, 
       Values { "Unknown", "Other", "Sideband", "Pipeline" }]
   uint16 AddressingMode;

      [Description ( 
          "The maximum number of AGP Transaction requests that the "
          "master (AGP Graphics Controller) is allowed to enqueue "
          "into the target." )]
   uint32 MaximumAGPCommandQueuePath;

      [Description ( 
          "The number of AGP Transaction that the core logic "
          "(chipset) can accept into its transaction request queue "
          "from the Controller." )]
   uint32 MaxNumberOfPipelinedAGPTransactions;

      [Description ( "Size of the graphics aperture in KB." ), 
       Units ( "KiloBytes" )]
   uint32 GraphicsApertureSize;

      [Description ( 
          "A string containing the AGP specification version to "
          "which this graphics Controller conforms." )]
   string AGPSpecificationVersionConformance;


};

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2