Files
minix/drivers
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
..
2013-02-26 09:44:20 +00:00
2013-01-17 10:03:58 +01:00
2013-01-14 11:36:26 +01:00
2012-08-06 16:18:36 +00:00
2012-08-06 16:18:38 +00:00
2013-02-06 16:07:43 +01:00
2012-08-06 16:18:39 +00:00
2013-03-06 11:56:56 +01:00
2013-03-06 11:56:56 +01:00
2013-02-14 10:20:21 +01:00
2013-02-15 11:05:43 +01:00
2013-01-17 10:03:58 +01:00
2013-04-12 20:52:57 +02:00
2013-01-23 09:03:03 +00:00
2013-02-26 09:44:20 +00:00