forked from KolibriOS/kolibrios
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:
parent
61664a951d
commit
43ea83d5a4
@ -766,6 +766,8 @@ int_handler:
|
|||||||
|
|
||||||
DEBUGF 1,"Device=%x status=%x\n", ebx, eax:2
|
DEBUGF 1,"Device=%x status=%x\n", ebx, eax:2
|
||||||
|
|
||||||
|
push ebx
|
||||||
|
|
||||||
test al, ISR_PRX ; packet received ok ?
|
test al, ISR_PRX ; packet received ok ?
|
||||||
jz .no_rx
|
jz .no_rx
|
||||||
|
|
||||||
@ -917,6 +919,7 @@ int_handler:
|
|||||||
|
|
||||||
|
|
||||||
.no_rx:
|
.no_rx:
|
||||||
|
pop ebx
|
||||||
DEBUGF 2,"done\n"
|
DEBUGF 2,"done\n"
|
||||||
|
|
||||||
set_io 0
|
set_io 0
|
||||||
|
Loading…
Reference in New Issue
Block a user