Subversion Repositories Kolibri OS

Rev

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

Rev 1635 Rev 2010
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: 1531 $
8
$Revision: 2010 $
9
 
9
 
10
 
10
 
Line 65... Line 65...
65
free_cd_channel:
65
free_cd_channel:
66
    cmp   [ChannelNumber],1
66
    cmp   [ChannelNumber],1
67
    jne   .IDE_Channel_2
67
    jne   .IDE_Channel_2
68
.IDE_Channel_1:
68
.IDE_Channel_1:
69
    mov [IDE_Channel_1],0
69
    mov [IDE_Channel_1],0
-
 
70
    sti
70
    ret
71
    ret
71
.IDE_Channel_2:
72
.IDE_Channel_2:
72
    mov [IDE_Channel_2],0
73
    mov [IDE_Channel_2],0
-
 
74
    sti
73
    ret
75
    ret
Line 74... Line 76...
74
 
76
 
75
uglobal
77
uglobal
76
cd_status dd 0
78
cd_status dd 0