| Rev |
Age |
Author |
Path |
Log message |
Diff |
| 4098 |
6135 d 2 h |
decky |
/trunk/kernel/arch/ia32/include/drivers/ |
whitespace changes |
|
| 4097 |
6135 d 2 h |
decky |
/trunk/kernel/arch/ia32/include/drivers/ |
remove obsolete include file |
|
| 3932 |
6155 d 22 h |
jermar |
/trunk/kernel/ |
Kill arch/drivers/ega.h. Provide one-stop shopping
place for architectures with ia32 legacy I/O space. |
|
| 3930 |
6155 d 22 h |
jermar |
/trunk/kernel/ |
Adapt most of the kernel to ioport8_t, ioport16_t and ioport32_t types. |
|
| 3928 |
6156 d 0 h |
jermar |
/trunk/kernel/ |
Kill arch/drivers/i8042.h. |
|
| 3902 |
6160 d 5 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. |
|
| 3889 |
6161 d 5 h |
svoboda |
/trunk/kernel/arch/ia32/include/drivers/ |
Make ia32/amd64 compile again. This is mostly a hack, but a more drastic cleanup is needed to do it the right way. |
|
| 3779 |
6202 d 6 h |
jermar |
/trunk/kernel/ |
Only one kernel EGA driver to rule them all. |
|
| 3707 |
6221 d 1 h |
decky |
/trunk/ |
kconsole is optional
kernel & uspace framebuffer rewrite with speedups (some things are slightly broken yet) |
|
| 2071 |
6920 d 0 h |
jermar |
/trunk/ |
(c) versus (C) |
|
| 1888 |
7045 d 3 h |
jermar |
/trunk/ |
C99 compliant header guards (hopefully) everywhere in the kernel.
Formatting and indentation changes.
Small improvements in sparc64. |
|
| 1787 |
7110 d 2 h |
decky |
/ |
move kernel/trunk, uspace/trunk and boot/trunk to trunk/kernel, trunk/uspace and trunk/boot |
|
| 1780 |
7117 d 3 h |
jermar |
/kernel/trunk/ |
Replace old __u?? types with respective C99 variants (e.g. uint32_t, int64_t, uintptr_t etc.). |
|
| 1702 |
7138 d 6 h |
cejka |
/kernel/trunk/ |
Kernel doxygen comments updated. |
|
| 1477 |
7150 d 15 h |
decky |
/kernel/trunk/arch/ |
cleanup |
|
| 1473 |
7151 d 1 h |
decky |
/kernel/trunk/ |
kernel support for text-only framebuffer |
|
| 894 |
7244 d 3 h |
jermar |
/kernel/trunk/ |
Move i8042 driver to genarch as it might be used by more architectures. |
|