#include "../../kernel.h"#include "../../proc.h"#include "proto.h"#include <minix/portio.h>#include <ibm/cpu.h>Go to the source code of this file.
Defines | |
| #define | ICW1_AT 0x11 |
| #define | ICW1_PC 0x13 |
| #define | ICW1_PS 0x19 |
| #define | ICW4_AT_SLAVE 0x01 |
| #define | ICW4_AT_MASTER 0x05 |
| #define | ICW4_PC_SLAVE 0x09 |
| #define | ICW4_PC_MASTER 0x0D |
| #define | ICW4_AT_AEOI_SLAVE 0x03 |
| #define | ICW4_AT_AEOI_MASTER 0x07 |
| #define | ICW4_PC_AEOI_SLAVE 0x0B |
| #define | ICW4_PC_AEOI_MASTER 0x0F |
Functions | |
| PUBLIC int | intr_init (int mine, int auto_eoi) |
| PUBLIC int | intr_disabled (void) |
| PUBLIC void | irq_8259_unmask (int irq) |
| PUBLIC void | irq_8259_mask (int irq) |
| PRIVATE void | i8259_disable (void) |
1.5.8