Home    Prev Next    
Contents
RapidDriver Structures
HW_DEV_CONFIG
IRQ_CLEAR_REC
IRQ_SHARE_REC
PCI_LOCATION
PCI_COMMON_CONFIG
HW_DEV_CONFIG
Go to RapidDriver Main Page

typedef struct _HW_DEV_CONFIG {
ULONG HwType;      // TYPE_HARDWARE_ISA, .._ISAPNP, .._PCI     
ULONG IrqN;      // IRQ #  
ULONG DmaN;      // DMA Channel  
ULONG nBars;        // Number of ranges  
ULONG BarA[6];      // Base Physical Addresses of Ranges  
ULONG BarL[6];      // Length of Ranges in Bytes  
ULONG BarT[6];      // Type Of  Ranges (CmResourceTypePort, CmResourceTypeMemory)  
ULONG BarM[6];      // Mapped Ranges (to user space)  
CHAR  HardwareId[256];  
} HW_DEV_CONFIG, * PHW_DEV_CONFIG;