[pci] Formalise the PCI I/O API

This commit is contained in:
Michael Brown
2008-10-12 12:50:44 +01:00
parent fd67452807
commit 8a4ccebec9
10 changed files with 220 additions and 81 deletions

View File

@@ -8,7 +8,7 @@
*/
#define IOAPI_X86
#define PCIAPI_PCBIOS
#define CONSOLE_PCBIOS
#endif /* CONFIG_DEFAULTS_PCBIOS_H */

View File

@@ -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 */