Opened 14 years ago

Closed 13 years ago

Last modified 11 years ago

#469 closed defect (fixed)

Incorrect IDT replacement in ACPI.PSD

Reported by: Lars Erdmann Owned by: eco
Priority: major Milestone:
Component: ACPI PSD Version: 3.17
Keywords: Cc:

Description

src\acpi\psd\psd.c, routine "PSD_SET_ADV_INT_MODE", around line 836:
is:

SetDummyIRQHandler(SPURIOUS_IRQ, SPURIOUS_IRQ, (UINT32)SPURIRQ);

should be:

SetDummyIRQHandler(SPURIOUS_VEC, SPURIOUS_IRQ, (UINT32)SPURIRQ);

Change History (4)

comment:1 Changed 14 years ago by Lars Erdmann

Version: 3.16

comment:2 Changed 14 years ago by Lars Erdmann

Version: 3.17

comment:3 Changed 13 years ago by Lars Erdmann

Resolution: fixed
Status: newclosed

comment:4 Changed 11 years ago by David Azarewicz

Milestone: eCS 2.x

Milestone eCS 2.x deleted

Note: See TracTickets for help on using tickets.