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 372... Line 372...
372
 
372
 
Line 373... Line 373...
373
; Fill in the direct call addresses into the struct
373
; Fill in the direct call addresses into the struct
374
 
374
 
375
        mov     [device.reset], reset
-
 
376
        mov     [device.transmit], transmit
-
 
377
        mov     [device.get_MAC], read_mac
375
        mov     [device.reset], reset
378
        mov     [device.set_MAC], .fail
376
        mov     [device.transmit], transmit
Line 379... Line 377...
379
        mov     [device.unload], unload
377
        mov     [device.unload], unload
Line 583... Line 581...
583
        mov     eax, 1+4+16 ;;;; hack!
581
        mov     eax, 1+4+16 ;;;; hack!
584
        mov     [esi + REG_IMS], eax                    ; Enable interrupt types
582
        mov     [esi + REG_IMS], eax                    ; Enable interrupt types
Line 585... Line 583...
585
 
583
 
Line -... Line 584...
-
 
584
        mov     [device.mtu], 1514
-
 
585
 
-
 
586
; Set link state to unknown
586
        mov     [device.mtu], 1514
587
        mov     [device.state], ETH_LINK_UNKOWN
587
 
588