Subversion Repositories Kolibri OS

Rev

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

Rev 5363 Rev 6629
Line 3... Line 3...
3
;; Copyright (C) KolibriOS team 2004-2015. All rights reserved. ;;
3
;; Copyright (C) KolibriOS team 2004-2015. All rights reserved. ;;
4
;; Distributed under terms of the GNU General Public License    ;;
4
;; Distributed under terms of the GNU General Public License    ;;
5
;;                                                              ;;
5
;;                                                              ;;
6
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
6
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
Line 7... Line 7...
7
 
7
 
Line 8... Line 8...
8
$Revision: 5363 $
8
$Revision: 6629 $
9
 
9
 
Line 10... Line 10...
10
; Initializes MTRRs.
10
; Initializes MTRRs.
Line 921... Line 921...
921
        cmp     [eax+PCIDEV.vendor_device_id], 0x01228086
921
        cmp     [eax+PCIDEV.vendor_device_id], 0x01228086
922
        jnz     .fail
922
        jnz     .fail
923
.exit:
923
.exit:
924
        ret
924
        ret
925
.fail:
925
.fail:
926
        mov     ebx, mtrr_user_message
926
        ; mov     ebx, mtrr_user_message
927
        mov     ebp, notifyapp
927
        ; mov     ebp, notifyapp
928
        call    fs_execute_from_sysdir_param
928
        ; call    fs_execute_from_sysdir_param
-
 
929
        mov     eax, mtrr_user_message
-
 
930
        DEBUGF  1, "K : %s \n", eax
929
        ret
931
        ret
930
endp
932
endp