Hello Ralf, I made the patch for setup.c of TANBAC TB0226. I added early_initcall() for tanbac_tb0226_setup(). This patch exists for HEAD of linux-mips.org CVS. Please apply this patch. diff -urN -X dontdiff linux-orig/arch/mips/vr41xx/tanbac-tb0226/setup.c linux/arch/mips/vr41xx/tanbac-tb0226/setup.c --- linux-orig/arch/mips/vr41xx/tanbac-tb0226/setup.c Fri Oct 31 11:30:39 2003 +++ linux/arch/mips/vr41xx/tanbac-tb0226/setup.c Sun Dec 28 11:36:26 2003 @@ -111,3 +111,5 @@ vr41xx_pciu_init(&pci_address_map); #endif } + +early_initcall(tanbac_tb0226_setup);