Subversion Repositories Kolibri OS

Compare Revisions

Regard whitespace Rev 372 → Rev 373

/kernel/trunk/network/eth_drv/drivers/rtl8139.inc
177,7 → 177,7
uglobal
align 4
rtl8139_rx_buff_offset: dd 0
curr_tx_desc: dd 0
curr_tx_desc dd 0
endg
 
iglobal
442,8 → 442,8
; Transmits a packet of data via the ethernet card
; Pointer to 48 bit destination address in edi
; Type of packet in bx
; size of packet in ecx
; pointer to packet data in esi
; Size of packet in ecx
; Pointer to packet data in esi
; Destroyed registers
; eax, edx, esi, edi
; ToDo