Subversion Repositories Kolibri OS

Rev

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

Rev 3635 Rev 3845
Line 9... Line 9...
9
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
9
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
Line 10... Line 10...
10
 
10
 
11
include 'pci.inc'
11
include 'pci.inc'
Line -... Line 12...
-
 
12
include 'mii.inc'
-
 
13
 
-
 
14
; This macro will prepend driver name to all debug output through DEBUGF macro
-
 
15
; The driver name is taken from my_service label
-
 
16
 
-
 
17
if defined my_service
-
 
18
 
-
 
19
        macro DEBUGF _level,_format, [args] {
-
 
20
        common DEBUGF _level, "%s: " # _format, my_service, args
-
 
21
        }
-
 
22
 
12
include 'mii.inc'
23
end if
Line 13... Line 24...
13
 
24
 
14
; Kernel variables
25
; Kernel variables
15
 
26