Subversion Repositories Kolibri OS

Rev

Go to most recent revision | Show changed files | Directory listing | RSS feed

Filtering Options

Rev Age Author Path Log message Diff
4460 3755 d 6 h IgorA /programs/system/pcidev/trunk/ changed file with all corrections  
4458 3755 d 9 h IgorA /programs/system/pcidev/trunk/ corrections from Wildwest  
3882 3891 d 0 h mario79 /programs/system/pcidev/trunk/ PCIDEV
1) added 1 new VendorID
2) corrected vendors.add
 
3874 3894 d 16 h mario79 /programs/system/pcidev/trunk/ PCIDEV
1) added 1 new VendorID
2) corrected vendors.add
 
3873 3896 d 11 h mario79 /programs/system/pcidev/trunk/ PCIDEV - added 4 new VendorID  
3871 3898 d 23 h mario79 /programs/system/pcidev/trunk/ PCIDEV - added 5 new VendorID  
3710 3958 d 0 h IgorA /programs/system/pcidev/trunk/ add 2 vendors  
3630 3975 d 10 h fedesco /programs/system/ italian version  
2235 4599 d 12 h Serge /programs/system/pcidev/trunk/ pcidev: increase maximum irq level  
2057 4636 d 9 h mario79 /programs/system/pcidev/trunk/ PCIDEV - checking for "rolled up" window  
1995 4684 d 1 h mario79 /programs/system/pcidev/trunk/ PCIDEV - fixes for previous revisions.  
1993 4684 d 4 h mario79 /programs/system/pcidev/trunk/ PCIDEV - Show the message "NA" if the IRQ is not assigned  
1985 4688 d 5 h mario79 /programs/system/pcidev/trunk/ PCIDEV - clearing of title  
1984 4689 d 5 h mario79 /programs/system/pcidev/trunk/ PCIDEV - memory for "device list" is increased to 16 KB  
1983 4689 d 18 h yogev_ezra /programs/system/pcidev/trunk/ pcidev: I am not good enough to be one of the authors :)  
1982 4689 d 23 h mario79 /programs/system/pcidev/trunk/ PCIDEV 2.3 (changing the number of version given all previous revisions)
1) Save PCI devices list to disk
2) Using OpenDialog for select of path
 
1981 4690 d 5 h yogev_ezra /programs/system/pcidev/trunk/ pcidev: Split history to separate file; change version number after fix done by CleverMouse  
1947 4712 d 7 h clevermouse /programs/system/pcidev/trunk/ fix of r1946  
1946 4712 d 8 h clevermouse /programs/system/pcidev/trunk/ pcidev: don't scan for other functions on single-function devices  
1945 4712 d 12 h yogev_ezra /programs/system/pcidev/trunk/ 'pcidev': Add HDA controller recognition and 17F3 RDC Semiconductor vendor.  
1937 4722 d 10 h art_zh /programs/ fastcall/syscall instructions should be avoided in future
due to possible compatibility problems.
 
1728 4870 d 10 h clevermouse /programs/ fix compilation in linux  
1444 5143 d 12 h art_zh /programs/system/pcidev/trunk/ pci vendors database splitted
to reduce PCIDEV code downto 10kB.
 
1386 5197 d 12 h art_zh /programs/system/pcidev/trunk/ pcidev post-enumeration bug fixed  
1364 5226 d 0 h diamond /programs/system/pcidev/trunk/ fixed path in pcidev.asm, broken in rev. 1359  
1359 5227 d 22 h art_zh /programs/system/pcidev/trunk/ +1 more  
1358 5227 d 22 h art_zh / minor bugs fixed  
1357 5227 d 23 h diamond /programs/system/pcidev/trunk/ another fix to get pcidev.asm compilable  
1356 5227 d 23 h diamond /programs/system/pcidev/trunk/ remove utf8 marker from pcidev.asm  
1353 5228 d 1 h art_zh / - SysFuncs docs updated;
- PCI Expansion ROM is now readable via uMMIO.
 
1351 5229 d 8 h art_zh /programs/system/pcidev/trunk/ new api functions demo in PCIDEV.ASM  
587 6123 d 5 h Ghost /programs/system/pcidev/branches/ PCIDEV port (use new PCI API)  
485 6197 d 9 h heavyiron / *kernel - fixes in 15.2 by Mario79 and 67 by mike.dld
updated sysfunc.txt
*programs
new icons and logo for CPUID and ICON
added new version of @ICON and ICONMNGR
fixes in iconedit and calendar from DedOK
new algoritm of fill background in pic4
all apps (fasm-writen only) rewriten to use common macros.inc for easy recompile in fastcall mode (there is a bug in https; run need rewrite to use common macros.inc)
small fixes in build_all.bat script
 
477 6200 d 10 h Ghost / Fast calls
* multi thread program support
* MSR protect
* fast_call_test update
---------------------------
old code:
int 0x40

code for Intel SYSENTER:
push ebp
mov ebp, esp
push ..ret_point
sysenter
..ret_point:
pop edx
pop ecx

code for AMD SYSCALL:
push ecx
syscall
pop ecx

recommendation: use mcall from macros.inc
 
475 6203 d 8 h Ghost /programs/system/pcidev/trunk/ fixed
* Same little bugs
* Source code formating
* PCI version normalized 0210 -> 2.10
added
* + 13 vendor (total now 1000!)
* + 3 class type
* Fast call source ready
* Device IRQ detection
optimized
* ! size optimized (61025 -> 32501 see added)
* easy to add new vendor & class names
 
205 6386 d 9 h heavyiron / Kernel: Smoothing image code from Mario79, build scripts for skin and drivers/build.bat
Programs: fasm updated to 1.67.14, small fixes in desktop, stackcfg, calc, board, pipes, freecell, big cleanup of unused programs, added some applications from 0.6.3.0 distr...
 
135 6455 d 10 h diamond / mv, gifview, jpegview: modified to use function 70
tinypad2: modified for new sysxtree
kernel, mv, board, calendar, cmd, copy2, cpu, end, icon, mhc, pcidev:
german translation from derPENGUIN
 
132 6462 d 8 h diamond /programs/ icon2: russian and english variants corrected
jpegview, launcher, life, mv, pcidev: new versions from K0581 distro
rccc, rccs: english translation added
 
109 6483 d 9 h heavyiron /programs/ Changed structure of svn repository  
31 6689 d 13 h halyavin /programs/ programs sources added