Subversion Repositories Kolibri OS

Rev

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

Rev 261 Rev 302
Line 656... Line 656...
656
 
656
 
657
    call    is_localport_unused
657
    call    is_localport_unused
Line 658... Line 658...
658
    ret
658
    ret
-
 
659
 
-
 
660
nots9:
-
 
661
    cmp     eax, 10
-
 
662
    jnz     nots10
-
 
663
 
-
 
664
    mov     eax,dword[drvr_cable]
-
 
665
    test    eax,eax
-
 
666
    jnz     @f		      ; if function is not implented, return -1
-
 
667
    mov     al,-1
-
 
668
    ret
-
 
669
 
-
 
670
   @@:
-
 
671
    call    dword[drvr_cable]
-
 
672
    ret
-
 
673
 
659
 
674
 
660
nots9:
675
nots10:
Line 661... Line 676...
661
    cmp     eax, 254
676
    cmp     eax, 254