diff options
author | Jeremy Huddleston <jeremyhu@apple.com> | 2011-10-30 20:26:42 -0700 |
---|---|---|
committer | Jeremy Huddleston <jeremyhu@apple.com> | 2011-11-18 11:26:02 -0800 |
commit | 1f5baa924a5907978f564372265d9830ac72a077 (patch) | |
tree | 0334a929ce2a8a3aa7fdba41dd562778413b5235 /hw/xfree86/doc | |
parent | eb3377ffb8a7baa26c9831e56ed782d48b28fa71 (diff) |
xfree86: Deprecate the use of xf86PciInfo.h
Signed-off-by: Jeremy Huddleston <jeremyhu@apple.com>
Reviewed-by: Tormod Volden <debian.tormod@gmail.com>
Diffstat (limited to 'hw/xfree86/doc')
-rw-r--r-- | hw/xfree86/doc/ddxDesign.xml | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/hw/xfree86/doc/ddxDesign.xml b/hw/xfree86/doc/ddxDesign.xml index 0d5e952a2..c406cd744 100644 --- a/hw/xfree86/doc/ddxDesign.xml +++ b/hw/xfree86/doc/ddxDesign.xml @@ -3553,13 +3553,6 @@ The following include files are typically required by video drivers: </para> <para> - Drivers that need to access PCI vendor/device definitions need this: - <literallayout><filename> - "xf86PciInfo.h" - </filename></literallayout> - </para> - - <para> Drivers that need to access the PCI config space need this: <literallayout><filename> "xf86Pci.h" |