Re: Vaio IRQ routing / USB problem

Jeff Garzik (jgarzik@mandrakesoft.com)
Sun, 04 Nov 2001 09:04:12 -0500


This is a multi-part message in MIME format.
--------------CC75434D0060C984873901BD
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit

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
--------------CC75434D0060C984873901BD
Content-Type: text/plain; charset=us-ascii;
 name="pci-irq-debug.patch"
Content-Transfer-Encoding: 7bit
Content-Disposition: inline;
 filename="pci-irq-debug.patch"

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)

--------------CC75434D0060C984873901BD--

- 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/