Subversion Repositories Kolibri OS

Rev

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

Rev 3810 Rev 3825
Line 69... Line 69...
69
format binary as "mnt"
69
format binary as "mnt"
Line 70... Line 70...
70
 
70
 
71
include 'macros.inc'
71
include 'macros.inc'
Line 72... Line 72...
72
include 'struct.inc'
72
include 'struct.inc'
Line 73... Line 73...
73
 
73
 
74
$Revision: 3810 $
74
$Revision: 3825 $
Line 1118... Line 1118...
1118
        cmp     [IDEContrProgrammingInterface], 0
1118
        cmp     [IDEContrProgrammingInterface], 0
1119
        je      set_interrupts_for_IDE_controllers.continue
1119
        je      set_interrupts_for_IDE_controllers.continue
Line 1120... Line 1120...
1120
 
1120
 
1121
        mov     ax, [IDE_Interrupt]
1121
        mov     ax, [IDE_Interrupt]
-
 
1122
        cmp     al, 0xff
-
 
1123
        jne     @f
-
 
1124
 
1122
        cmp     al, 0xff
1125
        mov     [dma_hdd], 0
-
 
1126
        jmp     set_interrupts_for_IDE_controllers.end_set_interrupts
1123
        je      set_interrupts_for_IDE_controllers.end_set_interrupts
1127
@@:
1124
;-----------------------------------------------------------------------------
1128
;-----------------------------------------------------------------------------
1125
; set interrupts for IDE Controller
1129
; set interrupts for IDE Controller
1126
;-----------------------------------------------------------------------------
1130
;-----------------------------------------------------------------------------
1127
        mov     esi, boot_set_int_IDE
1131
        mov     esi, boot_set_int_IDE