Subject: Re: Ethernet Cards and New Kernels
To: None <mrz5149@cs.rit.edu>
From: Masami and Ken Nakata <masami@fa2.so-net.or.jp>
List: port-mac68k
Date: 03/09/1997 08:12:13
On Sat, 8 Mar 1997 14:04:57 -0500,
mrz5149@cs.rit.edu (Michael R. Zucca) wrote:
> I've gotten the latest tar ball (wednesday's) to compile a kernel but the
> changes made to the NuBus ethernet driver have caused the kernel not to
> recognize my ethernet card. I'm gettting errors like:
> 
> "ae0 at nubus: Can't find MAC address"

Oops!  This means the on-board declaration ROM in your Ethernet card
doesn't have its MAC address in the sResource.  Instead, it must be
hard-coded somewhere in the driver.  You need to define
AE_OLD_GET_ENADDR to get the old behavior.

I'm Cc'ing this reply to Scott, to just let him know there's at least
a case where MAC address isn't in the sResource.

Ken