Subversion Repositories Kolibri OS

Rev

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

Filtering Options

Rev Age Author Path Log message Diff
10051 3 d 0 h ace_dent /kernel/trunk/ Remove $Revision$ from kernel file headers

- To better support git, remove SVN dependant `$Revision$` from file headers. This does *not* remove: the use of `__REV__` macro in `boostr.inc` and `kernel.asm`
- Header Copyright notices updated to 2024.
- Minimal white space cleanup (trailing spaces automatically removed).
- Note: `asmxygen.py` has a *large* amount of whitespace cleanup, due to incorrect line endings.
 
9721 825 d 0 h Boppan /kernel/trunk/blkdev/ Update a file  
9272 921 d 23 h rgimad /kernel/ AHCI: Full multiple controller support.
Fix using hardcoded ctr1_data in three functions, use corresponding controller instead.
Add pointer to parent controller to PORT_DATA structure,
Other small changes
 
9271 922 d 1 h rgimad /kernel/ AHCI: simplify structures, fix naming, more comments. sync kolibri-ahci with trunk  
9270 922 d 4 h rgimad /kernel/trunk/blkdev/ AHCI: fix failure when adding > 1 disks on one controller  
9231 934 d 22 h punk_joker /kernel/trunk/blkdev/ AHCI: support up to 8 controllers  
9219 951 d 17 h punk_joker /kernel/trunk/blkdev/ ahci: name drives as sdX instead of hdX  
9183 989 d 4 h rgimad /kernel/trunk/ Merge kolibri-ahci into trunk