Ignore:
Timestamp:
Jan 23, 2021, 9:53:50 PM (5 years ago)
Author:
Paul Smedley
Message:

Patch from AlexT to improve Resource Manager information

File:
1 edited

Legend:

Unmodified
Added
Removed
  • GPL/branches/uniaud32-next/drv32/init.c

    r615 r649  
    3838#include <dbgos2.h>
    3939#include <irqos2.h>
     40#include <osspci.h>
    4041//#include <bsedos16.h>
    4142#ifdef KEE
     
    206207#endif
    207208//_asm int 3;
     209
     210  DebugLevel = 1;
     211  rp->init_out.usCodeEnd = 0;
     212  rp->init_out.usDataEnd = 0;
     213
    208214  if(LockSegments())
    209215  {
     
    213219  }
    214220
    215   DebugLevel = 1;
    216   rp->init_out.usCodeEnd = 0;
    217   rp->init_out.usDataEnd = 0;
     221  RMCreateDriverU32(); // register driver in  Resource Manager
    218222
    219223  if ( szprintBuf == 0 )
     
    325329  return RPDONE;
    326330}
    327 
Note: See TracChangeset for help on using the changeset viewer.