Subversion Repositories Kolibri OS

Rev

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

Rev 3845 Rev 4449
Line 1... Line 1...
1
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
1
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
2
;;                                                                 ;;
2
;;                                                                 ;;
3
;; Copyright (C) KolibriOS team 2004-2012. All rights reserved.    ;;
3
;; Copyright (C) KolibriOS team 2004-2014. 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
;;          GNU GENERAL PUBLIC LICENSE                             ;;
6
;;          GNU GENERAL PUBLIC LICENSE                             ;;
7
;;             Version 2, June 1991                                ;;
7
;;             Version 2, June 1991                                ;;
8
;;                                                                 ;;
8
;;                                                                 ;;
9
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
9
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
Line 10... Line -...
10
 
-
 
11
include 'pci.inc'
-
 
12
include 'mii.inc'
-
 
13
 
10
 
14
; This macro will prepend driver name to all debug output through DEBUGF macro
11
; This macro will prepend driver name to all debug output through DEBUGF macro
Line 15... Line 12...
15
; The driver name is taken from my_service label
12
; The driver name is taken from my_service label
Line 20... Line 17...
20
        common DEBUGF _level, "%s: " # _format, my_service, args
17
        common DEBUGF _level, "%s: " # _format, my_service, args
21
        }
18
        }
Line 22... Line 19...
22
 
19
 
Line -... Line 20...
-
 
20
end if
-
 
21
 
-
 
22
include 'pci.inc'
23
end if
23
include 'mii.inc'
Line 24... Line 24...
24
 
24
 
25
; Kernel variables
25
; Kernel variables
26
 
26