Subject: Re: 7500-class boot problems (probably not MESH-related after all)
To: Monroe Williams <monroe@pobox.com>
From: Tsubai Masanari <tsubai@iri.co.jp>
List: port-macppc
Date: 10/27/2000 17:46:55
>The change which kills my machine happened between 20000208-UTC and
>20000209-UTC. The full list of files that changed between these two dates
...
It seems that meaningful change is power-saving related.
Does this patch work?
*** src/sys/arch/macppc/macppc/cpu.c Tue Sep 12 23:47:38 2000
--- ./cpu.c Fri Oct 27 17:45:22 2000
***************
*** 157,162 ****
--- 157,163 ----
panic("cpuattach");
}
+ #if 0
/*
* Configure power-saving mode.
*/
***************
*** 183,188 ****
--- 184,190 ----
default:
/* No power-saving mode is available. */
}
+ #endif
/*
* Display cache configuration.