libhd
5.0
|
#include <pci.h>
Data Fields | |
CARD16 | VendorID |
CARD16 | DeviceID |
CARD8 | Interface |
CARD8 | BaseClass |
CARD8 | SubClass |
CARD32 | RomBase |
CARD32 | bus |
CARD8 | dev |
CARD8 | func |
CARD32 | cmd_st |
int | active |
PciSlot | Slot |
struct pciStructRec * | next |
PciBusPtr | pBus |
int pciStructRec::active |
Referenced by InitInt10(), and interpretConfigSpace().
CARD8 pciStructRec::BaseClass |
Referenced by findPciClass(), int1A_handler(), and interpretConfigSpace().
CARD32 pciStructRec::bus |
Referenced by findBIOSMap(), findPciByIDs(), interpretConfigSpace(), and scan_pci().
CARD32 pciStructRec::cmd_st |
Referenced by EnableCurrent(), interpretConfigSpace(), pciVideoDisable(), and pciVideoRestore().
CARD8 pciStructRec::dev |
Referenced by findPciByIDs(), and interpretConfigSpace().
CARD16 pciStructRec::DeviceID |
Referenced by findPciDevice(), int1A_handler(), and interpretConfigSpace().
CARD8 pciStructRec::func |
Referenced by findPciByIDs(), and interpretConfigSpace().
CARD8 pciStructRec::Interface |
Referenced by findPciClass(), int1A_handler(), and interpretConfigSpace().
struct pciStructRec* pciStructRec::next |
Referenced by findBIOSMap(), findPci(), findPciByIDs(), findPciClass(), findPciDevice(), InitInt10(), interpretConfigSpace(), pciVideoDisable(), pciVideoRestore(), remapMem(), and scan_pci().
PciBusPtr pciStructRec::pBus |
Referenced by EnableCurrent(), findPci(), and scan_pci().
CARD32 pciStructRec::RomBase |
Referenced by EnableCurrent(), findBIOSMap(), interpretConfigSpace(), mapPciRom(), pciVideoDisable(), and pciVideoRestore().
PciSlot pciStructRec::Slot |
Referenced by EnableCurrent(), findBIOSMap(), findPci(), interpretConfigSpace(), mapPciRom(), pciSlotBX(), pciVideoDisable(), pciVideoRestore(), remapMem(), and restoreMem().
CARD8 pciStructRec::SubClass |
Referenced by findPciClass(), int1A_handler(), and interpretConfigSpace().
CARD16 pciStructRec::VendorID |
Referenced by findPciDevice(), int1A_handler(), and interpretConfigSpace().