minix/drivers/tty
Kees Jongenburger 037aeb5a13 arm:rs232 fix.
The kernel API for requesting interrupts and the associated callback
have a somewhat strange behaviour. Requesting an interrupts is done
by calling sys_irqsetpolicy using an interrupt and a given id. This
id can be modified by the sys_irqsetpolicy and must be used for
subsequent calls to sys_irqenable/sys_irqdisable. However upon an
incoming call from the kernel NOTIFY_ARG contains the original value
encoded in a set e.g. if  1 << id == true the interrupt was raised.
2013-04-12 20:52:57 +02:00
..
arch arm:rs232 fix. 2013-04-12 20:52:57 +02:00
keymaps Spanish keymap with tilde 2013-03-06 18:13:46 +01:00
Makefile Cleanup: Remove minix.bootprog.mk 2013-03-06 11:56:56 +01:00
pty.c TTY: seperate hardware dependent parts + add new serial driver 2012-10-30 11:33:29 +00:00
tty.c TTY: fix crash obtaining kernel messages 2012-11-06 00:17:44 +01:00
tty.h TTY: seperate hardware dependent parts + add new serial driver 2012-10-30 11:33:29 +00:00