Supported Browsers Home   
PCICapsType Previous   
PCICommandFlags Next   
Type Definitions Up   

PCIClassTypes

Declaration

typedef enum {
    PCI_BRIDGE_CLASS            = 0x06,
    PCI_HOST_BRIDGE_SUBCLASS    = 0x00,
    PCI_EARLY_VGA_CLASS         = 0x00,
    PCI_EARLY_VGA_SUBCLASS      = 0x01,
    PCI_DISPLAY_CLASS           = 0x03,
    PCI_DISPLAY_VGA_SUBCLASS    = 0x00,
    PCI_DISPLAY_XGA_SUBCLASS    = 0x01,
    PCI_DISPLAY_OTHER_SUBCLASS  = 0x80,
    PCI_MM_CLASS                = 0x04,
    PCI_AUDIO_SUBCLASS          = 0x01
    } PCIClassTypes

Prototype In

pcilib.h

Description

Defines for the known PCI class device types and sub class device types. The names of the types are self explanatory.

Copyright © 2002 SciTech Software, Inc. Visit our web site at http://www.scitechsoft.com