Changeset 550 for GPL/branches/uniaud32-2.1.x/drv32/strategy.c
- Timestamp:
- Apr 14, 2011, 7:32:42 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
GPL/branches/uniaud32-2.1.x/drv32/strategy.c
r548 r550 44 44 extern "C" BOOL fRewired; //pci.c 45 45 46 DBGINT DbgInt;46 extern "C" DBGINT DbgInt; 47 47 48 48 //****************************************************************************** … … 72 72 73 73 memset(&DbgInt, 0, sizeof(DbgInt)); 74 DbgPrintIrq(); 74 75 75 76 RPInit __far* rp = (RPInit __far*)_rp; 76 77 rc = DiscardableInit(rp); 77 78 //dprintf(("StratInit End rc=%d", rc)); 78 DbgInt.usState = 1; 79 DbgPrintIrq(); 80 DbgInt.ulState = 1; 79 81 return rc; 80 82 } … … 89 91 #pragma on (unreferenced) 90 92 { 91 DbgInt.u sState = 2;93 DbgInt.ulState = 2; 92 94 #ifdef ACPI 93 95 PciAdjustInterrupts(); 94 96 #endif 95 rprintf(("StratInitComplete: Init=%ld/%ld Between=%ld/%ld Complete=%ld/%ld", 96 DbgInt.ulIntServiced[0], DbgInt.ulIntUnserviced[0], 97 DbgInt.ulIntServiced[1], DbgInt.ulIntUnserviced[1], 98 DbgInt.ulIntServiced[2], DbgInt.ulIntUnserviced[2])); 97 DbgPrintIrq(); 99 98 //dprintf(("StratInitComplete")); 100 99 return(RPDONE); … … 176 175 rprintf(("Strategy: Resuming")); 177 176 OSS32_APMResume(); 177 DbgPrintIrq(); 178 178 } 179 179
Note:
See TracChangeset
for help on using the changeset viewer.