On Tue, 22 Mar 2005 18:55:38 -0800
Eric Brower <[EMAIL PROTECTED]> wrote:

> I'm assuming your "qe/be" card is actually installed in this system, correct?

I think it is.  The kernel is crashing on a prom_getproplen() call,
probably on a bogus prom node key, this is happening via prom_getintdefault().

There are three such prom_getintdefault() calls in bigmac_ether_init(),
Meelis can you try commenting them out one by one to see which one triggers
the crash?  Perhaps that bp->qec_sdev or bp->bigmac_sdev pointers are
corrupt or point to structures which don't have their prom_node values
setup properly.  A comparison of the prom_node values with /usr/sbin/prtconf -pv
output would determine this.
-
To unsubscribe from this list: send the line "unsubscribe sparclinux" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to