add missing delimiters
[reactos.git] / reactos / hal / halx86 / generic / pic.c
2010-01-29 Sylvain Petreolleadd missing delimiters
2010-01-29 Sir Richard[HAL]: Rewrite IRQL handling. Alex's original code...
2010-01-28 Sir Richard[PERF]: Optimize nested interrupt cases (where a pendin...
2010-01-26 Sir Richard[HAL]: Move the HalpApcInterrupt and HalpDispatchInterr...
2010-01-25 Sir Richard[NTOS]: Split the GENERATE_TRAP_HANDLER in two separate...
2010-01-25 Sir Richard[HAL]: Implement HalEndSystemInterrupt and HalpEndSoftw...
2010-01-25 Sir Richard[HAL]: Implement HalRequestSoftwareInterrupt in C inste...
2010-01-25 Sir Richard[HAL]: KfLowerIrql in C instead of ASM. Add the SWInter...
2010-01-24 Sir RichardYou really need to get your compiler version shit toget...
2010-01-24 Sir Richard[HAL]: Implement and document the HalpSpecialDismissTab...
2010-01-24 Sir Richard[HAL]: Implement HalEnableSystemInterrupt and HalDisabl...
2010-01-24 Sir Richard[HAL]: Document and implement KiI8259MaskTable in C...
2010-01-24 Sir Richard[HAL]: Implement KeGetCurrentIrql, KeRaiseIrqlToDpcLeve...
2010-01-23 Dmitry GorbachevFix initialization of PICs.
2010-01-21 Timo KreuzerMerge from amd64-branch:
2010-01-21 Sir Richard[HAL]: Initialize the i8259A PIC controllers in C,...