Subversion Repositories Kolibri OS

Rev

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

Rev 3791 Rev 3810
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: 3791 $
74
$Revision: 3810 $
Line 1115... Line 1115...
1115
        cmp     [IDEContrRegsBaseAddr], 0
1115
        cmp     [IDEContrRegsBaseAddr], 0
1116
        setnz   [dma_hdd]
1116
        setnz   [dma_hdd]
Line 1117... Line 1117...
1117
 
1117
 
1118
        cmp     [IDEContrProgrammingInterface], 0
1118
        cmp     [IDEContrProgrammingInterface], 0
-
 
1119
        je      set_interrupts_for_IDE_controllers.continue
-
 
1120
 
-
 
1121
        mov     ax, [IDE_Interrupt]
-
 
1122
        cmp     al, 0xff
1119
        je      set_interrupts_for_IDE_controllers.continue
1123
        je      set_interrupts_for_IDE_controllers.end_set_interrupts
1120
;-----------------------------------------------------------------------------
1124
;-----------------------------------------------------------------------------
1121
; set interrupts for IDE Controller
1125
; set interrupts for IDE Controller
1122
;-----------------------------------------------------------------------------
1126
;-----------------------------------------------------------------------------
1123
        mov     esi, boot_set_int_IDE
1127
        mov     esi, boot_set_int_IDE