Subversion Repositories Kolibri OS

Rev

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

Rev 4608 Rev 4700
Line 11... Line 11...
11
;; maintain and compile with an automated SETUP program         ;;
11
;; maintain and compile with an automated SETUP program         ;;
12
;; in the future.                                               ;;
12
;; in the future.                                               ;;
13
;;                                                              ;;
13
;;                                                              ;;
14
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
14
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
Line 15... Line 15...
15
 
15
 
Line 16... Line 16...
16
$Revision: 4608 $
16
$Revision: 4700 $
17
 
17
 
18
struct  POINT
18
struct  POINT
19
        x       dd ?
19
        x       dd ?
Line 150... Line 150...
150
        priority        dd ?            ;+232
150
        priority        dd ?            ;+232
151
        in_schedule     LHEAD           ;+236
151
        in_schedule     LHEAD           ;+236
Line 152... Line 152...
152
 
152
 
Line -... Line 153...
-
 
153
ends
-
 
154
 
-
 
155
struct  IDE_DATA
-
 
156
        ProgrammingInterface dd ?
-
 
157
        Interrupt            dw ?
-
 
158
        RegsBaseAddres       dw ?
-
 
159
        BAR0_val             dw ?
-
 
160
        BAR1_val             dw ?
-
 
161
        BAR2_val             dw ?
-
 
162
        BAR3_val             dw ?
-
 
163
        dma_hdd              db ?
-
 
164
ends
-
 
165
 
-
 
166
struct  IDE_CACHE
-
 
167
        pointer              dd ?
-
 
168
        size                 dd ?   ; not use
-
 
169
        data_pointer         dd ?
-
 
170
        system_data_size     dd ?   ; not use
-
 
171
        appl_data_size       dd ?   ; not use
-
 
172
        system_data          dd ?
-
 
173
        appl_data            dd ?
-
 
174
        system_sad_size      dd ?
-
 
175
        appl_sad_size        dd ?
-
 
176
        search_start         dd ?
Line 153... Line 177...
153
ends
177
        appl_search_start    dd ?
154
 
178
ends
155
 
179
 
156
; Core functions
180
; Core functions
Line 241... Line 265...
241
; Access through BIOS
265
; Access through BIOS
242
include "blkdev/bd_drv.inc"
266
include "blkdev/bd_drv.inc"
Line 243... Line 267...
243
 
267
 
Line 244... Line -...
244
; CD drive controller
-
 
245
 
268
; CD drive controller
Line 246... Line 269...
246
include "blkdev/cdrom.inc"
269
 
Line 247... Line 270...
247
include "blkdev/cd_drv.inc"
270
include "blkdev/cd_drv.inc"