kolibrios/kernel/trunk/network/eth_drv
hidnplayr a6c8d276c3 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)

git-svn-id: svn://kolibrios.org@323 a494cfbc-eb01-0410-851d-a64ba20cac60
2007-02-06 19:29:54 +00:00
..
drivers RTL8139 fixes from heavyiron and new system function from me: read data from stack 2007-02-06 19:29:54 +00:00
arp.inc John's ethernet stack updates 2007-01-06 01:15:21 +00:00
ethernet.inc RTL8139 fixes from heavyiron and new system function from me: read data from stack 2007-02-06 19:29:54 +00:00
pci.inc Ethernet Cable status detection through new system function 53,10. 2007-01-30 20:01:17 +00:00