* [PATCH][au1x00/mtx1] - pci resource conflict
@ 2007-07-31 7:51 John Crispin
2007-07-31 10:43 ` Ralf Baechle
0 siblings, 1 reply; 2+ messages in thread
From: John Crispin @ 2007-07-31 7:51 UTC (permalink / raw)
To: linux-mips; +Cc: nbd, florian
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
pci controller failed to register, as PCI_MEM_END was greater than
IOMEM_RESOURCE_END and Au1500_PCI_IO_END was greater than
IOPORT_RESOURCE_END
IO{MEM,PORT}_RESOURCE_END value were adjust to represent the actual
memory map of the au1x00
--- linux-2.6.23-rc1.orig/include/asm-mips/mach-au1x00/au1000.h
2007-07-24 18:44:21.598778839 +0200
+++ linux-2.6.23-rc1/include/asm-mips/mach-au1x00/au1000.h
2007-07-24 22:08:49.761901610 +0200
@@ -1680,9 +1680,9 @@
#define PCI_LAST_DEVFN (19<<3)
#define IOPORT_RESOURCE_START 0x00001000 /* skip legacy probing */
-#define IOPORT_RESOURCE_END 0xffffffff
+#define IOPORT_RESOURCE_END 0xfffffffffULL
#define IOMEM_RESOURCE_START 0x10000000
-#define IOMEM_RESOURCE_END 0xffffffff
+#define IOMEM_RESOURCE_END 0xfffffffffULL
/*
* Borrowed from the PPC arch:
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [PATCH][au1x00/mtx1] - pci resource conflict
2007-07-31 7:51 [PATCH][au1x00/mtx1] - pci resource conflict John Crispin
@ 2007-07-31 10:43 ` Ralf Baechle
0 siblings, 0 replies; 2+ messages in thread
From: Ralf Baechle @ 2007-07-31 10:43 UTC (permalink / raw)
To: John Crispin; +Cc: linux-mips, nbd, florian
On Tue, Jul 31, 2007 at 09:51:44AM +0200, John Crispin wrote:
All three of your patches are linewrapped and whitespace b0rked, see
http://www.linux-mips.org/wiki/Mailing-patches.
Ralf
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2007-07-31 10:43 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-07-31 7:51 [PATCH][au1x00/mtx1] - pci resource conflict John Crispin
2007-07-31 10:43 ` Ralf Baechle
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox