Home | Info | Community | Development | myReactOS | Contact Us
Definition at line 243 of file hookhal.c.
Referenced by DriverEntry().
{ /* Save the old HAL routines */ ASSERT(PcipSavedAssignSlotResources == NULL); ASSERT(PcipSavedTranslateBusAddress == NULL); PcipSavedAssignSlotResources = HalPciAssignSlotResources; PcipSavedTranslateBusAddress = HalPciTranslateBusAddress; /* Take over the HAL's Bus Handler functions */ // HalPciAssignSlotResources = PciAssignSlotResources; HalPciTranslateBusAddress = PciTranslateBusAddress; }