]> git.hungrycats.org Git - linux/commitdiff
[PATCH] Documentation/cdrom/ide-cd fix
authorAndrew Morton <akpm@osdl.org>
Sat, 6 Mar 2004 16:51:32 +0000 (08:51 -0800)
committerJaroslav Kysela <perex@suse.cz>
Sat, 6 Mar 2004 16:51:32 +0000 (08:51 -0800)
From: David Joerg <davidjoerg@web.de>

Fix the description of the IO ports for the IDE primary and secondary
interfaces.

Documentation/cdrom/ide-cd

index 8146e9987ea2d418b4b499e044c17a871d99ed2f..29721bfcde129f98a0f35eb51b72582cf776e70c 100644 (file)
@@ -74,7 +74,7 @@ This driver provides the following features:
 3. The CDROM drive should be connected to the host on an IDE
    interface.  Each interface on a system is defined by an I/O port
    address and an IRQ number, the standard assignments being
-   0x170 and 14 for the primary interface and 0x1f0 and 15 for the
+   0x1f0 and 14 for the primary interface and 0x170 and 15 for the
    secondary interface.  Each interface can control up to two devices,
    where each device can be a hard drive, a CDROM drive, a floppy drive, 
    or a tape drive.  The two devices on an interface are called `master'
@@ -268,8 +268,8 @@ b. Timeout/IRQ errors.
 
   - Double-check your hardware configuration to make sure that the IRQ
     number of your IDE interface matches what the driver expects.
-    (The usual assignments are 14 for the primary (0x170) interface
-    and 15 for the secondary (0x1f0) interface.)  Also be sure that
+    (The usual assignments are 14 for the primary (0x1f0) interface
+    and 15 for the secondary (0x170) interface.)  Also be sure that
     you don't have some other hardware which might be conflicting with
     the IRQ you're using.  Also check the BIOS setup for your system;
     some have the ability to disable individual IRQ levels, and I've