* Arnd Hannemann arnd@arndnet.de [070422 12:23]:
src/mainboard/via/epia-m/irq_tables.c
{0x00,(0x13<<3)|0x0, {{0x01, 0xdeb8}, {0x02, 0xdeb8}, {0x03, 0xdeb8}, {0x04, 0x0deb8}}, 0x2, 0x0},
{0x00,(0x05<<3)|0x0, {{0x01, 0xdeb8}, {0x02, 0xdeb8}, {0x03, 0xdeb8}, {0x04, 0x0deb8}}, 0x2, 0x0},
If I use get_pir with the changed bios to generate an irq_tables.c it has still the old lines in it.
What am I doing wrong?
For some reason your changes did not get compiled into your bios. You should delete the object directory and recompile it from scratch.
Stefan