On Mon, 2006-04-17 at 13:22 +0300, Meelis Roos wrote: > WARNING: /lib/modules/2.6.17-rc1-gc19f7a9e/kernel/drivers/scsi/sym53c8xx_2/sym53c8xx.ko needs unknown symbol pcibios_resource_to_bus > > Is is something missing from sparc64, or is sym53c8xx using something > arch-specific (pcibios sounds like it)? pcibios_resource_to_bus is a new function which is inline in asm-generic/pci.h. However, sparc64 overrides it as an external function which is in arch/sparc64/kernel/pci.c, so this looks like some type of sparc issue. James - : send the line "unsubscribe linux-scsi" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html