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
;;  FORCEDETH.INC                                                  ;;
6
;;  FORCEDETH.INC                                                  ;;
7
;;                                                                 ;;
7
;;                                                                 ;;
8
;;  Ethernet driver for Kolibri OS                                 ;;
8
;;  Ethernet driver for Kolibri OS                                 ;;
Line 40... Line 40...
40
        __DEBUG_LEVEL__         = 2
40
        __DEBUG_LEVEL__         = 2
Line 41... Line 41...
41
 
41
 
42
        RX_RING                 = 4
42
        RX_RING                 = 4
Line -... Line 43...
-
 
43
        TX_RING                 = 4
-
 
44
 
43
        TX_RING                 = 4
45
include '../struct.inc'
44
 
46
include '../macros.inc'
45
include '../proc32.inc'
47
include '../proc32.inc'
46
include '../imports.inc'
-
 
47
include '../fdo.inc'
48
include '../imports.inc'
Line 48... Line 49...
48
include '../struct.inc'
49
include '../fdo.inc'
49
include '../netdrv.inc'
50
include '../netdrv.inc'
50
 
51