Subversion Repositories Kolibri OS

Rev

Go to most recent revision | Show changed files | Details | Compare with Previous | Blame | RSS feed

Filtering Options

Rev Age Author Path Log message Diff
2288 4585 d 11 h clevermouse /kernel/trunk/ Style corrected for new rules, no semantic changes  
1644 4959 d 22 h clevermouse /kernel/trunk/network/eth_drv/drivers/ fix RTL8139 under qemu  
593 6125 d 19 h mikedld /kernel/trunk/ Revision numbering fix  
504 6196 d 15 h spraid /kernel/trunk/network/eth_drv/drivers/ rtl8139 fixed  
431 6248 d 20 h serge /kernel/trunk/ copyrights  
425 6253 d 10 h victor /kernel/trunk/ added computing of current #revision for kernel *.inc and *.asm files  
373 6278 d 10 h mikedld /kernel/trunk/ RTL8169 network driver  
330 6295 d 0 h heavyiron /kernel/trunk/network/ Changes in rtl8139 are not mine. It is bug fixes from Paolo Franchetti. Thanks. Added copyrights.  
323 6296 d 13 h hidnplayr /kernel/trunk/network/ RTL8139 fixes from heavyiron and new system function from me: read data from stack

input:
eax = 53
ebx = 11
ecx = socket number
edx = pointer to where data must be written
esi = buffer size (max bytes of data to copy)
int 0x40 (offcourse)

returned:
eax = number of bytes copied

if buffer size is zero, all data will be copied (this will be max 4096 bytes)
 
302 6303 d 13 h hidnplayr /kernel/trunk/network/ Ethernet Cable status detection through new system function 53,10.
output is in al:
255 = driver not loaded/function not supported by driver
1 = cable is connected
0 = cable is not connected

THIS FUNCTION IS ONLY IMPLENTED FOR RTL8139 FOR NOW
 
261 6328 d 7 h hidnplayr /kernel/trunk/network/ John's ethernet stack updates
NEW subfunction 52-17

ftp://hidden-player.no-ip.com:2100/fn52-sub17.txt