Subversion Repositories Kolibri OS

Rev

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

Rev 2453 Rev 2454
Line 3... Line 3...
3
;; Copyright (C) KolibriOS team 2004-2009. All rights reserved. ;;
3
;; Copyright (C) KolibriOS team 2004-2009. 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: 2453 $
8
$Revision: 2454 $
Line 9... Line 9...
9
 
9
 
Line 105... Line 105...
105
msg_unresolved db 'unresolved ',0
105
msg_unresolved db 'unresolved ',0
106
msg_module     db 'in module ',0
106
msg_module     db 'in module ',0
107
msg_version    db 'incompatible driver version',13,10,0
107
msg_version    db 'incompatible driver version',13,10,0
108
msg_www        db 'please visit www.kolibrios.org',13,10,0
108
msg_www        db 'please visit www.kolibrios.org',13,10,0
109
msg_CR         db  13,10,0
109
msg_CR         db  13,10,0
110
aSis           db 'SIS',0
110
aHDA           db 'INTEL_HDA',0
Line 111... Line 111...
111
 
111
 
112
intel_str      db "GenuineIntel",0
112
intel_str      db "GenuineIntel",0
Line 113... Line 113...
113
AMD_str        db "AuthenticAMD",0
113
AMD_str        db "AuthenticAMD",0