Subversion Repositories Kolibri OS

Rev

Show changed files | Details | Compare with Previous | Blame | RSS feed

Filtering Options

Rev Age Author Path Log message Diff
3205 4136 d 0 h hidnplayr /kernel/branches/net/drivers/ Updated PCI macros for network drivers.  
3201 4139 d 17 h hidnplayr /kernel/branches/net/drivers/ Some refactoring of DEC21x4x driver.  
3155 4156 d 19 h hidnplayr /kernel/branches/net/drivers/ Replaced signed relative jumps with unsigned ones were needed.
(I must lose this bad habbit in 2013...)
 
2981 4251 d 23 h hidnplayr /kernel/branches/net/ Renaming exported function 'EthReceiver' to 'ETH_input'  
2935 4294 d 19 h hidnplayr /kernel/branches/net/drivers/ Fixed bug in network drivers irq handler.
Updated netdrv.inc and pci.inc
 
2923 4304 d 22 h hidnplayr /kernel/branches/net/drivers/ some markup changes in dec21x4x.asm  
2852 4342 d 1 h hidnplayr /kernel/branches/net/drivers/ Replaced all 'equ' with '=' for network drivers, where possible.  
2544 4439 d 18 h hidnplayr /kernel/branches/net/drivers/ Fixed bug in some network drivers. (net branch)  
1541 5051 d 15 h hidnplayr /kernel/branches/net/ fix in ARPcfg application
added pci ids of dec21x4x cards to netcfg
bugfixes in dex21x4x driver, pcnet32 driver, rtl8139 driver and sis900 driver
new network program (ICMP) to ping computers, uses new RAW socket code (experimental)
 
1519 5066 d 18 h hidnplayr /kernel/branches/net/ -Refactoring of network drivers.
-Ommitted unnescessary copying of packets in some drivers.
-Some small updates in TCP (perhaps 50% done ?)
 
1514 5070 d 14 h hidnplayr /kernel/branches/net/ - globalisation of network driver functions
(Replaced EthRegDev with NetRegDev)
- rewrite/cleanup of socket.inc
- started rewrite of tcp.inc
- port numbers in application are not byte-swapped anymore
- many more fixes and changes

- TCP does not work but UDP/IP/ICMP/ARP (partly) work.. (as before)
 
1503 5089 d 21 h hidnplayr /kernel/branches/net/drivers/ Net-branch: Updates in dec21x4x.asm, still only works in virtual pc.  
1502 5091 d 14 h hidnplayr /kernel/branches/net/drivers/ Net-branch: another work in progress: dec21x4x driver.
Only works in MS Virtual-PC for now. (not on real hardware yet)