]> Zhao Yanbai Git Server - minix.git/commit
Small update to SYS_IRQCTL -> setting an interrupt policy now allows the caller
authorJorrit Herder <jnherder@minix3.org>
Fri, 29 Jul 2005 12:44:42 +0000 (12:44 +0000)
committerJorrit Herder <jnherder@minix3.org>
Fri, 29 Jul 2005 12:44:42 +0000 (12:44 +0000)
commitd62e5156607d2d7ebd85247a7cee70fb8d9c8001
tree34b78e83f80c434a358d7a214320dbadd8d6ef58
parentbd8762263a692c87a4e385de16e11583a38e54a9
Small update to SYS_IRQCTL -> setting an interrupt policy now allows the caller
to provide an index (0 .. 31) that is passed in the HARD_INT message when an
interrupt occurs. The NOTIFY_ARG field contains a bitmap with all indexes for
which an interrupt occured.
13 files changed:
drivers/at_wini/at_wini.c
drivers/dpeth/dp.c
drivers/floppy/floppy.c
drivers/fxp/fxp.c
drivers/printer/printer.c
drivers/rtl8139/rtl8139.c
drivers/tty/keyboard.c
drivers/tty/tty.c
kernel/priv.h
kernel/system.c
kernel/system/do_irqctl.c
kernel/type.h
servers/is/dmp_kernel.c