Re: Vaio IRQ routing / USB problem

From: Jeff Garzik (jgarzik@mandrakesoft.com)
Date: Sun Nov 04 2001 - 09:04:12 EST


Manfred Spraul wrote:
> --- 2.4/arch/i386/kernel/pci-irq.c Sat Nov 3 19:51:08 2001
> +++ build-2.4/arch/i386/kernel/pci-irq.c Sun Nov 4 11:57:00 2001
> @@ -48,6 +48,8 @@
> * Search 0xf0000 -- 0xfffff for the PCI IRQ Routing Table.
> */
>
> +#undef DBG
> +#define DBG printk
> static struct irq_routing_table * __init pirq_find_routing_table(void)
> {
> u8 *addr;

This patch is probably preferred, it turns on all PCI and PCI
IRQ-related debugging, including dumping the PCI IRQ table.

Tom, please CC me a copy of the output as well, if you don't mind.

-- 
Jeff Garzik      | Only so many songs can be sung
Building 1024    | with two lips, two lungs, and one tongue.
MandrakeSoft     |         - nomeansno

Index: arch/i386/kernel/pci-i386.h =================================================================== RCS file: /cvsroot/gkernel/linux_2_4/arch/i386/kernel/pci-i386.h,v retrieving revision 1.3 diff -u -r1.3 pci-i386.h --- arch/i386/kernel/pci-i386.h 2001/10/13 07:47:29 1.3 +++ arch/i386/kernel/pci-i386.h 2001/11/04 14:02:45 @@ -4,7 +4,7 @@ * (c) 1999 Martin Mares <mj@ucw.cz> */ -#undef DEBUG +#define DEBUG 1 #ifdef DEBUG #define DBG(x...) printk(x)

- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/



This archive was generated by hypermail 2b29 : Wed Nov 07 2001 - 21:00:22 EST