Subversion Repositories Kolibri OS

Rev

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

Filtering Options

Rev Age Author Path Log message Diff
3206 4105 d 1 h hidnplayr /kernel/branches/net/drivers/ Updated i8255x driver. Works but has some holes, uses only one receive descriptor. Use with caution.  
3155 4125 d 21 h hidnplayr /kernel/branches/net/drivers/ Replaced signed relative jumps with unsigned ones were needed.
(I must lose this bad habbit in 2013...)
 
2983 4221 d 1 h hidnplayr /kernel/branches/net/drivers/ fixed build for i8255x stub  
2981 4221 d 1 h hidnplayr /kernel/branches/net/ Renaming exported function 'EthReceiver' to 'ETH_input'  
2852 4311 d 4 h hidnplayr /kernel/branches/net/drivers/ Replaced all 'equ' with '=' for network drivers, where possible.  
2387 4447 d 18 h hidnplayr /kernel/branches/net/drivers/ Added error reporting to some of the network drivers in net branch  
2313 4550 d 2 h hidnplayr /kernel/branches/net/drivers/ Updated i8255x driver for NET branch  
2220 4602 d 11 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)