forked from KolibriOS/kolibrios
Fixed error in TX configuration register.
git-svn-id: svn://kolibrios.org@6229 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
parent
ba4849dc54
commit
3dfbd4d145
@ -121,8 +121,8 @@ include '../netdrv.inc'
|
||||
BIT_10 = 5 ; 10base-T
|
||||
BIT_SELECTOR = 0 ; binary encoded selector CSMA/CD=00001
|
||||
|
||||
BIT_IFG1 = 25
|
||||
BIT_IFG0 = 24
|
||||
BIT_IFG1 = 1 shl 25
|
||||
BIT_IFG0 = 1 shl 24
|
||||
|
||||
RX_CONFIG = (RBLEN shl BIT_RBLEN) or \
|
||||
(RX_MXDMA shl BIT_RX_MXDMA) or \
|
||||
|
Loading…
Reference in New Issue
Block a user