linux/drivers/pci/hotplug
rajesh.shah@intel.com a8a2be9492 [PATCH] pciehp: reduce dependence on ACPI
Reduce the PCI Express hotplug driver's dependence on ACPI.
We don't walk the acpi namespace anymore to build a list of
bridges and devices. We go to ACPI only to run the _OSC or
_OSHP methods to transition control of hotplug hardware from
system BIOS to the hotplug driver, and to run the _HPP
method to get hotplug device parameters like cache line size,
latency timer and SERR/PERR enable from BIOS.

Note that one of the side effects of this patch is that pciehp
does not automatically enable the hot-added device or its DMA
bus mastering capability now. It expects the device driver to
do that. This may break some drivers and we will have to fix
them as they are reported.

Signed-off-by: Rajesh Shah <rajesh.shah@intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
2005-11-10 16:09:14 -08:00
..
acpiphp_core.c
acpiphp_glue.c [PATCH] acpiphp: allocate resources for adapters with bridges 2005-10-28 15:37:01 -07:00
acpiphp_ibm.c
acpiphp.h
cpci_hotplug_core.c
cpci_hotplug_pci.c
cpci_hotplug.h
cpcihp_generic.c [PATCH] fix missing includes 2005-10-30 17:37:32 -08:00
cpcihp_zt5550.c [PATCH] fix missing includes 2005-10-30 17:37:32 -08:00
cpcihp_zt5550.h
cpqphp_core.c [PATCH] cpqphp: add pci_enable_device() 2005-10-28 15:36:58 -07:00
cpqphp_ctrl.c
cpqphp_nvram.c
cpqphp_nvram.h
cpqphp_pci.c [PATCH] kfree cleanup: misc remaining drivers 2005-11-07 07:54:05 -08:00
cpqphp_sysfs.c
cpqphp.h
fakephp.c [PATCH] fix missing includes 2005-10-30 17:37:32 -08:00
ibmphp_core.c [PATCH] Typo fix: dot after newline in printk strings 2005-10-30 17:37:20 -08:00
ibmphp_ebda.c
ibmphp_hpc.c
ibmphp_pci.c [PATCH] ibmphp: Use dword accessors for PCI_ROM_ADDRESS 2005-09-17 11:50:03 -07:00
ibmphp_res.c
ibmphp.h
Kconfig
Makefile
pci_hotplug_core.c
pci_hotplug.h
pciehp_core.c [PATCH] pciehp: reduce dependence on ACPI 2005-11-10 16:09:14 -08:00
pciehp_ctrl.c [PATCH] pciehp: reduce dependence on ACPI 2005-11-10 16:09:14 -08:00
pciehp_hpc.c [PATCH] pciehp: reduce dependence on ACPI 2005-11-10 16:09:14 -08:00
pciehp_pci.c [PATCH] patch 1/8] pciehp: use the PCI core for hotplug resource management 2005-11-10 16:09:14 -08:00
pciehp.h [PATCH] pciehp: reduce dependence on ACPI 2005-11-10 16:09:14 -08:00
pciehprm_acpi.c [PATCH] pciehp: reduce dependence on ACPI 2005-11-10 16:09:14 -08:00
pciehprm_nonacpi.c [PATCH] pciehp: reduce dependence on ACPI 2005-11-10 16:09:14 -08:00
pcihp_skeleton.c
rpadlpar_core.c [PATCH] ppc64: bugfix: crash on PHB add 2005-11-10 16:02:35 +11:00
rpadlpar_sysfs.c [PATCH] PCI Hotplug: Fix buffer overrun in rpadlpar_sysfs.c 2005-09-22 07:58:25 -07:00
rpadlpar.h
rpaphp_core.c [PATCH] ppc64 PCI Hotplug: cleanup unsymmetric API routines 2005-10-28 15:36:59 -07:00
rpaphp_pci.c [PATCH] fix missing includes 2005-10-30 17:37:32 -08:00
rpaphp_slot.c [PATCH] fix missing includes 2005-10-30 17:37:32 -08:00
rpaphp.h [PATCH] ppc64 PCI Hotplug: cleanup unsymmetric API routines 2005-10-28 15:36:59 -07:00
sgi_hotplug.c [PATCH] PCI: convert kcalloc to kzalloc 2005-09-22 07:58:24 -07:00
shpchp_core.c [PATCH] shpchp: fix oops at driver unload 2005-10-28 15:37:01 -07:00
shpchp_ctrl.c [PATCH] shpchp: reduce debug message verbosity 2005-10-28 15:37:00 -07:00
shpchp_hpc.c [PATCH] shpchp: reduce debug message verbosity 2005-10-28 15:37:00 -07:00
shpchp_pci.c [PATCH] shpchp: miscellaneous cleanups 2005-10-28 15:37:00 -07:00
shpchp_sysfs.c [PATCH] shpchp: fix oops at driver unload 2005-10-28 15:37:01 -07:00
shpchp.h [PATCH] fix missing includes 2005-10-30 17:37:32 -08:00
shpchprm_acpi.c [PATCH] shpchp: miscellaneous cleanups 2005-10-28 15:37:00 -07:00
shpchprm_legacy.c [PATCH] shpchp: miscellaneous cleanups 2005-10-28 15:37:00 -07:00
shpchprm_nonacpi.c [PATCH] fix missing includes 2005-10-30 17:37:32 -08:00