HelenOS
HelenOS-doc
HelenOS-historic
Català-Valencià – Catalan
中文 – Chinese (Simplified)
中文 – Chinese (Traditional)
Česky – Czech
Dansk – Danish
Nederlands – Dutch
English – English
Suomi – Finnish
Français – French
Deutsch – German
עברית – Hebrew
हिंदी – Hindi
Magyar – Hungarian
Bahasa Indonesia – Indonesian
Italiano – Italian
日本語 – Japanese
한국어 – Korean
Македонски – Macedonian
मराठी – Marathi
Norsk – Norwegian
Polski – Polish
Português – Portuguese
Português – Portuguese (Brazil)
Русский – Russian
Slovenčina – Slovak
Slovenščina – Slovenian
Español – Spanish
Svenska – Swedish
Türkçe – Turkish
Українська – Ukrainian
Oëzbekcha – Uzbek
Subversion Repositories
HelenOS
(root)
/
/
branches
/
dd
/
kernel
/
genarch
/
include
/
drivers/
– Rev 4678
Rev
Show changed files
|
Directory listing
|
RSS feed
Filtering Options
From rev
To rev
Max revs
Search history for
Show All
Rev
Age
Author
Path
Log message
Diff
4678
5624 d 21 h
trochtova
/branches/dd/
dd branch synchronized with trunk (revision 4677)
4668
5631 d 9 h
trochtova
/branches/dd/
dd branch synchronized with trunk (revision 4667)
4420
5696 d 16 h
trochtova
/branches/dd/
dd branch synchronized with trunk (revision 4419)
4296
5731 d 12 h
trochtova
/branches/dd/
dd branch synchronized with trunk (revision 4295)
4156
5759 d 15 h
trochtova
/branches/dd/
changes in trunk (rev 4155) merged into dd branch
4055
5770 d 17 h
trochtova
/branches/dd/
changes in trunk (rev 4054) merged into dd branch
4042
5771 d 14 h
jermar
/trunk/
Complete emancipation of kernel serial controller drivers (i8042, ns16550 and
z8530). Provide a common keyboard module for PC and Sun keyboards. The serial
line module is still to follow.
4021
5775 d 9 h
jermar
/trunk/kernel/
There is no need to define ioport{8,16,32}_t types for each architecture separately.
3940
5786 d 12 h
decky
/trunk/kernel/
make hw_area API more generic
this allows mapping of EGA VRAM on ia32/amd64
3934
5787 d 6 h
jermar
/trunk/kernel/
Improve the ns16550 driver.
- The driver support multiple instances.
- It still remembers the last registered IRQ in a global structure (cannot be
easily fixed now)
- Was converted to use PIO directly
3932
5787 d 7 h
jermar
/trunk/kernel/
Kill arch/drivers/ega.h. Provide one-stop shopping
place for architectures with ia32 legacy I/O space.
3930
5787 d 8 h
jermar
/trunk/kernel/
Adapt most of the kernel to ioport8_t, ioport16_t and ioport32_t types.
3779
5833 d 16 h
jermar
/trunk/kernel/
Only one kernel EGA driver to rule them all.