forked from KolibriOS/kolibrios
Kernel hack for i8255x devices is no longer needed. Corrected network buffer size.
git-svn-id: svn://kolibrios.org@5523 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
@@ -344,13 +344,11 @@ stack_handler:
|
||||
|
||||
align 4
|
||||
NET_BUFF_alloc:
|
||||
add dword[esp+4], NET_BUFF.data
|
||||
jmp kernel_alloc
|
||||
|
||||
|
||||
align 4
|
||||
NET_BUFF_free:
|
||||
and dword[esp+4], not 0xfff
|
||||
jmp kernel_free
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user