aboutsummaryrefslogtreecommitdiffstats
path: root/src/config/defaults/pcbios.h
diff options
context:
space:
mode:
authorMichael Brown <mcb30@etherboot.org>2008-10-12 12:50:44 +0100
committerMichael Brown <mcb30@etherboot.org>2008-10-12 12:54:12 +0100
commit8a4ccebec91717500bc0de867fc2ead7187657fa (patch)
tree84971e6120668c60026d45e74421be8bb36c9cdb /src/config/defaults/pcbios.h
parentfd674528078137b019981cc4177ead1ce9a71a53 (diff)
downloadipxe-8a4ccebec91717500bc0de867fc2ead7187657fa.tar.gz
[pci] Formalise the PCI I/O API
Diffstat (limited to 'src/config/defaults/pcbios.h')
-rw-r--r--src/config/defaults/pcbios.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/config/defaults/pcbios.h b/src/config/defaults/pcbios.h
index 193871f16..df6e93ce2 100644
--- a/src/config/defaults/pcbios.h
+++ b/src/config/defaults/pcbios.h
@@ -8,7 +8,7 @@
*/
#define IOAPI_X86
-
+#define PCIAPI_PCBIOS
#define CONSOLE_PCBIOS
#endif /* CONFIG_DEFAULTS_PCBIOS_H */