patch-2.3.45 linux/arch/i386/kernel/pci-pc.c

Next file: linux/arch/ia64/config.in
Previous file: linux/arch/i386/defconfig
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.3.44/linux/arch/i386/kernel/pci-pc.c linux/arch/i386/kernel/pci-pc.c
@@ -1057,8 +1057,8 @@
 static unsigned int pcibios_irq_mask = 0xfff8;
 
 static unsigned pcibios_irq_penalty[16] = {
-	1000, 1000, 1000, 10, 10, 0, 0, 10,
-	0, 0, 0, 0, 10, 100, 100, 100
+	10000, 10000, 10000, 100, 100, 0, 0, 100,
+	0, 0, 0, 0, 100, 1000, 1000, 1000
 };
 
 static char *pcibios_lookup_irq(struct pci_dev *dev, struct irq_routing_table *rt, int pin, int assign)

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)