From: Greg Kroah-Hartman Date: Fri, 24 Jun 2005 00:35:56 +0000 (-0700) Subject: [PATCH] PCI: add proper MCFG table parsing to ACPI core. X-Git-Tag: v2.6.13-rc1~39^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=545493917dc90298e1c38f018ad893f5518928e7;p=pandora-kernel.git [PATCH] PCI: add proper MCFG table parsing to ACPI core. This patch is the first step in properly handling the MCFG PCI table. It defines the structures properly, and saves off the table so that the pci mmconfig code can access it. It moves the parsing of the table a little later in the boot process, but still before the information is needed. Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed