Subversion Repositories HelenOS

Rev

Show changed files | Directory listing | RSS feed

Filtering Options

Rev Age Author Path Log message Diff
4669 5427 d 19 h pillai /trunk/ ARM port for development board integratorcp(ARM926EJ core module).  
4637 5444 d 10 h svoboda /trunk/kernel/genarch/ Implement data transmission to CUDA, use to enable autopolling. Now the driver works both in PearPC and Qemu -M g3beige.  
4626 5448 d 10 h svoboda /trunk/kernel/genarch/ Modify CUDA driver to state machine format, with one interrupt per byte transferred.  
4610 5453 d 12 h svoboda /trunk/ Kernel Mac ADB keyboard driver revived.  
4311 5525 d 19 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)
 
4251 5540 d 16 h decky /trunk/kernel/ ia32, amd64: do not reboot via a triple fault (which is nasty), but use the i8042 controller to trigger CPU reset  
4148 5559 d 21 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 5564 d 23 h decky /trunk/ get back support for framebuffer and keyboard for sparc64 (generic)  
4114 5565 d 12 h jermar /trunk/ Fix one RAW dependency.  
4094 5565 d 14 h decky /trunk/kernel/genarch/ update for the new scheme of wiring device drivers to keyboard/serial modules  
4078 5565 d 20 h decky /trunk/kernel/genarch/ add dummy serial line input and output drivers  
4042 5570 d 16 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 5574 d 12 h jermar /trunk/kernel/ There is no need to define ioport{8,16,32}_t types for each architecture separately.  
3940 5585 d 15 h decky /trunk/kernel/ make hw_area API more generic
this allows mapping of EGA VRAM on ia32/amd64
 
3934 5586 d 8 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 5586 d 10 h jermar /trunk/kernel/ Kill arch/drivers/ega.h. Provide one-stop shopping
place for architectures with ia32 legacy I/O space.
 
3930 5586 d 10 h jermar /trunk/kernel/ Adapt most of the kernel to ioport8_t, ioport16_t and ioport32_t types.  
3779 5632 d 18 h jermar /trunk/kernel/ Only one kernel EGA driver to rule them all.