Subversion Repositories Kolibri OS

Rev

Rev 9394 | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 9394 Rev 9395
Line 12... Line 12...
12
;;          GNU GENERAL PUBLIC LICENSE                             ;;
12
;;          GNU GENERAL PUBLIC LICENSE                             ;;
13
;;             Version 2, June 1991                                ;;
13
;;             Version 2, June 1991                                ;;
14
;;                                                                 ;;
14
;;                                                                 ;;
15
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
15
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
Line 16... Line 16...
16
 
16
 
Line 17... Line 17...
17
$Revision: 9394 $
17
$Revision: 9395 $
18
 
18
 
Line 19... Line 19...
19
ETH_FRAME_MINIMUM       = 60
19
ETH_FRAME_MINIMUM       = 60
Line 65... Line 65...
65
align 4
65
align 4
66
; This function is called by ethernet drivers.
66
; This function is called by ethernet drivers.
67
; Push the received ethernet packet onto the ethernet input queue.
67
; Push the received ethernet packet onto the ethernet input queue.
68
;
68
;
69
;  Input:
69
;  Input:
70
;    [esp + 4] = Pointer to buffer
70
;    [esp] = Pointer to buffer
71
;    [esp + 8] = Return address (yes, really)
71
;    [esp + 4] = Return address (yes, really)
72
;
72
;
73
;  Example:
73
;  Example:
74
;    push .retaddr
74
;    push .retaddr
75
;    push buf_addr
75
;    push buf_addr
76
;    jmp eth_input
76
;    jmp eth_input