From afcb7ba24ebd9968d48a192df438e7f1c0ecb770 Mon Sep 17 00:00:00 2001 From: Alan Coopersmith Date: Fri, 27 Apr 2012 13:31:56 -0700 Subject: [PATCH] Undocument mandatory loadable modules The code to implement was deleted when BaseModules[] was emptied by the replacement of the "pcidata" module with libpciaccess calls in commit 46f55f5dead5d70cdff30531d80a72f6be042315. Signed-off-by: Alan Coopersmith Reviewed-by: Dave Airlie Reviewed-by: Adam Jackson --- hw/xfree86/doc/ddxDesign.xml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/hw/xfree86/doc/ddxDesign.xml b/hw/xfree86/doc/ddxDesign.xml index ca5efc9be..7a6dce1aa 100644 --- a/hw/xfree86/doc/ddxDesign.xml +++ b/hw/xfree86/doc/ddxDesign.xml @@ -664,11 +664,6 @@ Here is what InitOutput() does: This is done at the start of the first server generation only. - - The core server contains a list of mandatory modules. These are loaded - first. Currently the only module on this list is the bitmap font module. - - The next set of modules loaded are those specified explicitly in the &k.module; section of the config file.