From mboxrd@z Thu Jan 1 00:00:00 1970 From: Christoph Csebits To: Gary Thomas Cc: ecos-discuss@sources.redhat.com Subject: Re: [ECOS] RedBoot ROM version Date: Mon, 16 Jul 2001 01:55:00 -0000 Message-id: <20010716105449.A28913@frequentis.com> References: <20010713100929.A8701@frequentis.com> X-SW-Source: 2001-07/msg00465.html 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 --