Subversion Repositories Kolibri OS

Rev

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

Rev 4532 Rev 4580
Line 914... Line 914...
914
 
914
 
915
; Set the mtu, kernel will be able to send now
915
; Set the mtu, kernel will be able to send now
Line 916... Line 916...
916
        mov     [ebx + device.mtu], 1514
916
        mov     [ebx + device.mtu], 1514
917
 
917
 
Line 918... Line 918...
918
; get link status
918
; get link status
Line 919... Line 919...
919
        mov     [ebx + device.state], ETH_LINK_UNKOWN
919
        mov     [ebx + device.state], ETH_LINK_UNKNOWN
920
 
920