Ignore:
Timestamp:
May 19, 2018, 5:28:16 PM (7 years ago)
Author:
David Azarewicz
Message:

Changes to debug output for debug versions.
Removed interrupt requirement on init.

File:
1 edited

Legend:

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

    r184 r196  
    44 * Copyright (c) 2011 thi.guten Software Development
    55 * Copyright (c) 2011 Mensys B.V.
    6  * Copyright (c) 2013-2016 David Azarewicz
     6 * Copyright (c) 2013-2018 David Azarewicz
    77 *
    88 * Authors: Christian Mueller, Markus Thielen
     
    373373  ATAPI_SENSE_DATA *psd = (ATAPI_SENSE_DATA *) aws->buf;
    374374
    375   DHEXDUMP(0,psd, sizeof(*psd), "sense buffer:\n");
     375  DHEXDUMP(5,psd, sizeof(*psd), "sense buffer:\n");
    376376
    377377  if ((pIorb->RequestControl & IORB_REQ_STATUSBLOCK) &&
Note: See TracChangeset for help on using the changeset viewer.