> + /* 128 Meg of memory */ > + DPRINTK(1, INFO, "ioremap from %lx a size of %lx\n", mem_base, > + mem_len); > + mem_ptr = ioremap(mem_base, NetXen_PCI_MAPSIZE_BYTES);
Eating 128MB of ioremap space will make lots of 32bit systems unhappy. If you care about 32bit I would recommend investigating mapping less by default or mapping more dynamic. Didn't read the rest fully. -Andi - To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html