Subversion Repositories Kolibri OS

Rev

Rev 9231 | Rev 9271 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 9231 Rev 9270
Line 563... Line 563...
563
 
563
 
Line 564... Line 564...
564
        ; DEBUGF  1, "K: AHCI: found drive at port %d, cmd = 0x%x, ssts = 0x%x, signature = 0x%x\n", ebx, [edi + HBA_PORT.command], [edi + HBA_PORT.sata_status], [edi + HBA_PORT.signature]  
564
        ; DEBUGF  1, "K: AHCI: found drive at port %d, cmd = 0x%x, ssts = 0x%x, signature = 0x%x\n", ebx, [edi + HBA_PORT.command], [edi + HBA_PORT.sata_status], [edi + HBA_PORT.signature]  
565
 
565
 
566
        mov     ecx, ebx
-
 
567
        imul    ecx, sizeof.PORT_DATA
566
        mov     ecx, ebx
-
 
567
        imul    ecx, sizeof.PORT_DATA
568
        mov     ecx, [sd_data]
568
        add     ecx, SD_DATA.port_data_arr
Line 569... Line 569...
569
        add     ecx, SD_DATA.port_data_arr
569
        add     ecx, [sd_data]
Line 570... Line 570...
570
        stdcall ahci_port_rebase, edi, ebx, ecx
570
        stdcall ahci_port_rebase, edi, ebx, ecx