Ignore:
Timestamp:
Oct 23, 2006, 11:07:11 PM (19 years ago)
Author:
vladest
Message:

SB code update
HDA code update
Some other updates

File:
1 edited

Legend:

Unmodified
Added
Removed
  • GPL/trunk/drv32/strategy.c

    r32 r84  
    7070    RPInit __far* rp = (RPInit __far*)_rp;
    7171    rc = DiscardableInit(rp);
    72 
     72#ifdef DEBUG
     73    dprintf(("StratInit. cp1.rc %d", rc));
     74#endif
    7375    return rc;
    7476}
     
    8082#pragma on (unreferenced)
    8183{
     84#ifdef DEBUG
     85    dprintf(("StratInitComplete"));
     86#endif
    8287  return(RPDONE);
    8388}
     
    9095 RPShutdown __far *rp = (RPShutdown __far *)_rp;
    9196
    92   dprintf(("StratShutdown %d", rp->Function));
     97#ifdef DEBUG
     98 dprintf(("StratShutdown %d", rp->Function));
     99#endif
    93100  if(rp->Function == 1) {//end of shutdown
    94101        OSS32_Shutdown();
Note: See TracChangeset for help on using the changeset viewer.