Subversion Repositories Kolibri OS

Rev

Rev 1178 | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1178 Rev 1187
Line 963... Line 963...
963
	sub	bx , [pktoff]
963
	sub	bx , [pktoff]
Line 964... Line 964...
964
 
964
 
965
	cmp	[eth_tmp_len], bx
965
	cmp	[eth_tmp_len], bx
Line 966... Line 966...
966
	jbe	.nsp_005
966
	jbe	.nsp_005
Line 967... Line 967...
967
 
967
 
968
	DEBUGF	2,"tadaa!\n"
968
	DEBUGF	2,"WRAP!\n"
969
 
969
 
Line 987... Line 987...
987
	xor	al, al
987
	xor	al, al
988
	mov	ah, [ebp + device.rx_start]
988
	mov	ah, [ebp + device.rx_start]
989
	mov	[pktoff], ax
989
	mov	[pktoff], ax
Line 990... Line 990...
990
 
990
 
991
	add	[eth_rx_data_ptr], ebx
-
 
992
 
-
 
993
	mov	ax, [eth_tmp_len]
-
 
994
	sub	ax, bx
991
	add	[eth_rx_data_ptr], ebx
Line 995... Line 992...
995
	mov	[eth_tmp_len], ax
992
	sub	[eth_tmp_len], bx
996
 
993
 
997
.nsp_005:
994
.nsp_005: