Changeset 84 for GPL/trunk/drv32


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

SB code update
HDA code update
Some other updates

Location:
GPL/trunk/drv32
Files:
3 edited

Legend:

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

    r32 r84  
    9595    ULONG ctl_id;
    9696
     97#ifdef DEBUG
     98    printk("StratIOCtl\n");
     99#endif
    97100    if (rp->Category != CAT_IOCTL_OSS32)
    98101    {
  • GPL/trunk/drv32/init.c

    r63 r84  
    283283        WriteString(szEOL, sizeof(szEOL)-1);
    284284    }
    285 
     285#ifdef DEBUG
     286    dprintf(("DiscardableInit. cp1"));
     287#endif
    286288    // Complete the installation
    287289    rp->Out.FinalCS = _OffsetFinalCS16;
    288290    rp->Out.FinalDS = _OffsetFinalDS16;
     291#ifdef DEBUG
     292    dprintf(("DiscardableInit. cp2"));
     293#endif
    289294
    290295//    SaveBuffer();
  • 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.