Hi Larry. Little nitpick... > args[2] = 0; > p1275_cmd_direct(args); > - goto again; /* PROM is out to get me -DaveM */ > + while (1); If you write this like: for (;;) /* forever */; It is much more obvious that this is supposed to loop forever. As it is now it more looks like an oversight. Sam -- To unsubscribe from this list: send the line "unsubscribe sparclinux" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html