Subversion Repositories Kolibri OS

Rev

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

Rev 5528 Rev 5536
Line 19... Line 19...
19
;;          GNU GENERAL PUBLIC LICENSE                             ;;
19
;;          GNU GENERAL PUBLIC LICENSE                             ;;
20
;;             Version 2, June 1991                                ;;
20
;;             Version 2, June 1991                                ;;
21
;;                                                                 ;;
21
;;                                                                 ;;
22
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
22
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
Line 23... Line 23...
23
 
23
 
Line 24... Line 24...
24
$Revision: 5528 $
24
$Revision: 5536 $
25
 
25
 
26
uglobal
26
uglobal
27
        net_10ms        dd ?
27
        net_10ms        dd ?
Line 380... Line 380...
380
        mov     eax, [eax]
380
        mov     eax, [eax]
381
        add     [NET_BUFFS_FREE.current], 4
381
        add     [NET_BUFFS_FREE.current], 4
Line 382... Line 382...
382
 
382
 
Line 383... Line 383...
383
        spin_unlock_irqrestore
383
        spin_unlock_irqrestore
384
 
384
 
Line 385... Line 385...
385
        DEBUGF  1, "net alloc: 0x%x\n", eax
385
        DEBUGF  DEBUG_NETWORK_VERBOSE, "net alloc: 0x%x\n", eax
386
        ret
386
        ret
Line 400... Line 400...
400
 
400
 
401
 
401
 
Line 402... Line 402...
402
align 4
402
align 4
Line 403... Line 403...
403
proc NET_BUFF_free stdcall, buffer
403
proc NET_BUFF_free stdcall, buffer
Line 404... Line 404...
404
 
404
 
405
        DEBUGF  1, "net free: 0x%x\n", [buffer]
405
        DEBUGF  DEBUG_NETWORK_VERBOSE, "net free: 0x%x\n", [buffer]