Gentoo Archives: gentoo-doc-cvs

From: Joshua Saddler <nightmorph@××××××××××××.org>
To: gentoo-doc-cvs@l.g.o
Subject: [gentoo-doc-cvs] cvs commit: kernel-config.xml
Date: Sun, 22 Jun 2008 01:57:15
Message-Id: E1KAEpJ-0005n4-9P@stork.gentoo.org
1 nightmorph 08/06/22 01:57:09
2
3 Modified: kernel-config.xml
4 Log:
5 removed useless hdparm stuff, since we've moved to libata. now, this may still be useful if someone decides to use a non-gentoo CD as their installation environment, but, well, that ain't supported anyway. besides, probably the rest of the linux world has much more up-to-date kernels and CDs than we do, at least for a little bit longer.
6
7 Revision Changes Path
8 1.6 xml/htdocs/doc/en/kernel-config.xml
9
10 file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/kernel-config.xml?rev=1.6&view=markup
11 plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/kernel-config.xml?rev=1.6&content-type=text/plain
12 diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/kernel-config.xml?r1=1.5&r2=1.6
13
14 Index: kernel-config.xml
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/kernel-config.xml,v
17 retrieving revision 1.5
18 retrieving revision 1.6
19 diff -u -r1.5 -r1.6
20 --- kernel-config.xml 13 Apr 2008 20:00:34 -0000 1.5
21 +++ kernel-config.xml 22 Jun 2008 01:57:09 -0000 1.6
22 @@ -1,5 +1,5 @@
23 <?xml version="1.0" encoding="UTF-8"?>
24 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/kernel-config.xml,v 1.5 2008/04/13 20:00:34 nightmorph Exp $ -->
25 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/kernel-config.xml,v 1.6 2008/06/22 01:57:09 nightmorph Exp $ -->
26 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
27
28 <guide link="/doc/en/kernel-config.xml">
29 @@ -20,6 +20,9 @@
30 <author title="Editor">
31 <mail link="smithj@g.o">Jonathan Smith</mail>
32 </author>
33 +<author title="Editor">
34 + <mail link="nightmorph"/>
35 +</author>
36
37 <abstract>
38 This document aims to introduce the concepts of manual kernel configuration,
39 @@ -30,8 +33,8 @@
40 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
41 <license/>
42
43 -<version>1.2</version>
44 -<date>2008-04-13</date>
45 +<version>1.3</version>
46 +<date>2008-06-21</date>
47
48 <chapter>
49 <title>Introduction</title>
50 @@ -316,6 +319,17 @@
51 being used.
52 </p>
53
54 +<note>
55 +As mentioned earlier, libata is available even for IDE drives. If you're using
56 +libata, then all your drives, including your IDE drives, will be using DMA.
57 +There's no need to do any further checking or configuration.
58 +</note>
59 +
60 +<p>
61 +If you're not using libata for your IDE disks, then you'll need to check for DMA
62 +usage and enable it.
63 +</p>
64 +
65 <pre caption="Checking if DMA is enabled on your IDE disk">
66 # <i>hdparm -d /dev/hda</i>
67
68
69
70
71 --
72 gentoo-doc-cvs@l.g.o mailing list