Re: Integration of pcnet_cs into drivers/pcmcia

David Hinds (dhinds@zen.stanford.edu)
Mon, 13 Sep 1999 12:55:10 -0700


On Sat, Sep 11, 1999 at 08:43:05PM +0200, Pavel Machek wrote:
>
> Ok then. We can call pcmcia_init() before other initcall-s and make
> normal drivres initcalls().

Actually, there should be no ordering restrictions for initializing
the basic PCMCIA components, versus initializing client drivers. The
init routines for clients just register event callbacks, and this can
happen before sockets are enumerated or initialized.

The only real restriction I can think of is that the 'ds' module
should be initialized after all non-PCMCIA drivers that might be used
for PCMCIA devices (i.e., serial, ide, etc).

-- Dave Hinds

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