| Rev |
Age |
Author |
Path |
Log message |
Diff |
| 4605 |
6122 d 21 h |
decky |
/branches/snapshot/ |
add task snapshoting branch |
|
| 4311 |
6194 d 22 h |
decky |
/trunk/ |
change the way how input devices are wired together according to ticket #44
(also the proposal http://lists.modry.cz/cgi-bin/private/helenos-devel/2009-March/002507.html) |
|
| 3932 |
6255 d 13 h |
jermar |
/trunk/kernel/ |
Kill arch/drivers/ega.h. Provide one-stop shopping
place for architectures with ia32 legacy I/O space. |
|
| 3930 |
6255 d 13 h |
jermar |
/trunk/kernel/ |
Adapt most of the kernel to ioport8_t, ioport16_t and ioport32_t types. |
|
| 3928 |
6255 d 15 h |
jermar |
/trunk/kernel/ |
Kill arch/drivers/i8042.h. |
|
| 3902 |
6259 d 20 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 |
6262 d 15 h |
decky |
/trunk/kernel/arch/ |
simplify configuration
introduce arch_construct_function and inb/outb (sometimes empty) on all platforms
various code cleanup |
|
| 3779 |
6301 d 21 h |
jermar |
/trunk/kernel/ |
Only one kernel EGA driver to rule them all. |
|
| 3661 |
6336 d 13 h |
vana |
/trunk/ |
IA64: repair similators support |
|
| 3657 |
6336 d 23 h |
vana |
/trunk/ |
Legacy IRQ support, uspace NS16550 support, some minor changes |
|
| 3583 |
6354 d 3 h |
vana |
/trunk/ |
IA64: Support for real frequency |
|
| 2726 |
6632 d 1 h |
vana |
/trunk/ |
Basic IA64 boot and kernel suport for real machines |
|
| 2538 |
6770 d 0 h |
vana |
/trunk/kernel/arch/ia64/include/drivers/ |
Macro naming correction |
|
| 2537 |
6770 d 1 h |
vana |
/trunk/kernel/arch/ia64/include/drivers/ |
IA64 keyboard lost headerfile |
|
| 2110 |
7001 d 14 h |
jermar |
/trunk/kernel/arch/ia64/ |
Minor cleanup in ia64. |
|
| 2071 |
7019 d 14 h |
jermar |
/trunk/ |
(c) versus (C) |
|
| 1942 |
7110 d 14 h |
jermar |
/trunk/ |
Convert ia64 to the new IRQ and notification scheme. |
|
| 1888 |
7144 d 18 h |
jermar |
/trunk/ |
C99 compliant header guards (hopefully) everywhere in the kernel.
Formatting and indentation changes.
Small improvements in sparc64. |
|
| 1787 |
7209 d 17 h |
decky |
/ |
move kernel/trunk, uspace/trunk and boot/trunk to trunk/kernel, trunk/uspace and trunk/boot |
|
| 1702 |
7237 d 21 h |
cejka |
/kernel/trunk/ |
Kernel doxygen comments updated. |
|