lkml.org 
[lkml]   [2004]   [Jul]   [8]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectRe: [Pcihpd-discuss] [PATCH] 2.6 PCI Hotplug: receive PPC64 EEH events
On Wed, Jul 07, 2004 at 04:47:39PM -0500, linas@austin.ibm.com wrote:

> ===== drivers/pci/hotplug/rpaphp.h 1.9 vs edited =====
> --- 1.9/drivers/pci/hotplug/rpaphp.h Fri Jul 2 11:14:11 2004
> +++ edited/drivers/pci/hotplug/rpaphp.h Wed Jul 7 15:44:35 2004
> @@ -124,7 +124,8 @@
> extern int register_pci_slot(struct slot *slot);
> extern int rpaphp_unconfig_pci_adapter(struct slot *slot);
> extern int rpaphp_get_pci_adapter_status(struct slot *slot, int is_init, u8 * value);
> -extern struct hotplug_slot *rpaphp_find_hotplug_slot(struct pci_dev *dev);
> +extern void init_eeh_handler (void);
> +extern void exit_eeh_handler (void);

This belongs in the eeh header file, not the rpaphp.h file.

> @@ -227,7 +229,7 @@
> }
> sprintf(child_bus->name, "PCI Bus #%02x", child_bus->number);
> /* do pci_scan_child_bus */
> - pci_scan_child_bus(child_bus);
> + // pci_scan_child_bus(child_bus);

And the reason you are commenting out this function is...

thanks,

greg k-h
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/

\
 
 \ /
  Last update: 2005-03-22 14:04    [W:0.125 / U:0.040 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site