RTL8169 network driver

git-svn-id: svn://kolibrios.org@373 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
Mihail Semenyako (mike.dld)
2007-02-24 22:43:17 +00:00
parent 21dcb2539a
commit 6e47c89546
7 changed files with 1247 additions and 33 deletions

View File

@@ -4374,7 +4374,7 @@ sys_msg_board_str:
ret
uglobal
msg_board_data: times 512 db 0
msg_board_data: times 4096 db 0
msg_board_count dd 0x0
endg
@@ -4390,7 +4390,7 @@ sys_msg_board:
mov [msg_board_data+ecx],bl
inc ecx
and ecx, 511
and ecx, 4095
mov [msg_board_count], ecx
mov [check_idle_semaphore], 5
ret