On Mon, 2009-01-19 at 22:37 +0000, Russell King - ARM Linux wrote: > At the moment: > > ldp_smc911x_resources[0].start = cs_mem_base + 0x0; > ldp_smc911x_resources[0].end = cs_mem_base + 0xf; > > However, the SMC911x driver wants to claim 256 bytes from this region. > Indeed, its register set definitions appears to indicate that its needs > more than 16 bytes of address space. > > So, the question is what is the right fix? > > Unfortunately, fixing this will cause problems with the SMSC911x patches, > so I'd like to get an answer on this sooner rather than later please. Here should be 0x100. Fixing this won't cause problems with smsc911x patches. Stanley. > -- > To unsubscribe from this list: send the line "unsubscribe linux-omap" in > the body of a message to majordomo@xxxxxxxxxxxxxxx > More majordomo info at http://vger.kernel.org/majordomo-info.html -- To unsubscribe from this list: send the line "unsubscribe linux-omap" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html