Subversion Repositories Kolibri OS

Rev

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

Rev 4597 Rev 5003
Line 219... Line 219...
219
proc START c, reason:dword, cmdline:dword
219
proc START c, reason:dword, cmdline:dword
Line 220... Line 220...
220
 
220
 
221
        cmp     [reason], DRV_ENTRY
221
        cmp     [reason], DRV_ENTRY
Line 222... Line 222...
222
        jne     .fail
222
        jne     .fail
223
 
223
 
224
        DEBUGF  1,"Loading driver\n"
224
        DEBUGF  2,"Loading driver\n"
Line 225... Line 225...
225
        invoke  RegService, my_service, service_proc
225
        invoke  RegService, my_service, service_proc
226
        ret
226
        ret
Line 332... Line 332...
332
 
332
 
333
        call    probe                                                   ; this function will output in eax
333
        call    probe                                                   ; this function will output in eax
334
        test    eax, eax
334
        test    eax, eax
Line -... Line 335...
-
 
335
        jnz     .err2
-
 
336
 
335
        jnz     .err2
337
        DEBUGF  2,"Initialised OK\n"
336
 
338
 
Line 337... Line 339...
337
        mov     [ebx + device.type], NET_TYPE_ETH
339
        mov     [ebx + device.type], NET_TYPE_ETH
338
        invoke  NetRegDev
340
        invoke  NetRegDev