Subversion Repositories Kolibri OS

Rev

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

Rev 4578 Rev 4624
Line 3... Line 3...
3
;; Copyright (C) KolibriOS team 2004-2013. All rights reserved. ;;
3
;; Copyright (C) KolibriOS team 2004-2013. 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: 4578 $
8
$Revision: 4624 $
9
 
9
 
10
 
10
 
Line 1172... Line 1172...
1172
        pop     esi
1172
        pop     esi
1173
        ret
1173
        ret
1174
;-----------------------------------------------------------------------------
1174
;-----------------------------------------------------------------------------
1175
uglobal
1175
uglobal
1176
align 4
1176
align 4
-
 
1177
IDEContrProgrammingInterface dd ?
1177
IDE_Interrupt   dw ?
1178
IDE_Interrupt   dw ?
1178
IDEContrRegsBaseAddr         dw ?
1179
IDEContrRegsBaseAddr         dw ?
1179
IDEContrProgrammingInterface dw ?
-
 
1180
IDE_BAR0_val    dw ?
1180
IDE_BAR0_val    dw ?
1181
IDE_BAR1_val    dw ?
1181
IDE_BAR1_val    dw ?
1182
IDE_BAR2_val    dw ?
1182
IDE_BAR2_val    dw ?
1183
IDE_BAR3_val    dw ?
1183
IDE_BAR3_val    dw ?
1184
endg
1184
endg