Fixed bug in RTL8029 which led to crash after receiving TCP frame.

git-svn-id: svn://kolibrios.org@3158 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
hidnplayr 2013-01-11 10:45:19 +00:00
parent 61664a951d
commit 43ea83d5a4

View File

@ -766,6 +766,8 @@ int_handler:
DEBUGF 1,"Device=%x status=%x\n", ebx, eax:2
push ebx
test al, ISR_PRX ; packet received ok ?
jz .no_rx
@ -917,6 +919,7 @@ int_handler:
.no_rx:
pop ebx
DEBUGF 2,"done\n"
set_io 0