Subversion Repositories Kolibri OS

Compare Revisions

Regard whitespace Rev 1641 → Rev 1640

/kernel/branches/Kolibri-A/trunk/bus/pci/PCIe.inc
76,6 → 76,9
shl eax, 8
test eax, 0x000F0000 ; MMIO Base must be bus0-aligned
jnz .no_pcie_cfg
 
; -- it looks like a true PCIe config space;
 
ret ; <<<<<<<<<<< OK >>>>>>>>>>>
 
.no_pcie_cfg:
89,7 → 92,6
.pcie_failed:
mov esi, boot_pcie_fail
call boot_log
xor eax, eax
ret ; <<<<<<<<< FAILURE >>>>>>>>>