Subversion Repositories Kolibri OS

Rev

Rev 5363 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 5363 Rev 7122
Line 7... Line 7...
7
 
7
 
8
; 20/11/2013 yogev_ezra: Initial version (Vortex86 SoC type detection)
8
; 20/11/2013 yogev_ezra: Initial version (Vortex86 SoC type detection)
9
; 26/11/2013 yogev_ezra: Added CPU speed modifier and MMX support flag detection
9
; 26/11/2013 yogev_ezra: Added CPU speed modifier and MMX support flag detection
Line 10... Line 10...
10
; Thanks for help to: dunkaist, eAndrew, hidnplayr, Mario
10
; Thanks for help to: dunkaist, eAndrew, hidnplayr, Mario
Line 11... Line 11...
11
 
11
 
12
$Revision: 5363 $
12
$Revision: 7122 $
13
 
13
 
14
VORTEX86DEBUG = 0                       ; For testing in emulators and in non-Vortex86 CPU computers, set this to 1
14
VORTEX86DEBUG = 0                       ; For testing in emulators and in non-Vortex86 CPU computers, set this to 1
Line 15... Line 15...
15
VORTEX86DEBUGVALUE = 0x35504d44         ; FAKE port output = used for testing
15
VORTEX86DEBUGVALUE = 'DMP5'             ; FAKE port output = used for testing
16
NORTH_BRIDGE = 0x80000000               ; Base address of Vortex86 PCI North Bridge
16
NORTH_BRIDGE = 0x80000000               ; Base address of Vortex86 PCI North Bridge
Line 153... Line 153...
153
        ret
153
        ret
Line 154... Line 154...
154
        
154
        
155
.nullPCIoutput:                         ; Emulators and non-Vortex86 CPU computers will usually return \0 in this register
155
.nullPCIoutput:                         ; Emulators and non-Vortex86 CPU computers will usually return \0 in this register
Line 156... Line -...
156
        DEBUGF  1, "0 (NULL)\n"
-
 
157
 
156
        DEBUGF  1, "0 (NULL)\n"
-
 
157