Subversion Repositories Kolibri OS

Rev

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

Rev 4624 Rev 4625
Line 133... Line 133...
133
;        DEBUGF  1, "K : IDEContrProgrammingInterface %x \n", [IDEContrProgrammingInterface]:4
133
;        DEBUGF  1, "K : IDEContrProgrammingInterface %x \n", [IDEContrProgrammingInterface]:4
134
;        DEBUGF  1, "K : IDE_Interrupt %x \n", [IDE_Interrupt]:4
134
;        DEBUGF  1, "K : IDE_Interrupt %x \n", [IDE_Interrupt]:4
135
;-----------------------------------------------------------------------------
135
;-----------------------------------------------------------------------------
136
        mov     esi, boot_detecthdcd
136
        mov     esi, boot_detecthdcd
137
        call    boot_log
137
        call    boot_log
138
include 'detect/dev_hdcd.inc'
138
include 'dev_hdcd.inc'
139
        mov     esi, boot_getcache
139
        mov     esi, boot_getcache
140
        call    boot_log
140
        call    boot_log
141
include 'detect/getcache.inc'
141
include 'getcache.inc'
142
        mov     esi, boot_detectpart
142
        mov     esi, boot_detectpart
143
        call    boot_log
143
        call    boot_log
144
include 'detect/sear_par.inc'
144
include 'sear_par.inc'
145
;-----------------------------------------------------------------------------
145
;-----------------------------------------------------------------------------
146
        mov     dx, [IDEContrRegsBaseAddr]
146
        mov     dx, [IDEContrRegsBaseAddr]
147
; test whether it is our interrupt?
147
; test whether it is our interrupt?
148
        add     dx, 2
148
        add     dx, 2
149
        in      al, dx
149
        in      al, dx