Ignore:
Timestamp:
Aug 14, 2013, 6:48:01 PM (12 years ago)
Author:
David Azarewicz
Message:

Increased size of debug buffer

File:
1 edited

Legend:

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

    r169 r170  
    405405
    406406  /* initialize trace buffer if applicable */
    407   if (TRACE_ACTIVE) {
     407  if (debug > 0 && com_base == 0) {
    408408    /* 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);
    410410  } else {
    411411    trace_init(AHCI_INFO_BUF_SIZE);
Note: See TracChangeset for help on using the changeset viewer.