Re: pci: add to global list before sysfs?

From: Benjamin Herrenschmidt
Date: Sun Apr 13 2008 - 17:37:30 EST



On Sat, 2008-04-05 at 18:55 +0200, Pierre Ossman wrote:
> > Why not just create a thread in your driver, or timer, and sleep
> until
> > you see the other devices? If after a certian time you never do,
> then
> > bail out.
> >
> > That should work properly for you for both cases (startup and
> loading
> > later.)
> >

You don't need a timer. You can just use the notifier mechanism I added
a while ago that should call you on device addition and removal on the
bus type you are interested in.

Ben.


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