This function routes select function calls to the BIOS on Peripheral Component Interconnect (PCI) hardware that conforms to the PCI BIOS 2.0 specification.

The Access PCI BIOS function supports five subfunctions. The subfunctions are as follows:

┌────────────────────┬────────────────────┬────────────────────┐
│Subfunction Number  │Description         │Corresponding PCI   │
│                    │                    │BIOS Call           │
├────────────────────┼────────────────────┼────────────────────┤
│0                   │Query PCI BIOS      │Int 1A AH=B1        │
│                    │Information         │AL=01               │
├────────────────────┼────────────────────┼────────────────────┤
│1                   │Find PCI Device     │Int 1A AH=B1        │
│                    │                    │AL=02               │
├────────────────────┼────────────────────┼────────────────────┤
│2                   │Find PCI Class Code │Int 1A AH=B1        │
│                    │                    │AL=03               │
├────────────────────┼────────────────────┼────────────────────┤
│3                   │Read PCI            │Int 1A AH=B1        │
│                    │Configuration Space │AL=08, 09, or 0A    │
├────────────────────┼────────────────────┼────────────────────┤
│4                   │Write PCI           │Int 1A AH=B1        │
│                    │Configuration Space │AL=0B, 0C, or 0D    │
└────────────────────┴────────────────────┴────────────────────┘


[Back] [Next]