Subversion Repositories Kolibri OS

Rev

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

Rev 4700 Rev 4720
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: 4700 $
16
$Revision: 4720 $
17
 
17
 
18
struct  POINT
18
struct  POINT
19
        x       dd ?
19
        x       dd ?
Line 158... Line 158...
158
        RegsBaseAddres       dw ?
158
        RegsBaseAddres       dw ?
159
        BAR0_val             dw ?
159
        BAR0_val             dw ?
160
        BAR1_val             dw ?
160
        BAR1_val             dw ?
161
        BAR2_val             dw ?
161
        BAR2_val             dw ?
162
        BAR3_val             dw ?
162
        BAR3_val             dw ?
-
 
163
        dma_hdd_channel_1    db ?
163
        dma_hdd              db ?
164
        dma_hdd_channel_2    db ?
164
ends
165
ends
Line 165... Line 166...
165
 
166
 
166
struct  IDE_CACHE
167
struct  IDE_CACHE
167
        pointer              dd ?
168
        pointer              dd ?