Ignore:
Timestamp:
Apr 9, 2006, 12:09:39 PM (19 years ago)
Author:
vladest
Message:

Latest ALSA patches
HDA patches
Patch for Intel from Rudy's
Fixes locks on NM256 chipsets
Fixes PM on Maestro3 chipsets

File:
1 edited

Legend:

Unmodified
Added
Removed
  • GPL/trunk/lib32/memory.cpp

    r32 r76  
    195195    if (rc == 0) {
    196196        *pAddr = (LINEAR)addr;
     197        if (flags & VMDHA_USEHIGHMEM)
     198            dprintf(("allocated %X in HIGH memory"), size);
     199        else dprintf(("allocated %X in LOW memory"), size);
    197200    }
    198201    if ((rc == 87) &&
Note: See TracChangeset for help on using the changeset viewer.