mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 19:26:32 +00:00
[HAL]: Addendum for r68856
svn path=/trunk/; revision=68857
This commit is contained in:
@@ -952,7 +952,7 @@ _HalpDismissIrqLevel(IN KIRQL Irql,
|
||||
Ocw2.EoiMode = SpecificEoi;
|
||||
|
||||
/* Check which PIC needs the EOI */
|
||||
if (Irq > 8)
|
||||
if (Irq >= 8)
|
||||
{
|
||||
/* Send the EOI for the IRQ */
|
||||
__outbyte(PIC2_CONTROL_PORT, Ocw2.Bits | ((Irq - 8) & 0xFF));
|
||||
|
||||
Reference in New Issue
Block a user