forked from KolibriOS/kolibrios
Changed some debug output.
git-svn-id: svn://kolibrios.org@5003 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
parent
7e25a95e02
commit
9b6a0ef5e9
@ -221,7 +221,7 @@ proc START c, reason:dword, cmdline:dword
|
|||||||
cmp [reason], DRV_ENTRY
|
cmp [reason], DRV_ENTRY
|
||||||
jne .fail
|
jne .fail
|
||||||
|
|
||||||
DEBUGF 1,"Loading driver\n"
|
DEBUGF 2,"Loading driver\n"
|
||||||
invoke RegService, my_service, service_proc
|
invoke RegService, my_service, service_proc
|
||||||
ret
|
ret
|
||||||
|
|
||||||
@ -334,6 +334,8 @@ proc service_proc stdcall, ioctl:dword
|
|||||||
test eax, eax
|
test eax, eax
|
||||||
jnz .err2
|
jnz .err2
|
||||||
|
|
||||||
|
DEBUGF 2,"Initialised OK\n"
|
||||||
|
|
||||||
mov [ebx + device.type], NET_TYPE_ETH
|
mov [ebx + device.type], NET_TYPE_ETH
|
||||||
invoke NetRegDev
|
invoke NetRegDev
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user