On Sat, Jul 05, 2003 at 10:49:54AM +0200, Marc Zyngier wrote: > Jeff, > > The enclosed patch fixes a problem where we were trying to register > the EISA depca driver multiple times if a depca ISA card was found > (depca_probe is called multiple times by Space.c). > > Also switch away from init_etherdev to alloc_etherdev for EISA cards. > > Tested on x86 (ISA) and Alpha (EISA). Eek! :) Can't you call eisa_driver_register from module_init() and let Space.c just do the isa probing? - : 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