Subject: Re: Sun Quad Ethernet card on PC
To: Peter Eisch <peter@boku.net>
From: Martin Husemann <martin@duskware.de>
List: port-i386
Date: 04/15/2005 08:46:31
On Wed, Apr 13, 2005 at 10:48:01AM -0500, Peter Eisch wrote:
> hme3: no Ethernet address found

First please verify that you do not have HME_USE_LOCAL_MAC_ADDRESS in your
kernel config file, it should default to 1 on everything that is not a sparc.

Second, please look at the #if HME_USE_LOCAL_MAC_ADDRESS code in 
sys/dev/pci/if_hme_pci.c that digs out VPD from the hme - maybe the qfe
needs this code slightly different? Maybe you can add printfs there to
see where it fails for your card.

Martin