Subversion Repositories Kolibri OS

Rev

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

Rev 1664 Rev 3487
Line 9... Line 9...
9
;;  Distributed under GPL. See file COPYING for details.        ;;
9
;;  Distributed under GPL. See file COPYING for details.        ;;
10
;;  Copyright 2003 Ville Turjanmaa                              ;;
10
;;  Copyright 2003 Ville Turjanmaa                              ;;
11
;;                                                              ;;
11
;;                                                              ;;
12
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
12
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
Line 13... Line 13...
13
 
13
 
Line 14... Line 14...
14
$Revision: 1664 $
14
$Revision: 3487 $
15
 
15
 
16
 
16
 
Line 243... Line 243...
243
        mov     ds, ax
243
        mov     ds, ax
244
        mov     es, ax
244
        mov     es, ax
245
        mov     edi, 6
245
        mov     edi, 6
246
        cmp     [v86_irqhooks+edi*8], 0
246
        cmp     [v86_irqhooks+edi*8], 0
247
        jnz     v86_irq2
247
        jnz     v86_irq2
248
        call    fdc_irq
248
;        call    fdc_irq
249
        call    ready_for_next_irq
249
        call    ready_for_next_irq
250
        restore_ring3_context
250
        restore_ring3_context
251
        iret
251
        iret
Line 682... Line 682...
682
;@@:
682
;@@:
683
;        cmp     [cd_status], esi
683
;        cmp     [cd_status], esi
684
;        jnz     @f
684
;        jnz     @f
685
;        call    free_cd_channel
685
;        call    free_cd_channel
686
;        and     [cd_status], 0
686
;        and     [cd_status], 0
687
@@:
687
;@@:
688
        cmp     [flp_status], esi
688
;        cmp     [flp_status], esi
689
        jnz     @f
689
;        jnz     @f
690
        and     [flp_status], 0
690
;        and     [flp_status], 0
691
@@:
691
@@:
692
        pop     esi
692
        pop     esi
693
        cmp     [bgrlockpid], esi
693
        cmp     [bgrlockpid], esi
694
        jnz     @f
694
        jnz     @f
695
        and     [bgrlockpid], 0
695
        and     [bgrlockpid], 0