I am currently looking at an issue with the ISA interrupts, and it appears to be caused by the re-mapping of these interrupts. >From arch/ia64/kernel/irq_ia64.c ---------------------------------------- /* * Legacy IRQ to IA-64 vector translation table. Any vector not in * this table maps to itself (ie: irq 0x30 => IA64 vector 0x30) */ __u8 isa_irq_to_vector_map[16] = { /* 8259 IRQ translation, first 16 entries */ 0x60, 0x50, 0x10, 0x51, 0x52, 0x53, 0x43, 0x54, 0x55, 0x56, 0x57, 0x58, 0x59, 0x5a, 0x40, 0x41 }; ------------------------------------------ Why do this legacy interrupts need to be remapped on the IA64 system? What specification did these re-map values come from?Received on Thu Oct 26 08:22:55 2000
This archive was generated by hypermail 2.1.8 : 2005-08-02 09:20:00 EST