mirror of
https://github.com/ipxe/ipxe
synced 2025-12-23 21:41:43 +03:00
[pci] Formalise the PCI I/O API
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
*/
|
||||
|
||||
#define IOAPI_X86
|
||||
|
||||
#define PCIAPI_PCBIOS
|
||||
#define CONSOLE_PCBIOS
|
||||
|
||||
#endif /* CONFIG_DEFAULTS_PCBIOS_H */
|
||||
|
||||
@@ -9,4 +9,7 @@
|
||||
|
||||
#include <config/defaults.h>
|
||||
|
||||
//#undef PCIAPI_PCBIOS /* Access via PCI BIOS */
|
||||
//#define PCIAPI_DIRECT /* Direct access via Type 1 accesses */
|
||||
|
||||
#endif /* CONFIG_IOAPI_H */
|
||||
|
||||
Reference in New Issue
Block a user