Changeset 170 for trunk/src/os2ahci/os2ahci.c
- Timestamp:
- Aug 14, 2013, 6:48:01 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/os2ahci/os2ahci.c
r169 r170 405 405 406 406 /* initialize trace buffer if applicable */ 407 if ( TRACE_ACTIVE) {407 if (debug > 0 && com_base == 0) { 408 408 /* debug is on, but COM port is off -> use our trace buffer */ 409 trace_init(AHCI_ TRACE_BUF_SIZE);409 trace_init(AHCI_DEBUG_BUF_SIZE); 410 410 } else { 411 411 trace_init(AHCI_INFO_BUF_SIZE);
Note:
See TracChangeset
for help on using the changeset viewer.