Index: /trunk/doc/manual/en_US/user_Storage.xml
===================================================================
--- /trunk/doc/manual/en_US/user_Storage.xml	(revision 43654)
+++ /trunk/doc/manual/en_US/user_Storage.xml	(revision 43655)
@@ -99,19 +99,9 @@
           role="bold">AHCI</emphasis>).</para>
 
-          <para>For compatibility reasons, AHCI controllers by default operate
-          the disks attached to it in a so-called "IDE compatibility mode",
-          unless SATA support is explicitly requested. "IDE compatibility
-          mode" only means that the drives can be seen and operated by the
-          computer's BIOS. Still, disks assigned to those slots will operate
-          in full-speed AHCI mode once the guest operating system has loaded
-          its AHCI device driver.</para>
-
           <para>Like a real SATA controller, VirtualBox's virtual SATA
-          controller operates faster and also consumes less CPU resources than
+          controller operates faster and also consumes fewer CPU resources than
           the virtual IDE controller. Also, this allows you to connect up to
           30 virtual hard disks to one machine instead of just three, as with
-          the VirtualBox IDE controller (with the DVD drive already attached).
-          Of these, the first four (numbered 0-3 in the graphical user
-          interface) are operated in IDE compatibility mode by default.</para>
+          the VirtualBox IDE controller (with the DVD drive already attached).</para>
 
           <para>For this reason, starting with version 3.2 and depending on
@@ -212,15 +202,5 @@
         <listitem>
           <para>30 slots attached to the SATA controller, if enabled and
-          provided that your guest operating system can see it; these slots
-          can either be<orderedlist>
-              <listitem>
-                <para>in IDE compatibility mode (by default, slots 0-3)
-                or</para>
-              </listitem>
-
-              <listitem>
-                <para>in SATA mode;</para>
-              </listitem>
-            </orderedlist></para>
+          supported by the guest operating system;</para>
         </listitem>
 
Index: /trunk/doc/manual/en_US/user_VBoxManage.xml
===================================================================
--- /trunk/doc/manual/en_US/user_VBoxManage.xml	(revision 43654)
+++ /trunk/doc/manual/en_US/user_VBoxManage.xml	(revision 43655)
@@ -1925,5 +1925,4 @@
                             [--controller &lt;LsiLogic|LSILogicSAS|BusLogic|
                                           IntelAhci|PIIX3|PIIX4|ICH6|I82078&gt;]
-                            [--sataideemulation&lt;1-4&gt; &lt;1-30&gt;]
                             [--sataportcount &lt;1-30&gt;]
                             [--hostiocache on|off]
@@ -1963,16 +1962,4 @@
             <para>Allows to choose the type of chipset being emulated for the
             given storage controller.</para>
-          </glossdef>
-        </glossentry>
-
-        <glossentry>
-          <glossterm>sataideemulation</glossterm>
-
-          <glossdef>
-            <para>This specifies which SATA ports should operate in IDE
-            emulation mode. As explained in <xref
-            linkend="harddiskcontrollers" />, by default, this is the case for
-            SATA ports 1-4; with this command, you can map four IDE channels
-            to any of the 30 supported SATA ports.</para>
           </glossdef>
         </glossentry>
Index: /trunk/src/VBox/Frontends/VBoxManage/VBoxManageHelp.cpp
===================================================================
--- /trunk/src/VBox/Frontends/VBoxManage/VBoxManageHelp.cpp	(revision 43654)
+++ /trunk/src/VBox/Frontends/VBoxManage/VBoxManageHelp.cpp	(revision 43655)
@@ -537,5 +537,4 @@
                      "                            [--controller LSILogic|LSILogicSAS|BusLogic|\n"
                      "                                          IntelAHCI|PIIX3|PIIX4|ICH6|I82078]\n"
-                     "                            [--sataideemulation<1-4> <1-30>]\n"
                      "                            [--sataportcount <1-30>]\n"
                      "                            [--hostiocache on|off]\n"
