Subversion Repositories Kolibri OS

Compare Revisions

Regard whitespace Rev 774 → Rev 773

/drivers/sisnbook/sis.asm
349,7 → 349,7
bt eax, ebx
jnc .fail_msg
 
stdcall AttachIntHandler, ebx, ac97_irq, dword 0
stdcall AttachIntHandler, ebx, ac97_irq
.reg:
 
stdcall RegService, sz_sound_srv, service_proc
/drivers/mouse/ps2mouse4d/trunk/ps2mouse.asm
82,7 → 82,7
mov bl, 0xAE ; enable keyboard interface
call kbd_cmd
stdcall AttachIntHandler, 12, irq_handler, dword 0
stdcall AttachIntHandler, 12, irq_handler
stdcall RegService, my_service, service_proc
ret