Subversion Repositories Kolibri OS

Rev

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

Filtering Options

Rev Age Author Path Log message Diff
3346 4074 d 23 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.
 
3206 4109 d 18 h hidnplayr /kernel/branches/net/drivers/ Updated i8255x driver. Works but has some holes, uses only one receive descriptor. Use with caution.  
3155 4130 d 15 h hidnplayr /kernel/branches/net/drivers/ Replaced signed relative jumps with unsigned ones were needed.
(I must lose this bad habbit in 2013...)
 
2983 4225 d 18 h hidnplayr /kernel/branches/net/drivers/ fixed build for i8255x stub  
2981 4225 d 18 h hidnplayr /kernel/branches/net/ Renaming exported function 'EthReceiver' to 'ETH_input'  
2852 4315 d 21 h hidnplayr /kernel/branches/net/drivers/ Replaced all 'equ' with '=' for network drivers, where possible.  
2387 4452 d 11 h hidnplayr /kernel/branches/net/drivers/ Added error reporting to some of the network drivers in net branch  
2313 4554 d 19 h hidnplayr /kernel/branches/net/drivers/ Updated i8255x driver for NET branch  
2220 4607 d 4 h hidnplayr /kernel/branches/net/ NET branch:
- cleanup in stack.inc + re-organisation of device pointers
- i8255x driver stub
- fix in sis900 driver (still untested)