Subversion Repositories HelenOS

Rev

Hide changed files | Directory listing | RSS feed

Filtering Options

Rev Age Author Path Log message Diff Changes
4113 5569 d 4 h svoboda /trunk/uspace/srv/kbd/include/ Add more comments.  
/trunk/uspace/srv/kbd/include/gsp.h
4070 5570 d 6 h rimsky /trunk/ SGCN driver modified to reflect the new keyboard driver architecture. Making the Serengeti bootable image smaller by not including some servers/applications.  
/trunk/boot/arch/sparc64/loader/Makefile
/trunk/kernel/arch/sparc64/include/drivers/sgcn.h
/trunk/kernel/arch/sparc64/src/console.c
/trunk/kernel/arch/sparc64/src/drivers/kbd.c
/trunk/kernel/arch/sparc64/src/drivers/sgcn.c
/trunk/kernel/arch/sparc64/src/sparc64.c
/trunk/uspace/srv/kbd/Makefile
/trunk/uspace/srv/kbd/port/sgcn.c
4067 5573 d 0 h jermar /trunk/uspace/srv/kbd/ Fix typo in i460GX  
/trunk/uspace/srv/kbd/Makefile
4061 5573 d 9 h svoboda /trunk/uspace/srv/kbd/ Constructing parser machines for tty keyboards by hand is a pain. Let the machine do it -- let's nuke some ants.  
/trunk/uspace/srv/kbd/genarch
/trunk/uspace/srv/kbd/genarch/gsp.c
/trunk/uspace/srv/kbd/genarch/stroke.c
/trunk/uspace/srv/kbd/include/gsp.h
/trunk/uspace/srv/kbd/include/stroke.h
/trunk/uspace/srv/kbd/Makefile
/trunk/uspace/srv/kbd/ctl/gxe_fb.c
/trunk/uspace/srv/kbd/ctl/pc.c
/trunk/uspace/srv/kbd/ctl/stty.c
/trunk/uspace/srv/kbd/ctl/sun.c
/trunk/uspace/srv/kbd/generic/kbd.c
/trunk/uspace/srv/kbd/include/kbd_ctl.h
4049 5574 d 1 h svoboda /trunk/uspace/srv/kbd/ Do not create obsolete symlinks.  
/trunk/uspace/srv/kbd/Makefile
4044 5574 d 6 h svoboda /trunk/ Userspace driver for ski keyboard port.  
/trunk/uspace/srv/kbd/port/ski.c
/trunk/kernel/arch/ia64/src/ski/ski.c
/trunk/uspace/srv/kbd/Makefile
4036 5575 d 15 h decky /trunk/uspace/srv/kbd/layout/ cstyle  
/trunk/uspace/srv/kbd/layout/us_dvorak.c
4035 5576 d 0 h svoboda /trunk/uspace/srv/kbd/layout/ Update Dvorak layout.  
/trunk/uspace/srv/kbd/layout/us_dvorak.c
4026 5578 d 0 h jermar /trunk/ Make the kbd port drivers platform neutral by using PIO functions.
The kernel now supplies the physical address and the kernel virtual address.
 
/trunk/kernel/arch/amd64/src/amd64.c
/trunk/kernel/arch/ia32/src/ia32.c
/trunk/kernel/arch/ia64/src/ia64.c
/trunk/kernel/arch/sparc64/src/drivers/kbd.c
/trunk/uspace/srv/kbd/port/i8042.c
/trunk/uspace/srv/kbd/port/i8042.h
/trunk/uspace/srv/kbd/port/ns16550.c
/trunk/uspace/srv/kbd/port/z8530.c
4003 5579 d 6 h decky /trunk/uspace/srv/kbd/generic/ blocking connection to cir_service  
/trunk/uspace/srv/kbd/generic/kbd.c
3978 5582 d 2 h jermar /trunk/ Userspace driver for OBIO. This will make it possible to clear interrupts from
user space on UltraSPARC IIi and systems with Psycho. Not tested.
 
/trunk/uspace/srv/obio
/trunk/uspace/srv/obio/obio.c
/trunk/uspace/srv/obio/fhc.c
/trunk/boot/arch/sparc64/loader/Makefile
/trunk/kernel/arch/sparc64/src/drivers/fhc.c
/trunk/kernel/arch/sparc64/src/drivers/kbd.c
/trunk/kernel/arch/sparc64/src/drivers/pci.c
/trunk/uspace/Makefile
/trunk/uspace/lib/libc/include/ipc/services.h
/trunk/uspace/srv/kbd/generic/kbd.c
/trunk/uspace/srv/obio/Makefile
3969 5584 d 2 h jermar /trunk/ Add simple userspace FHC driver.
Modify the z8530 userspace driver
to send BUS_CLEAR_INTERRUPT
notification to the FHC driver.
 
/trunk/uspace/lib/libc/include/ipc/bus.h
/trunk/uspace/srv/fhc
/trunk/uspace/srv/fhc/Makefile
/trunk/uspace/srv/fhc/fhc.c
/trunk/boot/arch/sparc64/loader/Makefile
/trunk/kernel/arch/sparc64/src/drivers/fhc.c
/trunk/kernel/arch/sparc64/src/drivers/kbd.c
/trunk/uspace/Makefile
/trunk/uspace/app/init/init.c
/trunk/uspace/lib/libc/include/ipc/services.h
/trunk/uspace/srv/kbd/generic/kbd.c
/trunk/uspace/srv/kbd/include/kbd.h
/trunk/uspace/srv/kbd/port/z8530.c
3961 5587 d 8 h jermar /trunk/ Unbreak sparc64.
Due to the lack of userspace bus drivers for the z8530 and ns16550,
we are currently handling exactly one interrupt from these devices
in userspace.
 
/trunk/kernel/arch/sparc64/include/drivers/z8530.h
/trunk/kernel/arch/sparc64/src/console.c
/trunk/kernel/arch/sparc64/src/drivers/kbd.c
/trunk/kernel/arch/sparc64/src/drivers/sgcn.c
/trunk/kernel/genarch/include/kbd/z8530.h
/trunk/kernel/genarch/src/kbd/z8530.c
/trunk/uspace/srv/kbd/port/z8530.c
3955 5588 d 2 h jermar /trunk/ Unbreak mips32 candidate.  
/trunk/kernel/arch/mips32/src/drivers/msim.c
/trunk/kernel/arch/mips32/src/drivers/serial.c
/trunk/uspace/srv/kbd/port/msim.c
3954 5588 d 2 h jermar /trunk/uspace/srv/kbd/port/ Adapt the userspace ns16550 driver to the new pseudocode.  
/trunk/uspace/srv/kbd/port/ns16550.c
3951 5588 d 4 h jermar /trunk/ Unreak arm32 (as far as breakage introduced by 3947 goes) and
adapt the uspace GXemul kbd IRQ driver to use the new pseudo code.
 
/trunk/kernel/arch/arm32/src/drivers/gxemul.c
/trunk/uspace/srv/kbd/port/gxemul.c
3947 5588 d 6 h jermar /trunk/ This is the evil commit. In particular, it does:

- introduces more powerful pseudo code for userspace IRQ top-half handlers
- changes the internals of IRQ dispatching
- simplifies the kernel's i8042 driver
- adapts the uspace i8042 driver to make use of the new pseudocode
- breaks all other architectures except ia32
- breaks almost all existing drivers
- breaks switching between uspace and kernel drivers
 
/trunk/kernel/arch/ia32/src/ia32.c
/trunk/kernel/genarch/src/kbd/i8042.c
/trunk/kernel/generic/include/ddi/irq.h
/trunk/kernel/generic/include/ipc/irq.h
/trunk/kernel/generic/src/ddi/irq.c
/trunk/kernel/generic/src/ipc/irq.c
/trunk/uspace/srv/kbd/port/i8042.c
3944 5588 d 12 h svoboda /trunk/uspace/srv/kbd/ Support Shift modifier in stty and gxe_fb drivers.  
/trunk/uspace/srv/kbd/ctl/gxe_fb.c
/trunk/uspace/srv/kbd/ctl/stty.c
/trunk/uspace/srv/kbd/generic/kbd.c
3943 5589 d 0 h svoboda /trunk/uspace/srv/kbd/ Tackle scroll lock and cope with lock-key hardware auto-repeat.  
/trunk/uspace/srv/kbd/ctl/pc.c
/trunk/uspace/srv/kbd/generic/kbd.c
3942 5589 d 2 h svoboda /trunk/uspace/srv/kbd/ e0-prefixed pc scancodes. Num Lock and numeric keyboard.  
/trunk/uspace/srv/kbd/ctl/pc.c
/trunk/uspace/srv/kbd/generic/kbd.c
/trunk/uspace/srv/kbd/layout/us_qwerty.c

Show All