Subversion Repositories Kolibri OS

Rev

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

Rev 3519 Rev 3526
Line 56... Line 56...
56
;;
56
;;
57
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
57
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
Line 58... Line 58...
58
 
58
 
Line 59... Line 59...
59
include 'macros.inc'
59
include 'macros.inc'
Line 60... Line 60...
60
 
60
 
Line 61... Line 61...
61
$Revision: 3519 $
61
$Revision: 3526 $
Line 214... Line 214...
214
 
214
 
Line 215... Line 215...
215
	   call init_BIOS32	; (init.inc - to be removed later)
215
	   call init_BIOS32	; (init.inc - to be removed later)
Line 216... Line -...
216
 
-
 
217
; PCIe extended config space access
-
 
-
 
216
 
218
 
217
; PCIe extended config space access
219
	display '** Platform chosen (const.inc): '
-
 
220
if PLATFORM>PLATFORM_RS780
-
 
221
	call fusion_pcie_init	; (bus/HT.inc)
-
 
222
	display 'RS880/Fusion '
-
 
223
else
-
 
224
	call rs7xx_pcie_init	; (bus/HT.inc)
-
 
Line 225... Line 218...
225
	display 'RS780 '
218
 
226
end if
219