forked from KolibriOS/kolibrios
Fixed bug in i8254x driver
git-svn-id: svn://kolibrios.org@2999 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
parent
6e328be793
commit
ad6b39e045
@ -728,7 +728,7 @@ int_handler:
|
|||||||
test eax, ICR_RXDMT0
|
test eax, ICR_RXDMT0
|
||||||
jz .no_rx
|
jz .no_rx
|
||||||
|
|
||||||
push eax
|
push eax ebx
|
||||||
push .retaddr
|
push .retaddr
|
||||||
|
|
||||||
; Get last descriptor addr
|
; Get last descriptor addr
|
||||||
@ -760,7 +760,7 @@ int_handler:
|
|||||||
|
|
||||||
jmp Eth_input
|
jmp Eth_input
|
||||||
.retaddr:
|
.retaddr:
|
||||||
pop eax
|
pop ebx eax
|
||||||
|
|
||||||
.no_rx:
|
.no_rx:
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user