forked from KolibriOS/kolibrios
Bugfix in PCnet driver.
git-svn-id: svn://kolibrios.org@3197 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
parent
dd4a76e872
commit
ac5091bcec
@ -984,6 +984,7 @@ transmit:
|
||||
mov [eax + buf_head.status], 0x8300
|
||||
|
||||
; trigger an immediate send
|
||||
mov edx, [device.io_addr]
|
||||
xor ecx, ecx ; CSR0
|
||||
call [device.access_read_csr]
|
||||
or eax, PCNET_CSR_TX
|
||||
|
Loading…
Reference in New Issue
Block a user