|
PatchworkOS
|
Go to the source code of this file.
Macros | |
| #define | PIC1 0x20 |
| #define | PIC2 0xA0 |
| #define | PIC1_COMMAND PIC1 |
| #define | PIC1_DATA (PIC1 + 1) |
| #define | PIC2_COMMAND PIC2 |
| #define | PIC2_DATA (PIC2 + 1) |
| #define | PIC_EOI 0x20 |
Functions | |
| void | pic_disable (void) |
| void pic_disable | ( | void | ) |
Definition at line 7 of file pic.c.
References EXTERNAL_INTERRUPT_BASE, ICW1_ICW4, ICW1_INIT, ICW4_8086, LOG_INFO, PIC1_COMMAND, PIC1_DATA, PIC2_COMMAND, PIC2_DATA, port_inb(), port_outb(), and port_wait().
Referenced by ioapic_all_init().