Changeset 84 for GPL/trunk/drv32/init.c


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/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();
Note: See TracChangeset for help on using the changeset viewer.