fsmp 5a1c8ae0ba Convert all:
panic( "xxxxx\n" );

to:
 printf( "xxxxx\n" );
 panic( "\n" );

For some as yet undetermined reason the argument to panic() is often NOT
printed, and the system sometimes hangs before reaching the panic printout.
So we hopefully at least print some useful info before the hang, as oppossed to
leaving the user clueless as to what has happened.
1997-05-22 22:35:42 +00:00
..
1997-05-16 10:40:00 +00:00
1997-05-22 08:47:40 +00:00
1997-05-22 22:35:42 +00:00
1997-05-22 22:35:42 +00:00
1997-05-22 08:50:14 +00:00