Subversion Repositories Kolibri OS

Rev

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

Rev 4700 Rev 4711
Line 207... Line 207...
207
        push    eax edx
207
        push    eax edx
208
        mov     dx, [ecx+IDE_DATA.RegsBaseAddres]
208
        mov     dx, [ecx+IDE_DATA.RegsBaseAddres]
209
        xor     eax, eax
209
        xor     eax, eax
210
        add     dx, 2
210
        add     dx, 2
211
        in      al, dx
211
        in      al, dx
212
        DEBUGF  1, "K : Primary Bus Master IDE Status Register %x\n", eax
212
;        DEBUGF  1, "K : Primary Bus Master IDE Status Register %x\n", eax
Line 213... Line 213...
213
 
213
 
214
        add     dx, 8
214
        add     dx, 8
215
        in      al, dx
215
        in      al, dx
216
        DEBUGF  1, "K : Secondary Bus Master IDE Status Register %x\n", eax
216
;        DEBUGF  1, "K : Secondary Bus Master IDE Status Register %x\n", eax
Line 217... Line 217...
217
        pop     edx eax
217
        pop     edx eax
218
 
218
 
219
        cmp     [ecx+IDE_DATA.RegsBaseAddres], 0
219
        cmp     [ecx+IDE_DATA.RegsBaseAddres], 0