Subversion Repositories Kolibri OS

Rev

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

Rev 8985 Rev 8986
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: 8896 $
24
$Revision: 8986 $
25
 
25
 
26
uglobal
26
uglobal
27
        net_10ms        dd ?
27
        net_10ms        dd ?
Line 718... Line 718...
718
;                                                                 ;
718
;                                                                 ;
719
;  System function 74: Low level access to network devices.       ;
719
;  System function 74: Low level access to network devices.       ;
720
;                                                                 ;
720
;                                                                 ;
721
;-----------------------------------------------------------------;
721
;-----------------------------------------------------------------;
722
align 4
722
align 4
723
sys_network:
723
syscall_network:
Line 724... Line 724...
724
 
724
 
725
        cmp     bl, 255
725
        cmp     bl, 255
Line 726... Line 726...
726
        jne     @f
726
        jne     @f
Line 845... Line 845...
845
;                                                                 ;
845
;                                                                 ;
846
;  System function 76: Low level access to protocol handlers.     ;
846
;  System function 76: Low level access to protocol handlers.     ;
847
;                                                                 ;
847
;                                                                 ;
848
;-----------------------------------------------------------------;
848
;-----------------------------------------------------------------;
849
align 4
849
align 4
850
sys_protocols:
850
syscall_protocols:
851
        cmp     bh, NET_DEVICES_MAX             ; Check if device number exists
851
        cmp     bh, NET_DEVICES_MAX             ; Check if device number exists
852
        jae     .doesnt_exist
852
        jae     .doesnt_exist
Line 853... Line 853...
853
 
853
 
854
        mov     eax, ebx
854
        mov     eax, ebx