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-pre4 Hi, This includes a fix for the oops people are having when they access pcihpfs and a Configure.help update for the ACPI PCI Hotplug driver. Pull from: bk://linuxusb.bkbits.net/pci_hp-2.4 Patches will follow. thanks, greg k-h Documentation/Configure.help | 10 ++++++++++ drivers/hotplug/pci_hotplug_core.c | 8 +------- 2 files changed, 11 insertions(+), 7 deletions(-) ----- ChangeSet@1.589, 2002-08-20 17:23:01-07:00, greg@kroah.com PCI Hotplug: fixed oops when accessing pcihpfs. drivers/hotplug/pci_hotplug_core.c | 8 +------- 1 files changed, 1 insertion(+), 7 deletions(-) ------ ChangeSet@1.588, 2002-08-20 17:22:04-07:00, greg@kroah.com added Configure.help entry for the ACPI PCI Hotplug driver. Documentation/Configure.help | 10 ++++++++++ 1 files changed, 10 insertions(+) ------