Subversion Repositories Kolibri OS

Rev

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

Rev 3231 Rev 3346
Line 407... Line 407...
407
 
407
 
Line 408... Line 408...
408
; Fill in the direct call addresses into the struct
408
; Fill in the direct call addresses into the struct
409
 
409
 
410
        mov     [device.reset], reset
-
 
411
        mov     [device.transmit], transmit
-
 
412
        mov     [device.get_MAC], read_mac
410
        mov     [device.reset], reset
413
        mov     [device.set_MAC], write_mac
411
        mov     [device.transmit], transmit
Line 414... Line 412...
414
        mov     [device.unload], unload
412
        mov     [device.unload], unload
Line 693... Line 691...
693
        rep     stosd
691
        rep     stosd
Line 694... Line 692...
694
 
692
 
695
; Set the mtu, kernel will be able to send now
693
; Set the mtu, kernel will be able to send now
Line -... Line 694...
-
 
694
        mov     [device.mtu], 1514
-
 
695
 
-
 
696
; Set link state to unknown
696
        mov     [device.mtu], 1514
697
        mov     [device.state], ETH_LINK_UNKOWN
Line 697... Line 698...
697
 
698