diff options
| author | Michael Brown | 2008-10-12 13:50:44 +0200 |
|---|---|---|
| committer | Michael Brown | 2008-10-12 13:54:12 +0200 |
| commit | 8a4ccebec91717500bc0de867fc2ead7187657fa (patch) | |
| tree | 84971e6120668c60026d45e74421be8bb36c9cdb /src/config/defaults | |
| parent | [legacy] Add missing #include <gpxe/io.h> (diff) | |
| download | ipxe-8a4ccebec91717500bc0de867fc2ead7187657fa.tar.gz ipxe-8a4ccebec91717500bc0de867fc2ead7187657fa.tar.xz ipxe-8a4ccebec91717500bc0de867fc2ead7187657fa.zip | |
[pci] Formalise the PCI I/O API
Diffstat (limited to 'src/config/defaults')
| -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 */ |
