driver loading sequence
- From: suqian99@xxxxxxxxxxx
- Date: 29 Dec 2006 07:22:19 -0800
I have driver A,B and C. A depends on B and B depends on C. So
obviously I will load C first and then B and then A. When C is ready,
it will set an event using SetEvent function to tell B, so does B. B
will wait C's event in init to finish its initialization. So does A.
But I found that waiting an event calling WaitforSingleOject isn't a
good idea in the init function. this will slow down the whole system's
booting up.
any good approach to this issue?
thanks,
Mike
.
- Follow-Ups:
- Re: driver loading sequence
- From: Bruce Eitman [eMVP]
- Re: driver loading sequence
- Prev by Date: Re: About Filesystem and partition
- Next by Date: Re: Synchronization between ISR and IST - I2C Based device
- Previous by thread: Multiple frame buffer support in Display driver
- Next by thread: Re: driver loading sequence
- Index(es):
Relevant Pages
|
|