Subversion Repositories Kolibri OS

Rev

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

Filtering Options

Rev Age Author Path Log message Diff Changes
9417 877 d 5 h rgimad /kernel/branches/kolibri-ahci/ kolibri-ahci: added atapi disks registration, small refactoring & fixes. TODOFIX: identifying sector count of atapi disks gives always the same value. why?  
/kernel/branches/kolibri-ahci/blkdev/ahci.inc
/kernel/branches/kolibri-ahci/run_img.sh
/kernel/branches/kolibri-ahci/run_img_ahci.sh
9272 904 d 8 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
 
/kernel/branches/kolibri-ahci/blkdev/ahci.inc
/kernel/trunk/blkdev/ahci.inc
9271 904 d 10 h rgimad /kernel/ AHCI: simplify structures, fix naming, more comments. sync kolibri-ahci with trunk  
/kernel/branches/kolibri-ahci/blkdev/ahci.inc
/kernel/trunk/blkdev/ahci.inc
9264 905 d 14 h rgimad /kernel/branches/kolibri-ahci/blkdev/ kolibri-ahci: sync with trunk  
/kernel/branches/kolibri-ahci/blkdev/ahci.inc
9192 966 d 7 h turbocat /kernel/branches/ Removed useless kolibri-f branch  
/kernel/branches/Kolibri-F
9191 966 d 7 h turbocat /kernel/branches/kolibri-lldw/ Created a branch for low-level work with disks  
/kernel/branches/kolibri-lldw
9184 971 d 13 h rgimad /kernel/branches/kolibri-ahci/blkdev/ kolibri-ahci: code style fixes  
/kernel/branches/kolibri-ahci/blkdev/ahci.inc
9168 981 d 14 h rgimad /kernel/branches/kolibri-ahci/ kolibri-ahci:
- fix bug with identical names for all disks
 
/kernel/branches/kolibri-ahci/blkdev/ahci.inc
/kernel/branches/kolibri-ahci/run_img_ahci.sh
9166 982 d 5 h rgimad /kernel/branches/kolibri-ahci/blkdev/ kolibri-ahci:
- added write, seems to work
 
/kernel/branches/kolibri-ahci/blkdev/ahci.inc
9162 983 d 10 h rgimad /kernel/branches/kolibri-ahci/blkdev/ kolibri-ahci:
- fix bugs with prdt overflow
- full refactoring of disk reading
- added fdo verbosity control
- other changes
 
/kernel/branches/kolibri-ahci/blkdev/ahci.inc
9145 991 d 18 h rgimad /kernel/branches/kolibri-ahci/blkdev/ kolibri-ahci:
- fixed two stupid errors, now work in qemu
 
/kernel/branches/kolibri-ahci/blkdev/ahci.inc
9143 992 d 5 h rgimad /kernel/branches/kolibri-ahci/blkdev/ kolibri-ahci:
- added ahci_read
 
/kernel/branches/kolibri-ahci/blkdev/ahci.inc
9142 992 d 14 h rgimad /kernel/branches/kolibri-ahci/blkdev/ kolibri-ahci:
- important register preseving
 
/kernel/branches/kolibri-ahci/blkdev/ahci.inc
9141 992 d 15 h rgimad /kernel/branches/kolibri-ahci/blkdev/ kolibri-ahci:
- added ahci_read_first_sector and it works
- temporariry removed ahci_read
- small changes
 
/kernel/branches/kolibri-ahci/blkdev/ahci.inc
9140 993 d 3 h rgimad /kernel/branches/kolibri-ahci/blkdev/ kolibri-ahci:
- added disk registration in system
- added ahci_read (DOES NOT WORK, TODO), ahci_querymedia
- other changes
 
/kernel/branches/kolibri-ahci/blkdev/ahci.inc
9139 993 d 14 h rgimad /kernel/branches/kolibri-ahci/blkdev/ kolibri-ahci:
- use spinlocks (added two functions) instead of delays in ahci_port_identify
- small changes
 
/kernel/branches/kolibri-ahci/blkdev/ahci.inc
9138 995 d 7 h rgimad /kernel/branches/kolibri-ahci/blkdev/ kolibri-ahci:
- refactoring: use swap_bytes_in_words for strings in ident space
- added viewing lba48 addresable sectors count, disk capacity in MiB and GiB
- other small changes
 
/kernel/branches/kolibri-ahci/blkdev/ahci.inc
9136 997 d 11 h rgimad /kernel/branches/kolibri-ahci/blkdev/ kolibri-ahci:
- fix build
 
/kernel/branches/kolibri-ahci/blkdev/ahci.inc
9135 997 d 11 h rgimad /kernel/branches/kolibri-ahci/blkdev/ kolibri-ahci:
- optimized signature checking
 
/kernel/branches/kolibri-ahci/blkdev/ahci.inc
9134 998 d 3 h rgimad /kernel/branches/kolibri-ahci/blkdev/ kolibri-ahci:
- added drive type detection
- identify now works both for SATA and SATAPI
- small fixes
 
/kernel/branches/kolibri-ahci/blkdev/ahci.inc
9131 1001 d 12 h rgimad /kernel/branches/kolibri-ahci/blkdev/ kolibri-ahci:
- fixed identify command sending, now driver successfully identifies hard disk model on my acer aspire
- small changes
 
/kernel/branches/kolibri-ahci/blkdev/ahci.inc
9130 1002 d 5 h rgimad /kernel/branches/kolibri-ahci/ kolibri-ahci:
- fixed issue with staggered spin-up, so now works better on real hardware
- more verbose debug output
- other small changes
TODO: improve reading identification space
why identification space is all zeroes on my acer aspire ?
 
/kernel/branches/kolibri-ahci/blkdev/ahci.inc
/kernel/branches/kolibri-ahci/build2.sh
9074 1021 d 2 h rgimad /kernel/branches/kolibri-ahci/blkdev/ kolibri-ahci:
- added ahci_port_identify (it works!)
- other fixes
- todo: fix dirty codestyle)
 
/kernel/branches/kolibri-ahci/blkdev/ahci.inc
9072 1021 d 9 h rgimad /kernel/branches/kolibri-ahci/blkdev/ kolibri-ahci:
- make some padding and reserved field anonymous
- correct mistake in FIS_DMA_SETUP, some fileds were absent
- small fixes
 
/kernel/branches/kolibri-ahci/blkdev/ahci.inc
9069 1022 d 8 h rgimad /kernel/branches/kolibri-ahci/blkdev/ kolibri-ahci:
- added more structures
- added function ahci_find_cmdslot
- small fixes
 
/kernel/branches/kolibri-ahci/blkdev/ahci.inc
9068 1026 d 8 h rgimad /kernel/branches/kolibri-ahci/ kolibri-ahci:
- add ahci_send_cmd
- add ahci_flush_cmd
- add ahci_port_rebase
- other small changes
 
/kernel/branches/kolibri-ahci/blkdev/ahci.inc
/kernel/branches/kolibri-ahci/kernel.asm
9065 1029 d 4 h rgimad /kernel/branches/kolibri-ahci/blkdev/ kolibri-ahci:
- add functions start_cmd and stop_cmd
- small changes
 
/kernel/branches/kolibri-ahci/blkdev/ahci.inc
9064 1029 d 8 h rgimad /kernel/branches/kolibri-ahci/blkdev/ kolibri-ahci:
- added FIS structures
- shorten some names in HBA_MEM structure
 
/kernel/branches/kolibri-ahci/blkdev/ahci.inc
9051 1031 d 13 h turbocat /kernel/branches/Kolibri-F/ Kolibri-F:
- Added sprintf to the kernel.
- Added a notification from @notify when there are exceptions in the application.
- Added debug files to bochs
 
/kernel/branches/Kolibri-F/build_test.sh
/kernel/branches/Kolibri-F/debug_bochs
/kernel/branches/Kolibri-F/debug_bochs/bochs.bxrc
/kernel/branches/Kolibri-F/debug_bochs/fastxt2bochs_map.py
/kernel/branches/Kolibri-F/debug_bochs/symbols.exe
/kernel/branches/Kolibri-F/libc
/kernel/branches/Kolibri-F/libc/bin.x
/kernel/branches/Kolibri-F/libc/libc.c
/kernel/branches/Kolibri-F/libc/libc.inc
/kernel/branches/Kolibri-F/Makefile
/kernel/branches/Kolibri-F/Tupfile.lua
/kernel/branches/Kolibri-F/build.bat
/kernel/branches/Kolibri-F/build.sh
/kernel/branches/Kolibri-F/core/sys32.inc
/kernel/branches/Kolibri-F/data32.inc
/kernel/branches/Kolibri-F/kernel32.inc
9048 1033 d 5 h Boppan /kernel/branches/kolibrios-pe-clevermouse/ [CLEVERMOUSE_PE_KERNEL] Apply CleverMouse PE patch  
/kernel/branches/kolibrios-pe-clevermouse/core/peuser.inc
/kernel/branches/kolibrios-pe-clevermouse/const.inc
/kernel/branches/kolibrios-pe-clevermouse/core/dll.inc
/kernel/branches/kolibrios-pe-clevermouse/core/heap.inc
/kernel/branches/kolibrios-pe-clevermouse/core/memory.inc
/kernel/branches/kolibrios-pe-clevermouse/core/sys32.inc
/kernel/branches/kolibrios-pe-clevermouse/core/taskman.inc
/kernel/branches/kolibrios-pe-clevermouse/data32.inc
/kernel/branches/kolibrios-pe-clevermouse/docs/sysfuncr.txt
/kernel/branches/kolibrios-pe-clevermouse/docs/sysfuncs.txt
/kernel/branches/kolibrios-pe-clevermouse/kernel.asm
/kernel/branches/kolibrios-pe-clevermouse/kernel32.inc
9047 1033 d 5 h Boppan /kernel/branches/kolibrios-pe-clevermouse/ [KERNEL] Get ready to apply CleverMouse PE patch  
/kernel/branches/kolibrios-pe-clevermouse
9037 1034 d 5 h rgimad /kernel/branches/kolibri-ahci/blkdev/ kolibri-ahci:
- started implementing drives detect
- other fixes
 
/kernel/branches/kolibri-ahci/blkdev/ahci.inc
9024 1034 d 10 h rgimad /kernel/branches/kolibri-ahci/blkdev/ kolibri-ahci: refactoring  
/kernel/branches/kolibri-ahci/blkdev/ahci.inc
9023 1034 d 13 h rgimad /kernel/branches/kolibri-ahci/blkdev/ kolibri-ahci:
- improve controller initialization
- some refactoring
 
/kernel/branches/kolibri-ahci/blkdev/ahci.inc
9022 1035 d 2 h rgimad /kernel/branches/kolibri-ahci/ kolibri-ahci: delete file added by mistake  
/kernel/branches/kolibri-ahci/kolibri_test2.img
9021 1035 d 2 h rgimad /kernel/branches/kolibri-ahci/ kolibri-ahci: added missed files + info with useful links  
/kernel/branches/kolibri-ahci/Info_ahci.txt
/kernel/branches/kolibri-ahci/kolibri_test2.img
/kernel/branches/kolibri-ahci/workspace.code-workspace
9020 1035 d 3 h rgimad /kernel/branches/kolibri-ahci/ kolibri-ahci: upload first results on AHCI support  
/kernel/branches/kolibri-ahci/blkdev/ahci.inc
/kernel/branches/kolibri-ahci/build2.sh
/kernel/branches/kolibri-ahci/run_img.sh
/kernel/branches/kolibri-ahci/run_img_ahci.sh
/kernel/branches/kolibri-ahci/kernel.asm
9019 1035 d 3 h rgimad /kernel/branches/kolibri-ahci/ Create kolibri-ahci branch  
/kernel/branches/kolibri-ahci
8988 1039 d 5 h turbocat /kernel/branches/Kolibri-F/ Recreation of the Kolibri-F branch. Part 2  
/kernel/branches/Kolibri-F
8987 1039 d 5 h turbocat /kernel/branches/ Recreation of the Kolibri-F branch. Part 1  
/kernel/branches/Kolibri-F