Subversion Repositories HelenOS

Rev

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

Filtering Options

Rev Age Author Path Log message Diff
3902 5613 d 13 h jermar /trunk/kernel/ Introduce a more platform-neutral name for programmed I/O.

The new API looks like pio_read_n() or pio_write_n(), where n is 8, 16 or 32.
The old API (i.e. inb(), inw(), inl(), outb() outw(), outl()) may have made
some people think that the interface is only to be used with the separate I/O
space. That's not the case. This API is to be implemented on all platforms
so that we can finally have really generic kernel device drivers.
 
3880 5616 d 8 h decky /trunk/kernel/arch/ simplify configuration
introduce arch_construct_function and inb/outb (sometimes empty) on all platforms
various code cleanup
 
3779 5655 d 14 h jermar /trunk/kernel/ Only one kernel EGA driver to rule them all.  
3661 5690 d 7 h vana /trunk/ IA64: repair similators support  
3657 5690 d 16 h vana /trunk/ Legacy IRQ support, uspace NS16550 support, some minor changes  
3583 5707 d 21 h vana /trunk/ IA64: Support for real frequency  
2726 5985 d 18 h vana /trunk/ Basic IA64 boot and kernel suport for real machines  
2538 6123 d 18 h vana /trunk/kernel/arch/ia64/include/drivers/ Macro naming correction  
2537 6123 d 18 h vana /trunk/kernel/arch/ia64/include/drivers/ IA64 keyboard lost headerfile  
2110 6355 d 7 h jermar /trunk/kernel/arch/ia64/ Minor cleanup in ia64.  
2071 6373 d 8 h jermar /trunk/ (c) versus (C)  
1942 6464 d 8 h jermar /trunk/ Convert ia64 to the new IRQ and notification scheme.  
1888 6498 d 11 h jermar /trunk/ C99 compliant header guards (hopefully) everywhere in the kernel.
Formatting and indentation changes.
Small improvements in sparc64.
 
1787 6563 d 10 h decky / move kernel/trunk, uspace/trunk and boot/trunk to trunk/kernel, trunk/uspace and trunk/boot  
1702 6591 d 14 h cejka /kernel/trunk/ Kernel doxygen comments updated.  
577 6777 d 3 h palkovsky /kernel/trunk/ Some small fixes, basic changes to ia64 & ppc32 without testing.  
534 6782 d 9 h jermar / Rename HelenOS/SPARTAN to HelenOS/kernel again.  
532 6782 d 9 h jermar / Revert renaming of HelenOS/SPARTAN to HelenOS/kernel because of important pending patch.  
521 6788 d 16 h vana /kernel/trunk/arch/ia64/ Coding style patch.  
520 6789 d 7 h vana /kernel/trunk/arch/ia64/ Lost files from last commit.  
501 6794 d 13 h jermar / Rename HelenOS/SPARTAN to HelenOS/kernel.  
445 6809 d 13 h jermar /SPARTAN/trunk/arch/ia64/ ia64 work.
Fix SP_DELTA alignment.
Cosmetics.
 
435 6811 d 7 h jermar /SPARTAN/trunk/arch/ia64/ ia64 work.
Begin implemention of heavyweight interrupt handler.
Finish implementation of interval timer.
Add some PAL macros.