Ignore:
Timestamp:
Dec 15, 2016, 12:31:51 AM (9 years ago)
Author:
David Azarewicz
Message:

Reworked makefile
Fixed context hook logic.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/os2ahci/os2ahci.h

    r183 r184  
    4040 *   Legacy APM support is not needed on eCS systems with ACPI and is more reliable without it enabled.
    4141 */
    42 #define DEBUG
    4342//#define LEGACY_APM
    4443//#define DAZ_NEW_CODE
     
    7372#define DPRINTF(a,b,...) dprintf(a, b, ##__VA_ARGS__)
    7473#define DHEXDUMP(a,b,c,d,...) dHexDump(a, b, c, d, ##__VA_ARGS__)
    75 #define NTPRINTF(...) dprintf(0, ##__VA_ARGS__)
    7674#define DUMP_HOST_REGS(l,a,b) {if (D32g_DbgLevel>=l) ahci_dump_host_regs(a,b);}
    7775#define DUMP_PORT_REGS(l,a,b) {if (D32g_DbgLevel>=l) ahci_dump_port_regs(a,b);}
     
    7977#define DPRINTF(a,b,...)
    8078#define DHEXDUMP(a,b,c,d,...)
    81 #define NTPRINTF(a,...)
    82 #define DUMP_HOST_REGS(a,b)
     79#define DUMP_HOST_REGS(l,a,b)
    8380#define DUMP_PORT_REGS(l,a,b)
    8481#endif
     
    268265    DEV_INFO dev_info;
    269266  } devs[AHCI_MAX_DEVS];
     267
     268  u32 unaligned_read_count;
     269  u32 error_count;
    270270} P_INFO;
    271271
Note: See TracChangeset for help on using the changeset viewer.