Subversion Repositories Kolibri OS

Rev

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

Rev 3845 Rev 4467
Line 1... Line 1...
1
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
1
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
2
;;                                                                 ;;
2
;;                                                                 ;;
3
;; Copyright (C) KolibriOS team 2004-2013. 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
;; i8255x (Intel eepro 100) driver for KolibriOS                   ;;
6
;; i8255x (Intel eepro 100) driver for KolibriOS                   ;;
7
;;                                                                 ;;
7
;;                                                                 ;;
8
;;    Written by hidnplayr@kolibrios.org                           ;;
8
;;    Written by hidnplayr@kolibrios.org                           ;;
Line 30... Line 30...
30
 
30
 
31
        DEBUG                   = 1
31
        DEBUG                   = 1
32
        __DEBUG__               = 1
32
        __DEBUG__               = 1
Line -... Line 33...
-
 
33
        __DEBUG_LEVEL__         = 2             ; 1 = verbose, 2 = errors only
-
 
34
 
33
        __DEBUG_LEVEL__         = 2             ; 1 = verbose, 2 = errors only
35
include '../struct.inc'
34
 
36
include '../macros.inc'
35
include '../proc32.inc'
37
include '../proc32.inc'
36
include '../imports.inc'
38
include '../imports.inc'