Subversion Repositories Kolibri OS

Rev

Rev 3545 | Rev 4334 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 3545 Rev 4301
Line 955... Line 955...
955
        mov     [tpc.cur_rx], eax
955
        mov     [tpc.cur_rx], eax
956
        lea     eax, [device.tx_ring]
956
        lea     eax, [device.tx_ring]
957
        GetRealAddr
957
        GetRealAddr
958
        set_io  REG_TxDescStartAddr
958
        set_io  REG_TxDescStartAddr
959
        out     dx, eax
959
        out     dx, eax
-
 
960
        set_io  REG_TxDescStartAddr + 4
-
 
961
        xor     eax, eax
-
 
962
        out     dx, eax
Line 960... Line 963...
960
 
963
 
961
        lea     eax, [device.rx_ring]
964
        lea     eax, [device.rx_ring]
962
        GetRealAddr
965
        GetRealAddr
963
        set_io  REG_RxDescStartAddr
966
        set_io  REG_RxDescStartAddr
-
 
967
        out     dx, eax
-
 
968
        xor     eax, eax
-
 
969
        set_io  REG_RxDescStartAddr + 4
Line 964... Line 970...
964
        out     dx, eax
970
        out     dx, eax
965
 
971
 
966
        set_io  REG_Cfg9346
972
        set_io  REG_Cfg9346