![]() | |||||||||||||
Messages in this thread Patch in this message |
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 | - nomeansnoIndex: 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) | ||||||||||||
| Last update: 2005-03-22 12:12 [W:0.546 / U:0.470 seconds] ©2003-2008 Jasper Spaans | |||||||||||||