|
Lines 207-212
Link Here
|
| 207 |
/* |
207 |
/* |
| 208 |
* PCI BIOS functions |
208 |
* PCI BIOS functions |
| 209 |
*/ |
209 |
*/ |
|
|
210 |
#define PCIBIOS_BIOS_PRESENT 0xb101 |
| 210 |
#define PCIBIOS_READ_CONFIG_BYTE 0xb108 |
211 |
#define PCIBIOS_READ_CONFIG_BYTE 0xb108 |
| 211 |
#define PCIBIOS_READ_CONFIG_WORD 0xb109 |
212 |
#define PCIBIOS_READ_CONFIG_WORD 0xb109 |
| 212 |
#define PCIBIOS_READ_CONFIG_DWORD 0xb10a |
213 |
#define PCIBIOS_READ_CONFIG_DWORD 0xb10a |