Opened 15 years ago

Closed 13 years ago

Last modified 12 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 by Lars Erdmann, 15 years ago

Version: 3.16

comment:2 by Lars Erdmann, 15 years ago

Version: 3.17

comment:3 by Lars Erdmann, 13 years ago

Resolution: fixed
Status: newclosed

comment:4 by David Azarewicz, 12 years ago

Milestone: eCS 2.x

Milestone eCS 2.x deleted

Note: See TracTickets for help on using tickets.