Subversion Repositories Kolibri OS

Rev

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

Rev 504 Rev 593
Line 1... Line -...
1
$Revision: 504 $
-
 
2
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
1
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
3
;;                                                                 ;;
2
;;                                                                 ;;
4
;; Copyright (C) KolibriOS team 2004-2007. All rights reserved.    ;;
3
;; Copyright (C) KolibriOS team 2004-2007. All rights reserved.    ;;
5
;; Distributed under terms of the GNU General Public License       ;;
4
;; Distributed under terms of the GNU General Public License       ;;
6
;;                                                                 ;;
5
;;                                                                 ;;
Line 28... Line 27...
28
;;  See file COPYING for details                                   ;;
27
;;  See file COPYING for details                                   ;;
29
;;                                                                 ;;
28
;;                                                                 ;;
30
;;  10.01.2007 Bugfix for l8139_transmit from Paolo Franchetti     ;;
29
;;  10.01.2007 Bugfix for l8139_transmit from Paolo Franchetti     ;;
31
;;                                                                 ;;
30
;;                                                                 ;;
32
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
31
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
-
 
32
 
-
 
33
$Revision: 593 $
-
 
34
 
-
 
35
 
33
	ETH_ALEN	       equ 6
36
	ETH_ALEN	       equ 6
34
	ETH_HLEN	       equ (2 * ETH_ALEN + 2)
37
	ETH_HLEN	       equ (2 * ETH_ALEN + 2)
35
	ETH_ZLEN	       equ 60 ; 60 + 4bytes auto payload for
38
	ETH_ZLEN	       equ 60 ; 60 + 4bytes auto payload for
36
				      ; mininmum 64bytes frame length
39
				      ; mininmum 64bytes frame length