From: Greg KH To: marcelo@conectiva.com.br Cc: linux-kernel@vger.kernel.org, pcihpd-discuss@lists.sourceforge.net Subject: [BK PATCH] PCI Hotplug changes for 2.4.20 Hi, Here is an update for the PCI Hotplug ACPI driver. Please pull from: bk://linuxusb.bkbits.net/pci_hp-2.4 The raw patch will follow. thanks, greg k-h drivers/hotplug/Makefile | 3 drivers/hotplug/acpiphp.h | 20 +-- drivers/hotplug/acpiphp_core.c | 215 ++++++++++++++++++++++--------------- drivers/hotplug/acpiphp_glue.c | 232 +++++++++++++++++++---------------------- drivers/hotplug/acpiphp_pci.c | 148 +++++++------------------- drivers/hotplug/acpiphp_res.c | 59 ++++------ 6 files changed, 314 insertions(+), 363 deletions(-) ----- ChangeSet@1.828, 2002-12-06 09:31:02-08:00, t-kouchi@mvf.biglobe.ne.jp [PATCH] ACPI PCI hotplug updates These are updates of the acpiphp driver for 2.4 This is mainly for backporting of bugfixes in 2.5 to 2.4. Please apply. - backport of 2.5 changes & bugfixes - whitespace cleanup - message cleanup drivers/hotplug/Makefile | 3 drivers/hotplug/acpiphp.h | 20 +-- drivers/hotplug/acpiphp_core.c | 215 ++++++++++++++++++++++--------------- drivers/hotplug/acpiphp_glue.c | 232 +++++++++++++++++++---------------------- drivers/hotplug/acpiphp_pci.c | 148 +++++++------------------- drivers/hotplug/acpiphp_res.c | 59 ++++------ 6 files changed, 314 insertions(+), 363 deletions(-) ------