UbixOS
2.0
|
Go to the source code of this file.
Functions | |
int | i8259_init () |
initialize the 8259 PIC More... | |
void | irqDisable (uint16_t irqNo) |
void | irqDisable_old (u_int16_t irqNo) |
disable specified IRQ More... | |
void | irqEnable (uint16_t irqNo) |
void | irqEnable_old (u_int16_t irqNo) |
enable specified IRQ More... | |
int i8259_init | ( | ) |
void irqDisable | ( | uint16_t | irqNo | ) |
Definition at line 104 of file 8259.c.
References inportByte(), mImr, outportByte(), and sImr.
void irqDisable_old | ( | u_int16_t | irqNo | ) |
void irqEnable | ( | uint16_t | irqNo | ) |
Definition at line 75 of file 8259.c.
References inportByte(), mImr, outportByte(), and sImr.