new function: NET_packet_free, i8255x driver should not cause problems anymore.

git-svn-id: svn://kolibrios.org@3861 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
hidnplayr
2013-08-07 13:13:29 +00:00
parent b4f0e98afc
commit 72f900e956
10 changed files with 26 additions and 19 deletions

View File

@@ -316,6 +316,11 @@ stack_handler:
ret
align 4
NET_packet_free:
and dword[esp+4], not 0xfff
jmp kernel_free
align 4
NET_link_changed: