Subversion Repositories Kolibri OS

Compare Revisions

Regard whitespace Rev 2543 → Rev 2544

/kernel/branches/net/drivers/sis900.asm
214,7 → 214,6
; 5. If the device was already loaded, find the device number and return it in eax
 
.find_devicenum:
mov ebx, eax
call NetPtrToNum ; This kernel procedure converts a pointer to device struct in ebx
; into a device number in edi
mov eax, edi ; Application wants it in eax instead