Bugfix in PCnet driver.

git-svn-id: svn://kolibrios.org@3197 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
hidnplayr 2013-01-24 16:19:22 +00:00
parent dd4a76e872
commit ac5091bcec

View File

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