Changeset 196 for trunk/src/os2ahci/atapi.c
- Timestamp:
- May 19, 2018, 5:28:16 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/os2ahci/atapi.c
r184 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 … … 373 373 ATAPI_SENSE_DATA *psd = (ATAPI_SENSE_DATA *) aws->buf; 374 374 375 DHEXDUMP( 0,psd, sizeof(*psd), "sense buffer:\n");375 DHEXDUMP(5,psd, sizeof(*psd), "sense buffer:\n"); 376 376 377 377 if ((pIorb->RequestControl & IORB_REQ_STATUSBLOCK) &&
Note:
See TracChangeset
for help on using the changeset viewer.