Subversion Repositories Kolibri OS

Rev

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

Rev 4334 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
;;  i8254x driver for KolibriOS                                    ;;
6
;;  i8254x driver for KolibriOS                                    ;;
7
;;                                                                 ;;
7
;;                                                                 ;;
8
;;  based on i8254x.asm from baremetal os                          ;;
8
;;  based on i8254x.asm from baremetal os                          ;;
Line 27... Line 27...
27
        __DEBUG__               = 1
27
        __DEBUG__               = 1
28
        __DEBUG_LEVEL__         = 2             ; 1 = verbose, 2 = errors only
28
        __DEBUG_LEVEL__         = 2             ; 1 = verbose, 2 = errors only
Line 29... Line 29...
29
 
29
 
Line 30... Line -...
30
        MAX_PKT_SIZE            = 16384         ; Maximum packet size
-
 
-
 
30
        MAX_PKT_SIZE            = 16384         ; Maximum packet size
-
 
31
 
31
 
32
include '../struct.inc'
32
 
33
include '../macros.inc'
33
include '../proc32.inc'
34
include '../proc32.inc'
34
include '../imports.inc'
-
 
35
include '../fdo.inc'
35
include '../imports.inc'
Line 36... Line 36...
36
include '../struct.inc'
36
include '../fdo.inc'
37
include '../netdrv.inc'
37
include '../netdrv.inc'
38
 
38