summaryrefslogtreecommitdiffstats
path: root/Documentation/cdrom
diff options
context:
space:
mode:
authorMauro Carvalho Chehab <mchehab+samsung@kernel.org>2019-06-12 13:52:47 -0400
committerJonathan Corbet <corbet@lwn.net>2019-06-14 16:21:18 -0400
commitd7b461c5e82fc5f5e4261f3b0228ecda58eb9f1a (patch)
treeed0279bbecdc0cc31652ea25d8e6d403a6a73880 /Documentation/cdrom
parentc220a1fae6c5df52ed3a02f88b86a27830ea0210 (diff)
docs: ide: convert docs to ReST and rename to *.rst
The conversion is actually: - add blank lines and identation in order to identify paragraphs; - fix tables markups; - add some lists markups; - mark literal blocks; - adjust title markups. At its new index.rst, let's add a :orphan: while this is not linked to the main index.rst file, in order to avoid build warnings. Signed-off-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org> Acked-by: Geert Uytterhoeven <geert@linux-m68k.org> Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Diffstat (limited to 'Documentation/cdrom')
-rw-r--r--Documentation/cdrom/ide-cd.rst18
1 files changed, 9 insertions, 9 deletions
diff --git a/Documentation/cdrom/ide-cd.rst b/Documentation/cdrom/ide-cd.rst
index dadc94ef6b6c..bdccb74fc92d 100644
--- a/Documentation/cdrom/ide-cd.rst
+++ b/Documentation/cdrom/ide-cd.rst
@@ -47,7 +47,7 @@ This driver provides the following features:
47--------------- 47---------------
48 48
490. The ide-cd relies on the ide disk driver. See 490. The ide-cd relies on the ide disk driver. See
50 Documentation/ide/ide.txt for up-to-date information on the ide 50 Documentation/ide/ide.rst for up-to-date information on the ide
51 driver. 51 driver.
52 52
531. Make sure that the ide and ide-cd drivers are compiled into the 531. Make sure that the ide and ide-cd drivers are compiled into the
@@ -62,7 +62,7 @@ This driver provides the following features:
62 62
63 Depending on what type of IDE interface you have, you may need to 63 Depending on what type of IDE interface you have, you may need to
64 specify additional configuration options. See 64 specify additional configuration options. See
65 Documentation/ide/ide.txt. 65 Documentation/ide/ide.rst.
66 66
672. You should also ensure that the iso9660 filesystem is either 672. You should also ensure that the iso9660 filesystem is either
68 compiled into the kernel or available as a loadable module. You 68 compiled into the kernel or available as a loadable module. You
@@ -82,7 +82,7 @@ This driver provides the following features:
82 on the primary IDE interface are called `hda` and `hdb`, 82 on the primary IDE interface are called `hda` and `hdb`,
83 respectively. The drives on the secondary interface are called 83 respectively. The drives on the secondary interface are called
84 `hdc` and `hdd`. (Interfaces at other locations get other letters 84 `hdc` and `hdd`. (Interfaces at other locations get other letters
85 in the third position; see Documentation/ide/ide.txt.) 85 in the third position; see Documentation/ide/ide.rst.)
86 86
87 If you want your CDROM drive to be found automatically by the 87 If you want your CDROM drive to be found automatically by the
88 driver, you should make sure your IDE interface uses either the 88 driver, you should make sure your IDE interface uses either the
@@ -91,7 +91,7 @@ This driver provides the following features:
91 be jumpered as `master`. (If for some reason you cannot configure 91 be jumpered as `master`. (If for some reason you cannot configure
92 your system in this manner, you can probably still use the driver. 92 your system in this manner, you can probably still use the driver.
93 You may have to pass extra configuration information to the kernel 93 You may have to pass extra configuration information to the kernel
94 when you boot, however. See Documentation/ide/ide.txt for more 94 when you boot, however. See Documentation/ide/ide.rst for more
95 information.) 95 information.)
96 96
974. Boot the system. If the drive is recognized, you should see a 974. Boot the system. If the drive is recognized, you should see a
@@ -163,7 +163,7 @@ to change. If the slot number is -1, the drive is unloaded.
163This section discusses some common problems encountered when trying to 163This section discusses some common problems encountered when trying to
164use the driver, and some possible solutions. Note that if you are 164use the driver, and some possible solutions. Note that if you are
165experiencing problems, you should probably also review 165experiencing problems, you should probably also review
166Documentation/ide/ide.txt for current information about the underlying 166Documentation/ide/ide.rst for current information about the underlying
167IDE support code. Some of these items apply only to earlier versions 167IDE support code. Some of these items apply only to earlier versions
168of the driver, but are mentioned here for completeness. 168of the driver, but are mentioned here for completeness.
169 169
@@ -173,7 +173,7 @@ from the driver.
173a. Drive is not detected during booting. 173a. Drive is not detected during booting.
174 174
175 - Review the configuration instructions above and in 175 - Review the configuration instructions above and in
176 Documentation/ide/ide.txt, and check how your hardware is 176 Documentation/ide/ide.rst, and check how your hardware is
177 configured. 177 configured.
178 178
179 - If your drive is the only device on an IDE interface, it should 179 - If your drive is the only device on an IDE interface, it should
@@ -181,7 +181,7 @@ a. Drive is not detected during booting.
181 181
182 - If your IDE interface is not at the standard addresses of 0x170 182 - If your IDE interface is not at the standard addresses of 0x170
183 or 0x1f0, you'll need to explicitly inform the driver using a 183 or 0x1f0, you'll need to explicitly inform the driver using a
184 lilo option. See Documentation/ide/ide.txt. (This feature was 184 lilo option. See Documentation/ide/ide.rst. (This feature was
185 added around kernel version 1.3.30.) 185 added around kernel version 1.3.30.)
186 186
187 - If the autoprobing is not finding your drive, you can tell the 187 - If the autoprobing is not finding your drive, you can tell the
@@ -207,7 +207,7 @@ a. Drive is not detected during booting.
207 Support for some interfaces needing extra initialization is 207 Support for some interfaces needing extra initialization is
208 provided in later 1.3.x kernels. You may need to turn on 208 provided in later 1.3.x kernels. You may need to turn on
209 additional kernel configuration options to get them to work; 209 additional kernel configuration options to get them to work;
210 see Documentation/ide/ide.txt. 210 see Documentation/ide/ide.rst.
211 211
212 Even if support is not available for your interface, you may be 212 Even if support is not available for your interface, you may be
213 able to get it to work with the following procedure. First boot 213 able to get it to work with the following procedure. First boot
@@ -261,7 +261,7 @@ c. System hangups.
261 be worked around by specifying the `serialize` option when 261 be worked around by specifying the `serialize` option when
262 booting. Recent kernels should be able to detect the need for 262 booting. Recent kernels should be able to detect the need for
263 this automatically in most cases, but the detection is not 263 this automatically in most cases, but the detection is not
264 foolproof. See Documentation/ide/ide.txt for more information 264 foolproof. See Documentation/ide/ide.rst for more information
265 about the `serialize` option and the CMD640B. 265 about the `serialize` option and the CMD640B.
266 266
267 - Note that many MS-DOS CDROM drivers will work with such buggy 267 - Note that many MS-DOS CDROM drivers will work with such buggy