Changeset 196 for trunk/src/os2ahci/ata.c
- Timestamp:
- May 19, 2018, 5:28:16 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/os2ahci/ata.c
r190 r196 4 4 * Copyright (c) 2011 thi.guten Software Development 5 5 * Copyright (c) 2011 Mensys B.V. 6 * Copyright (c) 2013-201 6David Azarewicz6 * Copyright (c) 2013-2018 David Azarewicz 7 7 * 8 8 * Authors: Christian Mueller, Markus Thielen … … 287 287 288 288 #ifdef DEBUG 289 if ((D32g_DbgLevel >= 7) || (atapi_cmd != NULL))289 if ((D32g_DbgLevel >= 5) /*|| (atapi_cmd != NULL)*/) 290 290 { 291 291 DPRINTF(0,"ATA command for %d.%d.%d, slot %d:\n", ad_no(ai), p, d, slot); … … 544 544 if (rc) return 0; 545 545 546 DHEXDUMP( 3,pDLA, sizeof(DLA_Table_Sector), "DLA sector %d:\n", sector-1);546 DHEXDUMP(5,pDLA, sizeof(DLA_Table_Sector), "DLA sector %d:\n", sector-1); 547 547 548 548 if ((pDLA->DLA_Signature1 == DLA_TABLE_SIGNATURE1) && (pDLA->DLA_Signature2 == DLA_TABLE_SIGNATURE2)) { … … 1161 1161 | ((u16) fis[13] << 8); 1162 1162 1163 DHEXDUMP( 0,cmd, sizeof(*cmd), "ahci_execute_ata_pp(): cmd after completion:\n");1163 DHEXDUMP(5,cmd, sizeof(*cmd), "ahci_execute_ata_pp(): cmd after completion:\n"); 1164 1164 1165 1165 /* signal completion to interrupt handler */
Note:
See TracChangeset
for help on using the changeset viewer.