[Clfs-dev] Hello again!

William Harrington kb0iic at berzerkula.org
Fri Sep 27 10:00:25 PDT 2013


On Fri, 27 Sep 2013 11:37:38 -0500
William Harrington <kb0iic at berzerkula.org> wrote:

> @@ -399,6 +399,7 @@
>  	if (of_machine_is_compatible("PowerMac8,1") ||
>  	    of_machine_is_compatible("PowerMac8,2") ||
>  	    of_machine_is_compatible("PowerMac9,1"))
> +            of_machine_is_compatible("PowerMac12,1"))
>  		use_volts_smu = 1;
>  	else if (of_machine_is_compatible("PowerMac11,2"))
>  		use_volts_vdnap = 1;

A slight error on my part:
-	    of_machine_is_compatible("PowerMac9,1"))
+	    of_machine_is_compatible("PowerMac9,1") ||
+	    of_machine_is_compatible("PowerMac12,1"))
 		use_volts_smu = 1;

Sincerely,
 
William Harrington <kb0iic at berzerkula.org>




More information about the Clfs-dev mailing list