Subversion Repositories Kolibri OS

Rev

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

Rev 3911 Rev 4273
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: 3911 $
14
$Revision: 4273 $
15
 
15
 
16
align 4 ;3A08
16
align 4 ;3A08
17
build_interrupt_table:
17
build_interrupt_table:
Line 658... Line 658...
658
        cmp     [cd_status], esi
658
        cmp     [cd_status], esi
659
        jnz     @f
659
        jnz     @f
660
        call    free_cd_channel
660
        call    free_cd_channel
661
        and     [cd_status], 0
661
        and     [cd_status], 0
662
@@:
662
@@:
663
        cmp     [flp_status], esi
-
 
664
        jnz     @f
-
 
665
        and     [flp_status], 0
-
 
666
@@:
-
 
667
        pop     esi
663
        pop     esi
668
        cmp     [bgrlockpid], esi
664
        cmp     [bgrlockpid], esi
669
        jnz     @f
665
        jnz     @f
670
        and     [bgrlockpid], 0
666
        and     [bgrlockpid], 0
671
        and     [bgrlock], 0
667
        and     [bgrlock], 0