Subversion Repositories Kolibri OS

Rev

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

Rev 237 Rev 321
Line 766... Line 766...
766
        push    esi     ; remove hd1 & cd & flp reservation
766
        push    esi     ; remove hd1 & cd & flp reservation
767
        shl     esi, 5
767
        shl     esi, 5
768
        mov     esi, [esi+0x3000+TASKDATA.pid]
768
        mov     esi, [esi+0x3000+TASKDATA.pid]
769
        cmp     [hd1_status], esi
769
        cmp     [hd1_status], esi
770
        jnz     @f
770
        jnz     @f
-
 
771
        call    free_hd_channel
771
        mov     [hd1_status], 0
772
        mov     [hd1_status], 0
772
@@:
773
@@:
773
        cmp     [cd_status], esi
774
        cmp     [cd_status], esi
774
        jnz     @f
775
        jnz     @f
-
 
776
        call    free_cd_channel
775
        mov     [cd_status], 0
777
        mov     [cd_status], 0
776
@@:
778
@@:
777
        cmp     [flp_status], esi
779
        cmp     [flp_status], esi
778
        jnz     @f
780
        jnz     @f
779
        mov     [flp_status], 0
781
        mov     [flp_status], 0