Call HAL-specific initialization handlers

svn path=/trunk/; revision=31196
This commit is contained in:
Hervé Poussineau
2007-12-13 15:44:17 +00:00
parent 40e8a9ec3a
commit a979fff8fb
+6
View File
@@ -113,6 +113,9 @@ HalInitSystem(IN ULONG BootPhase,
/* Initialize the hardware lock (CMOS) */
KeInitializeSpinLock(&HalpSystemHardwareLock);
/* Do some HAL-specific initialization */
HalpInitPhase0(LoaderBlock);
}
else if (BootPhase == 1)
{
@@ -128,6 +131,9 @@ HalInitSystem(IN ULONG BootPhase,
/* Initialize DMA. NT does this in Phase 0 */
HalpInitDma();
/* Do some HAL-specific initialization */
HalpInitPhase1();
}
/* All done, return */