Subversion Repositories Kolibri OS

Rev

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

Rev 1055 Rev 1106
Line 3... Line 3...
3
;; Copyright (C) KolibriOS team 2004-2008. All rights reserved. ;;
3
;; Copyright (C) KolibriOS team 2004-2008. 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: 1055 $
8
$Revision: 1106 $
Line 9... Line 9...
9
 
9
 
Line 88... Line 88...
88
 
88
 
89
;szSound        db 'SOUND',0
89
;szSound        db 'SOUND',0
90
;szInfinity     db 'INFINITY',0
90
;szInfinity     db 'INFINITY',0
91
szHwMouse       db 'ATI2D',0
91
szHwMouse       db 'ATI2D',0
92
szPS2MDriver    db 'PS2MOUSE',0
92
szPS2MDriver    db 'PS2MOUSE',0
93
szCOM_MDriver   db 'COM_MOUSE',0
93
;szCOM_MDriver   db 'COM_MOUSE',0
94
szUSB           db 'USB',0
94
szUSB           db 'USB',0
Line 95... Line 95...
95
szAtiHW         db '/rd/1/drivers/ati2d.drv',0
95
szAtiHW         db '/rd/1/drivers/ati2d.drv',0
96
 
96