Move Vortex86 SoC handling before usb_init and CPU speed detection, since otherwise the CPU speed is not detected correctly.

git-svn-id: svn://kolibrios.org@4297 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
Yogev Ezra 2013-11-26 19:35:00 +00:00
parent 5842e9f374
commit 9328c78a90

View File

@ -882,6 +882,8 @@ end if
mov [pci_access_enabled], 1
call pci_enum
include "detect/vortex86.inc" ; Vortex86 SoC detection code
stdcall load_driver, szVidintel
call usb_init
@ -1109,8 +1111,6 @@ end if
@@:
DEBUGF 1, "K : %d CPU detected\n", eax
include "detect/vortex86.inc" ; Vortex86 SoC detection code
DEBUGF 1, "K : BAR0 %x \n", [IDE_BAR0_val]:4
DEBUGF 1, "K : BAR1 %x \n", [IDE_BAR1_val]:4
DEBUGF 1, "K : BAR2 %x \n", [IDE_BAR2_val]:4