Subversion Repositories Kolibri OS

Rev

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

Rev 3205 Rev 3346
Line 444... Line 444...
444
 
444
 
Line 445... Line 445...
445
; Fill in the direct call addresses into the struct
445
; Fill in the direct call addresses into the struct
446
 
446
 
447
        mov     [device.reset], reset
-
 
448
        mov     [device.transmit], transmit
-
 
449
        mov     [device.get_MAC], read_mac
447
        mov     [device.reset], reset
450
        mov     [device.set_MAC], write_mac
448
        mov     [device.transmit], transmit
Line 451... Line 449...
451
        mov     [device.unload], unload
449
        mov     [device.unload], unload
Line 872... Line 870...
872
        call    [device.write_csr]
870
        call    [device.write_csr]
Line 873... Line 871...
873
 
871
 
874
; Set the mtu, kernel will be able to send now
872
; Set the mtu, kernel will be able to send now
Line -... Line 873...
-
 
873
        mov     [device.mtu], 1514
-
 
874
 
-
 
875
; get link status
875
        mov     [device.mtu], 1514
876
        call    cable
876
 
877
 
877
        DEBUGF 1,"reset complete\n"
878
        DEBUGF 1,"reset complete\n"