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:
hidnplayr
2015-03-17 22:01:39 +00:00
parent 0ba1fff7a7
commit b2cff15daa
2 changed files with 1 additions and 2 deletions

View File

@@ -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