Subversion Repositories Kolibri OS

Rev

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

Rev 3486 Rev 3508
Line 3... Line 3...
3
;; Copyright (C) KolibriOS team 2004-2012. All rights reserved. ;;
3
;; Copyright (C) KolibriOS team 2004-2012. 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: 3486 $
8
$Revision: 3508 $
Line 9... Line 9...
9
 
9
 
Line 143... Line 143...
143
AMD_str        db "AuthenticAMD",0
143
AMD_str        db "AuthenticAMD",0
Line 144... Line 144...
144
 
144
 
145
szHwMouse       db 'ATI2D',0
145
szHwMouse       db 'ATI2D',0
146
szPS2MDriver    db 'PS2MOUSE',0
146
szPS2MDriver    db 'PS2MOUSE',0
-
 
147
;szCOM_MDriver   db 'COM_MOUSE',0
147
;szCOM_MDriver   db 'COM_MOUSE',0
148
szVidintel      db 'vidintel',0
148
szUSB           db 'USB',0
149
szUSB           db 'USB',0
Line 149... Line 150...
149
szAtiHW         db '/rd/1/drivers/ati2d.drv',0
150
szAtiHW         db '/rd/1/drivers/ati2d.drv',0
150
 
151