Subversion Repositories Kolibri OS

Rev

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

Rev 2935 Rev 2981
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: 2935 $
17
; $Revision: 2981 $
Line 18... Line 18...
18
 
18
 
Line 1126... Line 1126...
1126
        mov     word [eax + buf_head.status], PCNET_RXSTAT_OWN      ; Set OWN bit back to 1 (controller may write to tx-buffer again now)
1126
        mov     word [eax + buf_head.status], PCNET_RXSTAT_OWN      ; Set OWN bit back to 1 (controller may write to tx-buffer again now)
Line 1127... Line 1127...
1127
 
1127
 
1128
        inc     [device.cur_rx]           ; update descriptor
1128
        inc     [device.cur_rx]           ; update descriptor
Line 1129... Line 1129...
1129
        and     [device.cur_rx], 3        ;
1129
        and     [device.cur_rx], 3        ;
Line 1130... Line 1130...
1130
 
1130
 
Line 1131... Line 1131...
1131
        jmp     EthReceiver                     ; Send the copied packet to kernel
1131
        jmp     Eth_input