From: Greg KH To: torvalds@transmeta.com Cc: linux-kernel@vger.kernel.org Subject: [BK PATCH] PCI Hotplug changes for 2.5.14 Pull from: bk://linuxusb.bkbits.net/pci_hp-2.5 drivers/hotplug/ibmphp.h | 18 ++- drivers/hotplug/ibmphp_core.c | 208 ++++++++++++++++++++++++++++--------- drivers/hotplug/ibmphp_ebda.c | 65 +++++++---- drivers/hotplug/ibmphp_hpc.c | 29 +---- drivers/hotplug/pci_hotplug_core.c | 8 - 5 files changed, 226 insertions(+), 102 deletions(-) ------ ChangeSet@1.558, 2002-05-09 13:44:44-07:00, greg@kroah.com PCI Hotplug core removed pcihpfs_statfs(), as it's not used anymore. drivers/hotplug/pci_hotplug_core.c | 8 -------- 1 files changed, 8 deletions(-) ------ ChangeSet@1.557, 2002-05-09 13:15:51-07:00, greg@kroah.com IBM PCI Hotplug driver update the ibm pci hotplug driver to the latest version. Contains lots of small bugfixes and added features for new hardware. drivers/hotplug/ibmphp.h | 18 ++- drivers/hotplug/ibmphp_core.c | 208 ++++++++++++++++++++++++++++++++---------- drivers/hotplug/ibmphp_ebda.c | 65 ++++++++----- drivers/hotplug/ibmphp_hpc.c | 29 ++--- 4 files changed, 226 insertions(+), 94 deletions(-) ------