Gentoo Archives: gentoo-doc-cvs

From: Joshua Saddler <nightmorph@××××××××××××.org>
To: gentoo-doc-cvs@l.g.o
Subject: [gentoo-doc-cvs] cvs commit: hb-install-ia64-kernel.xml hb-install-x86+amd64-kernel.xml
Date: Sun, 13 Apr 2008 19:56:48
Message-Id: E1Jl8Jh-0001d6-MV@stork.gentoo.org
1 nightmorph 08/04/13 19:56:45
2
3 Modified: hb-install-ia64-kernel.xml
4 hb-install-x86+amd64-kernel.xml
5 Log:
6 removed option no longer present in current kernels, bug 197814
7
8 Revision Changes Path
9 1.17 xml/htdocs/doc/en/handbook/hb-install-ia64-kernel.xml
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-install-ia64-kernel.xml?rev=1.17&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-install-ia64-kernel.xml?rev=1.17&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-install-ia64-kernel.xml?r1=1.16&r2=1.17
14
15 Index: hb-install-ia64-kernel.xml
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-ia64-kernel.xml,v
18 retrieving revision 1.16
19 retrieving revision 1.17
20 diff -u -r1.16 -r1.17
21 --- hb-install-ia64-kernel.xml 1 Apr 2008 08:53:46 -0000 1.16
22 +++ hb-install-ia64-kernel.xml 13 Apr 2008 19:56:45 -0000 1.17
23 @@ -4,12 +4,12 @@
24 <!-- The content of this document is licensed under the CC-BY-SA license -->
25 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
26
27 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-ia64-kernel.xml,v 1.16 2008/04/01 08:53:46 nightmorph Exp $ -->
28 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-ia64-kernel.xml,v 1.17 2008/04/13 19:56:45 nightmorph Exp $ -->
29
30 <sections>
31
32 -<version>9.0</version>
33 -<date>2008-04-01</date>
34 +<version>9.1</version>
35 +<date>2008-04-13</date>
36
37 <section>
38 <title>Timezone</title>
39 @@ -182,16 +182,6 @@
40 </pre>
41
42 <p>
43 -Do not forget to enable DMA for your drives:
44 -</p>
45 -
46 -<pre caption="Activating DMA">
47 -Device Drivers ---&gt;
48 - ATA/ATAPI/MFM/RLL support ---&gt;
49 - [*] Generic PCI bus-master DMA support
50 -</pre>
51 -
52 -<p>
53 If you are using PPPoE to connect to the Internet or you are using a dial-up
54 modem, you will need the following options in the kernel:
55 </p>
56
57
58
59 1.23 xml/htdocs/doc/en/handbook/hb-install-x86+amd64-kernel.xml
60
61 file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-install-x86+amd64-kernel.xml?rev=1.23&view=markup
62 plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-install-x86+amd64-kernel.xml?rev=1.23&content-type=text/plain
63 diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-install-x86+amd64-kernel.xml?r1=1.22&r2=1.23
64
65 Index: hb-install-x86+amd64-kernel.xml
66 ===================================================================
67 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-x86+amd64-kernel.xml,v
68 retrieving revision 1.22
69 retrieving revision 1.23
70 diff -u -r1.22 -r1.23
71 --- hb-install-x86+amd64-kernel.xml 1 Apr 2008 08:53:46 -0000 1.22
72 +++ hb-install-x86+amd64-kernel.xml 13 Apr 2008 19:56:45 -0000 1.23
73 @@ -4,7 +4,7 @@
74 <!-- The content of this document is licensed under the CC-BY-SA license -->
75 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
76
77 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-x86+amd64-kernel.xml,v 1.22 2008/04/01 08:53:46 nightmorph Exp $ -->
78 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-x86+amd64-kernel.xml,v 1.23 2008/04/13 19:56:45 nightmorph Exp $ -->
79
80 <sections>
81
82 @@ -13,8 +13,8 @@
83 explains how to configure your kernel.
84 </abstract>
85
86 -<version>6.0</version>
87 -<date>2008-04-01</date>
88 +<version>6.1</version>
89 +<date>2008-04-13</date>
90
91 <section>
92 <title>Timezone</title>
93 @@ -232,16 +232,6 @@
94 <body>
95
96 <p>
97 -Do not forget to enable DMA for your drives:
98 -</p>
99 -
100 -<pre caption="Activating DMA">
101 -Device Drivers ---&gt;
102 - ATA/ATAPI/MFM/RLL support ---&gt;
103 - [*] Generic PCI bus-master DMA support
104 -</pre>
105 -
106 -<p>
107 If you are using PPPoE to connect to the Internet or you are using a dial-up
108 modem, you will need the following options in the kernel:
109 </p>
110
111
112
113 --
114 gentoo-doc-cvs@l.g.o mailing list