Subject: re: hme sbus mac address question
To: Anthony Sofia <anthony@dryhump.net>
From: matthew green <mrg@eterna.com.au>
List: port-sparc
Date: 01/24/2004 15:17:31
julian,

   
   >+		if (PROM_getprop(node, "local-mac-address",
   [ ... ]
   >+			if (PROM_getprop(node, "local-mac-address",
						^^^^^^
   >+			    ETHER_ADDR_LEN, &nitem, sc->sc_enaddr) == 0) {
   >+				local_used = 1;
   >+				printf("Using \"mac-address\" property: ");
   >+			}


shouldn't that be "mac-address" there?


.mrg.