Subversion Repositories Kolibri OS

Rev

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

Rev 4522 Rev 4524
Line 217... Line 217...
217
; === TX Descriptor ===
217
; === TX Descriptor ===
Line 218... Line 218...
218
 
218
 
219
struct TDESC
219
struct TDESC
220
        addr_l          dd ?
220
        addr_l          dd ?
221
        addr_h          dd ?
-
 
222
 
221
        addr_h          dd ?
223
        length_cso_cmd  dd ?    ; 16 bits length + 8 bits cso + 8 bits cmd
222
        length_cso_cmd  dd ?    ; 16 bits length + 8 bits cso + 8 bits cmd
224
        status          dd ?    ; status, checksum start field, special
223
        status          dd ?    ; status, checksum start field, special
Line 225... Line 224...
225
ends
224
ends
Line 292... Line 291...
292
;; proc START             ;;
291
;; proc START             ;;
293
;;                        ;;
292
;;                        ;;
294
;; (standard driver proc) ;;
293
;; (standard driver proc) ;;
295
;;;;;;;;;;;;;;;;;;;;;;;;;;;;
294
;;;;;;;;;;;;;;;;;;;;;;;;;;;;
Line 296... Line 295...
296
 
295
 
Line 297... Line 296...
297
proc START stdcall, reason:dword, cmdline:dword
296
proc START c, reason:dword, cmdline:dword
298
 
297
 
Line 299... Line 298...
299
        cmp     [reason], DRV_ENTRY
298
        cmp     [reason], DRV_ENTRY
Line 889... Line 888...
889
 
888
 
Line -... Line 889...
-
 
889
 
-
 
890
 
-
 
891
; End of code
890
 
892
 
891
 
893
data fixups
Line 892... Line 894...
892
; End of code
894
end data
893
 
895