Ignore:
Timestamp:
Jul 20, 2010, 5:52:49 PM (15 years ago)
Author:
David Azarewicz
Message:

Changes to PCI bus scan, malloc, cleanup all warnings, misc other changes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • GPL/branches/uniaud32-2.1.x/lib32/irq.c

    r504 r519  
    8787    {
    8888        if(RMRequestIRQ(/*hResMgr,*/ irq , (x0 & SA_SHIRQ) != 0) == FALSE) {
    89             dprintf(("RMRequestIRQ failed for irq %d", irq));
     89            rprintf(("RMRequestIRQ failed for irq %d", irq));
    9090            //  return 0;
    9191        }
     
    113113    }
    114114
    115     dprintf(("request_irq: Unable to register irq handler for irq %d\n", irq & 0xff ));
     115    rprintf(("request_irq: Unable to register irq handler for irq %d\n", irq & 0xff ));
    116116    return 1;
    117117}
Note: See TracChangeset for help on using the changeset viewer.