Ignore:
Timestamp:
Jul 11, 2010, 7:01:51 AM (15 years ago)
Author:
David Azarewicz
Message:

debug statement changes

File:
1 edited

Legend:

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

    r458 r501  
    3838ULONG StratClose(RP __far *_rp);
    3939
    40 ULONG DiscardableInit(RPInit __far*); 
     40ULONG DiscardableInit(RPInit __far*);
    4141
    4242ULONG deviceOwner = DEV_NO_OWNER;
     
    7070    RPInit __far* rp = (RPInit __far*)_rp;
    7171    rc = DiscardableInit(rp);
    72 #ifdef DEBUG
    73     dprintf(("StratInit. cp1.rc %d", rc));
    74 #endif
     72    dprintf(("StratInit End rc=%d", rc));
    7573    return rc;
    7674}
     
    8987    BYTE   LowIRQ;
    9088    BYTE   HighIRQ;
    91     BYTE   Pin;   
     89    BYTE   Pin;
    9290};
    9391extern struct SaveIRQForSlot sISRHigh[];
     
    138136#endif
    139137  if(rp->Function == 1) {//end of shutdown
    140         OSS32_Shutdown(); 
     138        OSS32_Shutdown();
    141139  }
    142140  return(RPDONE);
Note: See TracChangeset for help on using the changeset viewer.