Changeset 580 for GPL/branches/DAZ/drv32/strategy.c
- Timestamp:
- Jul 9, 2014, 9:59:13 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
GPL/branches/DAZ/drv32/strategy.c
r549 r580 83 83 //****************************************************************************** 84 84 // External initialization complete entry-point 85 #ifdef ACPI86 #include "irqos2.h"87 #endif //ACPI88 85 //****************************************************************************** 89 86 #pragma off (unreferenced) … … 92 89 { 93 90 DbgInt.ulState = 2; 94 #ifdef ACPI95 PciAdjustInterrupts();96 #endif97 91 DbgPrintIrq(); 98 92 //dprintf(("StratInitComplete"));
Note:
See TracChangeset
for help on using the changeset viewer.