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.