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
3346 4069 d 15 h hidnplayr /kernel/branches/net/ Introduced new application event for network subsystem changes (link changed, ip changed, ...)
Removed get_mac and set_mac procedures from device structure, kernel does not need them.
Added link state detection capabilities for kernel and some drivers.
 
3205 4104 d 11 h hidnplayr /kernel/branches/net/drivers/ Updated PCI macros for network drivers.  
3155 4125 d 7 h hidnplayr /kernel/branches/net/drivers/ Replaced signed relative jumps with unsigned ones were needed.
(I must lose this bad habbit in 2013...)
 
2981 4220 d 10 h hidnplayr /kernel/branches/net/ Renaming exported function 'EthReceiver' to 'ETH_input'  
2935 4263 d 6 h hidnplayr /kernel/branches/net/drivers/ Fixed bug in network drivers irq handler.
Updated netdrv.inc and pci.inc
 
2865 4306 d 12 h hidnplayr /kernel/branches/net/drivers/ R6040 driver now keeps track of number of received/sent packets/bytes.  
2852 4310 d 13 h hidnplayr /kernel/branches/net/drivers/ Replaced all 'equ' with '=' for network drivers, where possible.  
1893 4807 d 5 h hidnplayr /kernel/branches/net/drivers/ Updated R6040 driver for net branch:
Fixed typo, cleaned up, disabled excessive debug output.
 
1889 4810 d 8 h hidnplayr /kernel/branches/net/drivers/ Updated r6040 driver for net branch  
1886 4811 d 7 h hidnplayr /kernel/branches/net/ R6040 driver for net branch