Subversion Repositories Kolibri OS

Rev

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

Rev 1554 Rev 1556
Line 866... Line 866...
866
align 4
866
align 4
867
hw_start:
867
hw_start:
Line 868... Line 868...
868
 
868
 
Line -... Line 869...
-
 
869
	DEBUGF	1,"hw_start\n"
-
 
870
 
-
 
871
; attach int handler
-
 
872
	movzx	eax, [device.irq_line]
-
 
873
	DEBUGF	1,"Attaching int handler to irq %x\n", eax:1
869
	DEBUGF	1,"hw_start\n"
874
	stdcall AttachIntHandler, eax, int_handler, dword 0
870
 
875
 
871
	; Soft reset the chip
876
	; Soft reset the chip
872
	set_io	0
877
	set_io	0
873
	set_io	REG_ChipCmd
878
	set_io	REG_ChipCmd