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/misc.c

    r506 r519  
    4040#include <dbgos2.h>
    4141
     42void StringOut(char *DbgStr);
     43
    4244struct new_utsname system_utsname = {0};
    4345struct resource ioport_resource = {NULL, 0, 0, IORESOURCE_IO, NULL, NULL, NULL};
     
    7577    }
    7678
    77     dprintf( (pszLastALSAError) );
     79        StringOut(pszLastALSAError);
     80//    rprintf( (pszLastALSAError) );
    7881    if(++iLastError > 1) {
    7982        iLastError = 0;
Note: See TracChangeset for help on using the changeset viewer.