Ignore:
Timestamp:
Jun 8, 2017, 3:02:10 AM (8 years ago)
Author:
David Azarewicz
Message:

Fixed interrupt problem.

File:
1 edited

Legend:

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

    r186 r188  
    286286  cmd_hdr->options |= n << 16;
    287287
     288  #ifdef DEBUG
    288289  if ((D32g_DbgLevel >= 7) || (atapi_cmd != NULL))
    289290  {
     
    300301    }
    301302  }
     303  #endif
    302304
    303305  return(ATA_CMD_SUCCESS);
Note: See TracChangeset for help on using the changeset viewer.