Subversion Repositories HelenOS

Rev

Go to most recent revision | Hide changed files | Directory listing | RSS feed

Filtering Options

Rev Age Author Path Log message Diff Changes
4061 5586 d 19 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 5587 d 11 h svoboda /trunk/uspace/srv/kbd/ Do not create obsolete symlinks.  
/trunk/uspace/srv/kbd/Makefile
4044 5587 d 16 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 5589 d 1 h decky /trunk/uspace/srv/kbd/layout/ cstyle  
/trunk/uspace/srv/kbd/layout/us_dvorak.c
4035 5589 d 11 h svoboda /trunk/uspace/srv/kbd/layout/ Update Dvorak layout.  
/trunk/uspace/srv/kbd/layout/us_dvorak.c
4026 5591 d 10 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 5592 d 16 h decky /trunk/uspace/srv/kbd/generic/ blocking connection to cir_service  
/trunk/uspace/srv/kbd/generic/kbd.c
3978 5595 d 13 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 5597 d 12 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 5600 d 18 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 5601 d 13 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 5601 d 13 h jermar /trunk/uspace/srv/kbd/port/ Adapt the userspace ns16550 driver to the new pseudocode.  
/trunk/uspace/srv/kbd/port/ns16550.c
3951 5601 d 14 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 5601 d 16 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 5601 d 22 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 5602 d 11 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 5602 d 12 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
3939 5602 d 16 h decky /trunk/uspace/srv/kbd/ctl/ remove forgotten argument  
/trunk/uspace/srv/kbd/ctl/gxe_fb.c
3933 5603 d 10 h svoboda /trunk/uspace/ Basic support for key modifiers.  
/trunk/uspace/lib/libc/include/kbd/keycode.h
/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.h
/trunk/uspace/srv/kbd/layout/us_dvorak.c
/trunk/uspace/srv/kbd/layout/us_qwerty.c
3926 5604 d 11 h svoboda /trunk/uspace/srv/kbd/ Compile i8042+pc for ia64.  
/trunk/uspace/srv/kbd/Makefile

Show All