netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Ethernet MAC address question
@ 2004-06-14 22:02 Don Fry
  2004-06-14 23:34 ` Jeff Garzik
  0 siblings, 1 reply; 6+ messages in thread
From: Don Fry @ 2004-06-14 22:02 UTC (permalink / raw)
  To: netdev

When and/or why would an ethernet driver not use the MAC address from
the PROM associated with the adapter?

Since the MAC address can be specified via "ifconfig ethN ether ...."
why not use the PROM value, and override it later if needed?

I have received several complaints that the pcnet32 adapter is using
the 'wrong' MAC address.  By looking back through older kernels, the
pcnet32 code was changed between November 2001 and February 2002 to
read the MAC address from PROM, but to use whatever value was read
from some volatile chip registers, which early chip versions do not
even initialize.

It seems to me the driver should always use the PROM address, assuming
it has one.  What am I missing?

-- 
Don Fry
brazilnut@us.ibm.com

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2004-06-15 16:11 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-06-14 22:02 Ethernet MAC address question Don Fry
2004-06-14 23:34 ` Jeff Garzik
2004-06-15  4:17   ` Luis R. Rodriguez
2004-06-15  9:58   ` Mark Brown
2004-06-15 15:38     ` Don Fry
2004-06-15 16:11       ` Jeff Garzik

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).