patch-2.1.127 linux/arch/alpha/kernel/sys_sio.c
Next file: linux/arch/i386/boot/tools/build.c
Previous file: linux/arch/alpha/kernel/osf_sys.c
Back to the patch index
Back to the overall index
-  Lines: 19
-  Date:
Tue Oct 27 23:02:57 1998
-  Orig file: 
v2.1.126/linux/arch/alpha/kernel/sys_sio.c
-  Orig date: 
Tue Aug 18 22:02:02 1998
diff -u --recursive --new-file v2.1.126/linux/arch/alpha/kernel/sys_sio.c linux/arch/alpha/kernel/sys_sio.c
@@ -110,6 +110,9 @@
  *
  * This probably ought to be configurable via MILO.  For
  * example, sound boards seem to like using IRQ 9.
+ *
+ * This is NOT how we should do it. PIRQ0-X should have
+ * their own IRQ's, the way intel uses the IO-APIC irq's.
  */
 static unsigned long sio_route_tab __initdata = 0;
 
@@ -238,7 +241,7 @@
 avanti_pci_fixup(void)
 {
 	layout_all_busses(DEFAULT_IO_BASE, APECS_AND_LCA_DEFAULT_MEM_BASE);
-	sio_pci_fixup(noname_map_irq, 0x0b0a090f);
+	sio_pci_fixup(noname_map_irq, 0x0b0a0e0f);
 	sio_fixup_irq_levels(sio_collect_irq_levels());
         enable_ide(0x26e);
 }
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov