Gentoo Archives: gentoo-doc-cvs

From: "Joshua Saddler (nightmorph)" <nightmorph@g.o>
To: gentoo-doc-cvs@l.g.o
Subject: [gentoo-doc-cvs] gentoo commit in xml/htdocs/doc/en: gentoo-ppc-faq.xml
Date: Wed, 15 Apr 2009 07:04:14
Message-Id: E1LtzAJ-000622-F3@stork.gentoo.org
1 nightmorph 09/04/15 07:04:11
2
3 Modified: gentoo-ppc-faq.xml
4 Log:
5 explicitly state that userspace is the only working governor for PPC, bug234759
6
7 Revision Changes Path
8 1.70 xml/htdocs/doc/en/gentoo-ppc-faq.xml
9
10 file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/gentoo-ppc-faq.xml?rev=1.70&view=markup
11 plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/gentoo-ppc-faq.xml?rev=1.70&content-type=text/plain
12 diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/gentoo-ppc-faq.xml?r1=1.69&r2=1.70
13
14 Index: gentoo-ppc-faq.xml
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/gentoo-ppc-faq.xml,v
17 retrieving revision 1.69
18 retrieving revision 1.70
19 diff -u -r1.69 -r1.70
20 --- gentoo-ppc-faq.xml 6 Jul 2008 08:00:29 -0000 1.69
21 +++ gentoo-ppc-faq.xml 15 Apr 2009 07:04:11 -0000 1.70
22 @@ -1,6 +1,6 @@
23 <?xml version='1.0' encoding="UTF-8"?>
24 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
25 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/gentoo-ppc-faq.xml,v 1.69 2008/07/06 08:00:29 nightmorph Exp $ -->
26 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/gentoo-ppc-faq.xml,v 1.70 2009/04/15 07:04:11 nightmorph Exp $ -->
27
28 <guide link="/doc/en/gentoo-ppc-faq.xml">
29 <title>Gentoo Linux/PowerPC Frequently Asked Questions</title>
30 @@ -17,6 +17,9 @@
31 <author title="Editor">
32 <mail link="josejx@g.o">Joseph Jezak</mail>
33 </author>
34 +<author title="Editor">
35 + <mail link="nightmorph"/>
36 +</author>
37
38 <abstract>
39 The Gentoo/PPC FAQ is a collection of questions and answers collected from the
40 @@ -27,8 +30,8 @@
41 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
42 <license/>
43
44 -<version>1.40</version>
45 -<date>2008-07-06</date>
46 +<version>1.41</version>
47 +<date>2009-04-15</date>
48
49 <faqindex>
50 <title>Questions</title>
51 @@ -380,8 +383,9 @@
52 <e>powernowd</e> allows cpu speed scaling for longer battery life. Other
53 packages also provide the same functionality, such as <e>cpudyn</e>,
54 <e>cpufreqd</e> and <e>speedfreq</e>. It doesn't really matter which you
55 - chose, just ensure that you have the <e>userspace</e> cpu frequency
56 - scaling governor enabled in your kernel.
57 + chose, just ensure that you have the <e>userspace</e> cpu frequency scaling
58 + governor enabled in your kernel. This is the only governor that will work on
59 + PPC.
60 </li>
61 </ul>