Changeset 196 for trunk/src/os2ahci/ahci.c
- Timestamp:
- May 19, 2018, 5:28:16 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/os2ahci/ahci.c
r193 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 … … 631 631 { 632 632 /* we have a valid IDENTIFY or IDENTIFY_PACKET response */ 633 DHEXDUMP( 2,id_buf, ATA_ID_WORDS * sizeof(u16), "ATA_IDENTIFY%s results:\n", (is_ata) ? "" : "_PACKET");633 DHEXDUMP(5,id_buf, ATA_ID_WORDS * sizeof(u16), "ATA_IDENTIFY%s results:\n", (is_ata) ? "" : "_PACKET"); 634 634 ahci_setup_device(ai, p, 0, id_buf); 635 635 } … … 1734 1734 int d = iorb_unit_device(pIorb); 1735 1735 1736 DHEXDUMP( 0,Far16ToFlat(((IORB_ADAPTER_PASSTHRU *)pIorb)->pControllerCmd),1736 DHEXDUMP(5,Far16ToFlat(((IORB_ADAPTER_PASSTHRU *)pIorb)->pControllerCmd), 1737 1737 ((IORB_ADAPTER_PASSTHRU *)pIorb)->ControllerCmdLen, 1738 1738 "ahci_execute_cdb(%d.%d.%d): ", a, p, d); … … 1760 1760 int d = iorb_unit_device(pIorb); 1761 1761 1762 DHEXDUMP( 0,Far16ToFlat(((IORB_ADAPTER_PASSTHRU *)pIorb)->pControllerCmd),1762 DHEXDUMP(5,Far16ToFlat(((IORB_ADAPTER_PASSTHRU *)pIorb)->pControllerCmd), 1763 1763 ((IORB_ADAPTER_PASSTHRU *)pIorb)->ControllerCmdLen, 1764 1764 "ahci_execute_ata(%d.%d.%d): ", a, p, d);
Note:
See TracChangeset
for help on using the changeset viewer.