Changeset 184 for trunk/src/os2ahci/os2ahci.h
- Timestamp:
- Dec 15, 2016, 12:31:51 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/os2ahci/os2ahci.h
r183 r184 40 40 * Legacy APM support is not needed on eCS systems with ACPI and is more reliable without it enabled. 41 41 */ 42 #define DEBUG43 42 //#define LEGACY_APM 44 43 //#define DAZ_NEW_CODE … … 73 72 #define DPRINTF(a,b,...) dprintf(a, b, ##__VA_ARGS__) 74 73 #define DHEXDUMP(a,b,c,d,...) dHexDump(a, b, c, d, ##__VA_ARGS__) 75 #define NTPRINTF(...) dprintf(0, ##__VA_ARGS__)76 74 #define DUMP_HOST_REGS(l,a,b) {if (D32g_DbgLevel>=l) ahci_dump_host_regs(a,b);} 77 75 #define DUMP_PORT_REGS(l,a,b) {if (D32g_DbgLevel>=l) ahci_dump_port_regs(a,b);} … … 79 77 #define DPRINTF(a,b,...) 80 78 #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) 83 80 #define DUMP_PORT_REGS(l,a,b) 84 81 #endif … … 268 265 DEV_INFO dev_info; 269 266 } devs[AHCI_MAX_DEVS]; 267 268 u32 unaligned_read_count; 269 u32 error_count; 270 270 } P_INFO; 271 271
Note:
See TracChangeset
for help on using the changeset viewer.