Changeset 112 for trunk/src/os2ahci/ata.c
- Timestamp:
- Jul 6, 2011, 10:02:47 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/os2ahci/ata.c
r111 r112 279 279 if (debug >= 2) { 280 280 printf("ATA command for %d.%d.%d:\n", ad_no(ai), p, d); 281 phex(cmd_hdr, offsetof(AHCI_CMD_HDR, reserved), 282 TRACE_MINOR_CMD_HDR, "cmd_hdr: "); 283 phex(&ata_cmd, sizeof(ata_cmd), TRACE_MINOR_ATA_CMD, "ata_cmd: "); 281 phex(cmd_hdr, offsetof(AHCI_CMD_HDR, reserved), "cmd_hdr: "); 282 phex(&ata_cmd, sizeof(ata_cmd), "ata_cmd: "); 284 283 if (atapi_cmd != NULL) { 285 phex(atapi_cmd, atapi_cmd_len, TRACE_MINOR_ATAPI_CMD,"atapi_cmd: ");284 phex(atapi_cmd, atapi_cmd_len, "atapi_cmd: "); 286 285 } 287 286 if (n > 0) { 288 phex(cmd_tbl->sg_list, sizeof(*cmd_tbl->sg_list) * n, 289 TRACE_MINOR_SG_LIST, "sg_list: "); 287 phex(cmd_tbl->sg_list, sizeof(*cmd_tbl->sg_list) * n, "sg_list: "); 290 288 } 291 289 }
Note:
See TracChangeset
for help on using the changeset viewer.