]> git.ipfire.org Git - thirdparty/ipxe.git/commitdiff
Add INIT_PCIBIOS
authorMichael Brown <mcb30@etherboot.org>
Tue, 12 Apr 2005 16:45:16 +0000 (16:45 +0000)
committerMichael Brown <mcb30@etherboot.org>
Tue, 12 Apr 2005 16:45:16 +0000 (16:45 +0000)
src/include/init.h

index 206e15b526c06b0f97be07f2d250c3dffb39b4c5..e13075b3208935595b91cbdc874934148923ad76 100644 (file)
@@ -37,10 +37,11 @@ struct init_fn {
 #define INIT_CONSOLE   "01"
 #define        INIT_CPU        "02"
 #define        INIT_TIMERS     "03"
-#define        INIT_MEMSIZES   "04"
-#define INIT_RELOCATE  "05"
-#define        INIT_PCMCIA     "05"
-#define        INIT_HEAP       "07"
+#define INIT_PCIBIOS   "04"
+#define        INIT_MEMSIZES   "05"
+#define INIT_RELOCATE  "06"
+#define        INIT_PCMCIA     "07"
+#define        INIT_HEAP       "08"
 
 /* Macro for creating an initialisation function table entry */
 #define INIT_FN( init_order, init_func, reset_func, exit_func )                      \