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 18 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 15 h hidnplayr /kernel/branches/net/drivers/ Updated PCI macros for network drivers.  
3155 4125 d 10 h hidnplayr /kernel/branches/net/drivers/ Replaced signed relative jumps with unsigned ones were needed.
(I must lose this bad habbit in 2013...)
 
2999 4193 d 10 h hidnplayr /kernel/branches/net/drivers/ Fixed bug in i8254x driver  
2981 4220 d 13 h hidnplayr /kernel/branches/net/ Renaming exported function 'EthReceiver' to 'ETH_input'  
2935 4263 d 10 h hidnplayr /kernel/branches/net/drivers/ Fixed bug in network drivers irq handler.
Updated netdrv.inc and pci.inc
 
2934 4263 d 12 h hidnplayr /kernel/branches/net/drivers/ Fixed bug wich caused i8254x driver to be able to load multiple times on the same device.  
2925 4272 d 14 h hidnplayr /kernel/branches/net/drivers/ some updates for i8254x driver  
2921 4273 d 17 h hidnplayr /kernel/branches/net/drivers/ i8254x driver stub (works in vBox)