#include <sys/io.h>#include <isa/8259.h>#include <ubixos/types.h>#include <lib/kprintf.h>Go to the source code of this file.
Functions | |
| int | i8259_init () |
| void | irqDisable (uInt16 irqNo) |
| void | irqEnable (uInt16 irqNo) |
Variables | |
| static unsigned int | irqMask = 0xFFFF |
| int i8259_init | ( | ) |
| void irqDisable | ( | uInt16 | irqNo | ) |
Definition at line 93 of file 8259.c.
References irqMask, mPic, outportByte(), and sPic.
Referenced by _int13(), kpanic(), and ne2kHandler().
| void irqEnable | ( | uInt16 | irqNo | ) |
Definition at line 75 of file 8259.c.
References irqMask, mPic, outportByte(), and sPic.
Referenced by _int13(), atkbd_init(), fdc_init(), kmain(), mouseInit(), ne2k_init(), and ne2kHandler().
unsigned int irqMask = 0xFFFF [static] |
1.4.7