Subversion Repositories Kolibri OS

Rev

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

Rev 241 Rev 251
Line 52... Line 52...
52
	jne	.uGuru_no
52
	jne	.uGuru_no
53
	pusha
53
	pusha
54
	mov	ecx, UGURU_CMD_PORT
54
	mov	ecx, UGURU_CMD_PORT
55
	mov	edx, UGURU_DATA_PORT
55
	mov	edx, UGURU_DATA_PORT
56
	call	ReservePorts
56
	call	ReservePorts
57
	test	eax, eax
-
 
58
	jnz	.no_lpc
57
	jc	.no_lpc
59
	in	al, UGURU_CMD_PORT
58
	in	al, UGURU_CMD_PORT
60
	test	al, al
59
	test	al, al
61
	jz	@f
60
	jz	@f
62
	cmp	al, 0xac
61
	cmp	al, 0xac
63
	jne	.bad_sig
62
	jne	.bad_sig