diff options
author | Michael Brown <mcb30@etherboot.org> | 2008-10-12 12:50:44 +0100 |
---|---|---|
committer | Michael Brown <mcb30@etherboot.org> | 2008-10-12 12:54:12 +0100 |
commit | 8a4ccebec91717500bc0de867fc2ead7187657fa (patch) | |
tree | 84971e6120668c60026d45e74421be8bb36c9cdb /src/config/defaults/pcbios.h | |
parent | fd674528078137b019981cc4177ead1ce9a71a53 (diff) | |
download | ipxe-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.h | 2 |
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 */ |