Subversion Repositories Kolibri OS

Compare Revisions

Regard whitespace Rev 4523 → Rev 4524

/drivers/ethernet/i8254x.asm
219,7 → 219,6
struct TDESC
addr_l dd ?
addr_h dd ?
 
length_cso_cmd dd ? ; 16 bits length + 8 bits cso + 8 bits cmd
status dd ? ; status, checksum start field, special
ends
294,7 → 293,7
;; (standard driver proc) ;;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;
 
proc START stdcall, reason:dword, cmdline:dword
proc START c, reason:dword, cmdline:dword
 
cmp [reason], DRV_ENTRY
jne .fail
891,7 → 890,10
 
; End of code
 
section '.data' readable writable
data fixups
end data
 
;section '.data' readable writable
include '../peimport.inc'
 
include_debug_strings