Subject: Re: MAC address for PCI hme (Re: CVS commit: syssrc/sys/arch/i386/conf)
To: matthew green <mrg@eterna.com.au>
From: Andrew Doran <ad@interlude.eu.org>
List: tech-kern
Date: 08/28/2001 16:01:23
matthew green <mrg@eterna.com.au> wrote:
> 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.
Yup. It's not very useful, perhaps other than to illustrate a point.
Andrew