Subversion Repositories Kolibri OS

Rev

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

Rev 2044 Rev 2089
Line 3... Line 3...
3
;; Copyright (C) KolibriOS team 2004-2008. All rights reserved. ;;
3
;; Copyright (C) KolibriOS team 2004-2008. All rights reserved. ;;
4
;; Distributed under terms of the GNU General Public License    ;;
4
;; Distributed under terms of the GNU General Public License    ;;
5
;;                                                              ;;
5
;;                                                              ;;
6
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
6
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
Line 7... Line 7...
7
 
7
 
Line 8... Line 8...
8
$Revision: 2044 $
8
$Revision: 2089 $
9
 
9
 
10
 
10
 
Line 67... Line 67...
67
free_cd_channel:
67
free_cd_channel:
68
    cmp   [ChannelNumber],1
68
    cmp   [ChannelNumber],1
69
    jne   .IDE_Channel_2
69
    jne   .IDE_Channel_2
70
.IDE_Channel_1:
70
.IDE_Channel_1:
71
    mov [IDE_Channel_1],0
71
    mov [IDE_Channel_1],0
-
 
72
    sti
72
    ret
73
    ret
73
.IDE_Channel_2:
74
.IDE_Channel_2:
74
    mov [IDE_Channel_2],0
75
    mov [IDE_Channel_2],0
-
 
76
    sti
75
    ret
77
    ret
Line 76... Line 78...
76
 
78
 
77
uglobal
79
uglobal
78
cd_status dd 0
80
cd_status dd 0