Subversion Repositories Kolibri OS

Rev

Rev 1641 | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1641 Rev 1683
Line 85... Line 85...
85
	add	bl, 12
85
	add	bl, 12
86
	cmp	bl, 0xC0		; MMIO regs lay below this offset
86
	cmp	bl, 0xC0		; MMIO regs lay below this offset
87
	jb	.check_HT_mmio
87
	jb	.check_HT_mmio
Line 88... Line 88...
88
 
88
 
89
.pcie_failed:
-
 
90
	mov	esi, boot_pcie_fail
89
.pcie_failed:
91
	call	boot_log
90
	jmp	$
92
	xor	eax, eax
91
;        xor     eax, eax
Line 93... Line 92...
93
	ret	; <<<<<<<<< FAILURE >>>>>>>>>
92
;        ret     ; <<<<<<<<< FAILURE >>>>>>>>>
94
 
93
 
95
 
94