#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 , 15 years ago
Version: | 3.16 |
---|
comment:2 by , 15 years ago
Version: | → 3.17 |
---|
comment:3 by , 13 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:4 by , 12 years ago
Milestone: | eCS 2.x |
---|
Note:
See TracTickets
for help on using tickets.
Milestone eCS 2.x deleted