> > > but he is such a good maintainer that he doesn't want to change over the > > MEM I/O accesses for fear of breaking something. > > Given that the 3c59x driver supports several generations of cards most of > them being EOL-ed years ago, it's pretty hard to do such change. If a new > driver would be forked that serviced only the latest generations (Cyclone > = 905B and Tornado = 905C(X)), switching to MMIO would probably make sense > along with lots of others small changes (large MTU/VLAN, polling > descriptors, MII-only media selection etc.) and maybe have NAPI in the mix > as well... Can't you just wrap it in a few macros and offer a config for those who want the best performance and a runtime test for the others? Then switch between PIO and mmio dynamically. Even runtime test should be pretty painless these days, the CPU normally can execute hundreds or even thousands of tests in the time it takes to wait for an mmio or even PIO. > > > It's actually a simple change to make if someone wants to > > spend a few cycles on it, > > Not if you include testing in those cycles :-) Just make it a whitelist + a force module param. -Andi (who has a 3c980 and could do it, but already has too much on his todo list..) - : send the line "unsubscribe linux-net" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html