Subversion Repositories Kolibri OS

Compare Revisions

Regard whitespace Rev 1186 → Rev 1187

/kernel/branches/net/drivers/RTL8029.asm
965,7 → 965,7
cmp [eth_tmp_len], bx
jbe .nsp_005
 
DEBUGF 2,"tadaa!\n"
DEBUGF 2,"WRAP!\n"
 
mov al , [ebp + device.flags]
test al , FLAG_PIO
989,11 → 989,8
mov [pktoff], ax
 
add [eth_rx_data_ptr], ebx
sub [eth_tmp_len], bx
 
mov ax, [eth_tmp_len]
sub ax, bx
mov [eth_tmp_len], ax
 
.nsp_005:
test [ebp + device.flags], FLAG_PIO
jz .nsp_008