Hello Ralf, I made a patch for pci-vr41xx.c. This patch fixes the file name of an include file. Please apply this patch. Yoichi diff -urN -X dontdiff linux-orig/arch/mips/pci/pci-vr41xx.c linux/arch/mips/pci/pci-vr41xx.c --- linux-orig/arch/mips/pci/pci-vr41xx.c 2003-06-13 23:19:56.000000000 +0900 +++ linux/arch/mips/pci/pci-vr41xx.c 2004-01-06 15:24:11.000000000 +0900 @@ -49,7 +49,7 @@ #include <asm/pci_channel.h> #include <asm/vr41xx/vr41xx.h> -#include "pciu.h" +#include "pci-vr41xx.h" extern unsigned long vr41xx_vtclock;