Subject: re: MAC address for PCI hme (Re: CVS commit: syssrc/sys/arch/i386/conf)
To: Andrew Doran <ad@interlude.eu.org>
From: matthew green <mrg@eterna.com.au>
List: tech-kern
Date: 08/29/2001 00:46:06
$ uname
SunOS
$ eeprom | grep mac
local-mac-address?=false
$ pwd
/usr/include/sys
$ egrep "ether_addr.*address" hme.h
struct ether_addr hme_factaddr; /* factory mac address */
struct ether_addr hme_ouraddr; /* individual address */
the above is simply part of the softc equivalent for the solaris hme
driver. it doesn't tell one anything about how to implement the
local-mac-addr for non-OFW/OBP machines.
.mrg.