Modules/AHCI - Debug change
authorJohn Hodge <[email protected]>
Sun, 23 Jun 2013 06:50:13 +0000 (14:50 +0800)
committerJohn Hodge <[email protected]>
Sun, 23 Jun 2013 06:50:13 +0000 (14:50 +0800)
KernelLand/Modules/Storage/AHCI/ahci.c

index 698ffe9..4aa8df6 100644 (file)
@@ -486,7 +486,7 @@ int AHCI_SendLBA48Cmd(tAHCI_Port *Port, int bWrite,
        regs.SectorCountExp = 0;
        regs.Control = 0;
 
-       LOG("Sending command %02x with %p+0x%x", Cmd, Data, Size);
+       LOG("Sending command %02x : 0x%llx with %p+0x%x", Cmd, LBA, Data, Size);
        AHCI_DoFIS(Port, bWrite, sizeof(regs), &regs, 0, NULL, Size, Data);
 
        return 0;
@@ -518,7 +518,7 @@ int AHCI_SendLBA28Cmd(tAHCI_Port *Port, int bWrite,
        regs.SectorCountExp = 0;
        regs.Control = 0;
 
-       LOG("Sending command %02x with %p+0x%x", Cmd, Data, Size);
+       LOG("Sending command %02x : 0x%llx with %p+0x%x", Cmd, LBA, Data, Size);
        AHCI_DoFIS(Port, bWrite, sizeof(regs), &regs, 0, NULL, Size, Data);
 
        return 0;

UCC git Repository :: git.ucc.asn.au