On Nov 21, 2007 12:37 AM, Jerome Ibanes jibanes@eskimo.com wrote:
In set_Trwt():
if ((clocks < DTH_TRWT_MIN) || (clocks > DTH_TRWT_MAX)) { die("Unknown Trwt"); }
It might not kill us, or destroy linuxbios as a project, if we did something like this: print("Trwt %x is out of range: min %x max %x\n" etc. etc. etc.
ron