Subversion Repositories Kolibri OS

Rev

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

Rev 3211 Rev 3346
Line 159... Line 159...
159
 
159
 
Line 160... Line 160...
160
; Fill in the direct call addresses into the struct
160
; Fill in the direct call addresses into the struct
161
 
161
 
162
        mov     [device.reset], reset
-
 
163
        mov     [device.transmit], transmit
-
 
164
        mov     [device.get_MAC], read_mac
162
        mov     [device.reset], reset
165
        mov     [device.set_MAC], .fail
163
        mov     [device.transmit], transmit
Line 166... Line 164...
166
        mov     [device.unload], unload
164
        mov     [device.unload], unload
Line 292... Line 290...
292
;        ret
290
;        ret
293
  @@:
291
  @@:
Line 294... Line 292...
294
 
292
 
Line -... Line 293...
-
 
293
        call    read_mac
-
 
294
 
-
 
295
; Set the mtu, kernel will be able to send now
-
 
296
        mov     [device.mtu], 1514
-
 
297
 
Line 295... Line 298...
295
        call    read_mac
298
; Set link state to unknown