Re: [2.6 PATCH] Altix hotplug

From: Pat Gefre
Date: Tue Feb 24 2004 - 14:19:06 EST


On Mon, 23 Feb 2004, Greg KH wrote:

+ On Mon, Feb 23, 2004 at 08:55:14AM -0600, Pat Gefre wrote:
+ > +#define SYSCTL_PCI_UNINITIALIZED (SYSCTL_PCI_ERROR_BASE - 0)
+ > + { SYSCTL_PCI_UNINITIALIZED, "module not initialized" },
+
+ What are you going to do with this large table of strings? I see where
+ you copy them to somewhere, but don't see anything beyond that.
+
+ Are we missing a huge piece of the puzzle?

Greg,

They are used in sysctl_pci_error_lookup(), which is called
pcibr_slot_pwr(), which is the code to put a device on-line. It all
traces back to the slot_enable call that is made from the hot plug
driver (which is not included in this mod).

-- Pat

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