Renaming exported function 'EthReceiver' to 'ETH_input'

git-svn-id: svn://kolibrios.org@2981 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
hidnplayr
2012-10-07 14:23:05 +00:00
parent c287a04d42
commit ce2dee6a2b
13 changed files with 124 additions and 154 deletions

View File

@@ -664,9 +664,9 @@ transmit:
[eax+13]:2,[eax+12]:2
cmp dword [esp+8], MAX_ETH_FRAME_SIZE
jg .fail
ja .fail
cmp dword [esp+8], 60
jl .fail
jb .fail
; check if we own the current discriptor
set_io 0
@@ -710,7 +710,7 @@ transmit:
DEBUGF 1,"Waiting for timeout\n"
push edx
mov esi, 300
mov esi, 30
stdcall Sleep
pop edx
@@ -831,7 +831,7 @@ int_handler:
rep movsd
.nd:
jmp EthReceiver ; Send it to kernel
jmp Eth_input ; Send it to kernel
.abort:
pop eax ebx