Am Mittwoch, den 28.01.2009, 10:45 +0100 schrieb Manuel Lauss: > > > --- a/include/asm-mips/mach-au1x00/au1000.h > > > +++ b/include/asm-mips/mach-au1x00/au1000.h > > > @@ -1679,12 +1679,21 @@ enum soc_au1200_ints { > > > #define Au1500_PCI_MEM_START 0x440000000ULL > > > #define Au1500_PCI_MEM_END 0x44FFFFFFFULL > > > > > > +#if 1 > > > +#define PCI_IO_START 0x00001000 > > > +#define PCI_IO_END 0x000FFFFF > > > +#define PCI_MEM_START 0x40000000 > > > +#define PCI_MEM_END 0x4FFFFFFF > > > +#define PCI_FIRST_DEVFN (0 << 3) > > > +#define PCI_LAST_DEVFN (19 << 3) > > The current -git sources already have this change. How come yours > don't? (it was changed before 2.6.24). Because I try to track down the PCI resource management problem in 2.6.24 I want to test older versions which does not have this problem (like 2.6.16) or now after enabeling CONFIG_64BIT_PHYS_ADDR 2.6.19. For next I will look at 2.6.23 what the problem is with the recource conflict .... Regards, Frank