On Fri, Jul 13, 2001 at 05:27:14AM -0600, Gary Thomas wrote: > Can you tell why? If you look at the system stack, does it really > get this full? I dont really know how to do this... But, in the FEC init function there is a call to intitialize the eth driver: // Initialize upper level driver (sc->funs->eth_drv->init)(sc, (unsigned char *)&enaddr); in RAM startup the chain is resolved to: fec_eth0_sc -> fec_eth0_sc_funcs -> eth_drv_funcs -> eth_drv_init in ROM startup the chain is resolved to: fec_eth0_sc -> nop_service -> (#$'%'!°) Any idea? regards, christoph --