Subversion Repositories Kolibri OS

Rev

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

Rev 3855 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
;;  AMD PCnet driver for KolibriOS                                  ;;
6
;;  AMD PCnet driver for KolibriOS                                  ;;
7
;;                                                                  ;;
7
;;                                                                  ;;
8
;;  By hidnplayr & clevermouse                                      ;;
8
;;  By hidnplayr & clevermouse                                      ;;
Line 26... Line 26...
26
        MAX_ETH_FRAME_SIZE      = 1514
26
        MAX_ETH_FRAME_SIZE      = 1514
Line 27... Line 27...
27
 
27
 
28
        TX_RING_SIZE            = 4
28
        TX_RING_SIZE            = 4
Line -... Line 29...
-
 
29
        RX_RING_SIZE            = 4
-
 
30
 
29
        RX_RING_SIZE            = 4
31
include '../struct.inc'
30
 
32
include '../macros.inc'
31
include '../proc32.inc'
33
include '../proc32.inc'
32
include '../imports.inc'
34
include '../imports.inc'