diff --git a/doc/html/download.shtml b/doc/html/download.shtml
index 4afc8f1f5f8a2000fd0cb4cdf6b5303fd98bf75e..1dc3b6437e00c4d68f7538c3e1725c5cab00b066 100644
--- a/doc/html/download.shtml
+++ b/doc/html/download.shtml
@@ -99,17 +99,6 @@ The <b>topology.conf</b> file for an Infiniband switch can be automatically
 generated using the <b>ib2slurm</b> tool found here:
 <a href="https://github.com/fintler/ib2slurm">https://github.com/fintler/ib2slurm</a>.
 
-<li><b>QsNet</b><br>
-In order to build the "switch/elan" plugin for SLURM, you will need
-the <b>qsnetlibs</b> development libraries from
-<a href="http://www.quadrics.com">Quadrics</a>. The Elan
-plugin also requires the <b>libelanhosts</b> library and
-a corresponding /etc/elanhosts configuration file, used to map
-hostnames to Elan IDs. The libelanhosts source is available from
-<a href="http://www.schedmd.com/download/extras/libelanhosts-0.9-1.tgz">
-http://www.schedmd.com/download/extras/libelanhosts-0.9-1.tgz</a>.
-</ul><br>
-
 <li><b>I/O Watchdog</b><br>
 A facility for monitoring user applications, most notably parallel jobs,
 for <i>hangs</i> which typically have a side-effect of ceasing all write
diff --git a/doc/html/quickstart_admin.shtml b/doc/html/quickstart_admin.shtml
index a17ff45e37ec9beec203af2c7962662339b9ea77..40e2cd3225f1a856e9c7a4d569456ae67bdf7fdd 100644
--- a/doc/html/quickstart_admin.shtml
+++ b/doc/html/quickstart_admin.shtml
@@ -79,29 +79,6 @@ and commands are denoted below.
 <li> <b>Authd</b> The auth/authd plugin will be built and installed if
 		  the libauth library and its dependency libe are installed.
 		  </li>
-<li> <b>Federation</b> The switch/federation plugin will be built and installed
-		  if the IBM Federation switch library is installed.
-<li> <b>QsNet</b> support in the form of the switch/elan plugin requires
-		  that the qsnetlibs package (from Quadrics) be installed along
-		  with its development counterpart (i.e. the qsnetheaders
-		  package.) The switch/elan plugin also requires the
-		  presence of the libelanosts library and /etc/elanhosts
-		  configuration file. (See elanhosts(5) man page in that
-		  package for more details). Define the nodes in the SLURM
-		  configuration file <i>slurm.conf</i> in the same order as
-		  defined in the <i>elanhosts</i> configuration file so that
-		  node allocation for jobs can be performed so as to optimize
-		  their performance. We highly recommend assigning the nodes
-		  a numeric suffix equal to its Elan address for ease of
-		  administration and because the Elan driver does not seem
-		  to function otherwise
-		  (e.g. /etc/elanhosts to contain two lines of this sort:<br>
-		  eip  [0-15]  linux[0-15]<br>
-		  eth  [0-15]  linux[0-15]<br>
-		  for fifteen nodes with a prefix of &quot;linux&quot; and
-		  numeric suffix between zero and 15).  Finally, the
-		  &quot;ptrack&quot; kernel patch is required for process
-		  tracking.
 <li> <b>sview</b> The sview command will be built only if and <i>gtk+-2.0</i>
 		  is installed</li>
 </ul>