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
/
network
/
kernel
/
genarch
/
include
/
drivers
@ 4263
– Rev 4718
Rev
Show changed files
|
Details
|
Compare with Previous
|
Blame
|
RSS feed
Filtering Options
From rev
To rev
Max revs
Search history for
Show All
Rev
Age
Author
Path
Log message
Diff
4718
5516 d 6 h
mejdrech
/branches/network/
Net: merge with trunk head (0.4.1)
4327
5672 d 11 h
mejdrech
/branches/network/
Net: *merged with trunk 4326, +ne2k irq debug
4263
5688 d 0 h
mejdrech
/branches/network/
Net: merged with trunk:4261
4153
5710 d 0 h
mejdrech
/branches/network/
Networking: merged with trunk changes
4148
5710 d 8 h
decky
/trunk/
as kernel little brother drivers are not needed anymore, the device numbers do not have to be correlated between kernel and uspace in any way
introduce new syscall sys_device_assign_devno() for generating system-wide unique device numbers for uspace
4119
5715 d 10 h
decky
/trunk/
get back support for framebuffer and keyboard for sparc64 (generic)
4114
5715 d 23 h
jermar
/trunk/
Fix one RAW dependency.
4094
5716 d 1 h
decky
/trunk/kernel/genarch/
update for the new scheme of wiring device drivers to keyboard/serial modules
4078
5716 d 7 h
decky
/trunk/kernel/genarch/
add dummy serial line input and output drivers
4042
5721 d 3 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
5724 d 23 h
jermar
/trunk/kernel/
There is no need to define ioport{8,16,32}_t types for each architecture separately.
3940
5736 d 2 h
decky
/trunk/kernel/
make hw_area API more generic
this allows mapping of EGA VRAM on ia32/amd64
3934
5736 d 19 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
5736 d 21 h
jermar
/trunk/kernel/
Kill arch/drivers/ega.h. Provide one-stop shopping
place for architectures with ia32 legacy I/O space.
3930
5736 d 21 h
jermar
/trunk/kernel/
Adapt most of the kernel to ioport8_t, ioport16_t and ioport32_t types.
3779
5783 d 5 h
jermar
/trunk/kernel/
Only one kernel EGA driver to rule them all.