Re: [PATCH 9 of 20] ipath - char devices for diagnostics andlightweight subnet management

From: Bryan O'Sullivan
Date: Thu Mar 09 2006 - 23:39:07 EST


On Thu, 2006-03-09 at 17:04 -0800, Greg KH wrote:

> > I don't expect this to be a practical problem. We're planning to add
> > hotplug support to the driver once we have some cycles free.
>
> Ugh, that means it's never going to be there.
>
> All new PCI drivers have the requirement that they work properly in
> hotplug systems, as they should follow the PCI core api. If not, odds
> are they will not be accepted into the tree :(

Okay, maybe we're talking at cross purposes here. We do follow the PCI
core API. We have a __devinit probe and __devexit remove routine, a
MODULE_DEVICE_TABLE, the kernel generates hotplug events when a device
is detected or the driver is unloaded, and so on.

I *assumed* that there was something more that we would need to do in
order to support real hotplug of actual physical cards, but now that I
look more closely, it doesn't appear that there is. At least, there's
nothing in Documentation/pci.txt or LDD3 that indicates to me that we
ought to be doing more.

Am I missing something?

<b

-
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/