Subversion Repositories Kolibri OS

Rev

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

Rev 3324 Rev 3346
Line 533... Line 533...
533
 
533
 
Line 534... Line 534...
534
; Fill in the direct call addresses into the struct
534
; Fill in the direct call addresses into the struct
535
 
535
 
536
        mov     [device.reset], reset
-
 
537
        mov     [device.transmit], transmit
-
 
538
        mov     [device.get_MAC], read_mac
536
        mov     [device.reset], reset
539
        mov     [device.set_MAC], .fail
537
        mov     [device.transmit], transmit
Line 540... Line 538...
540
        mov     [device.unload], .fail
538
        mov     [device.unload], .fail
Line 984... Line 982...
984
 
982
 
985
  .return:
983
  .return:
986
        xor     eax, eax        ; Indicate that we have successfully reset the card
984
        xor     eax, eax        ; Indicate that we have successfully reset the card
Line -... Line 985...
-
 
985
        mov     [device.mtu], 1514 ;;; FIXME
-
 
986
 
-
 
987
; Set link state to unknown
987
        mov     [device.mtu], 1514 ;;; FIXME
988
        mov     [device.state], ETH_LINK_UNKOWN
Line 988... Line 989...
988
 
989
 
989
        ret
990
        ret