Re: IORegistry crash (was: Two IOService in the same kext ? )
Re: IORegistry crash (was: Two IOService in the same kext ? )
- Subject: Re: IORegistry crash (was: Two IOService in the same kext ? )
- From: Francis bouchard <email@hidden>
- Date: Thu, 30 May 2002 14:38:32 -0400
On 30/05/02 14:33, "Godfrey van der Linden" <email@hidden> wrote:
>
Then call
>
at starttime have com_matrox_driver_Effects::start(provider) call
>
registerService() just before returning.
Does the fact that calling this function not at the end of the start could
change things ? It is actually done in a base class (derived from IOService)
for our dirvers. So:
com_matrox_driver_Effects::start(provider)
{
super::start(); // registerService() is done here
// more stuff
}
Francis
_______________________________________________
darwin-kernel mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/darwin-kernel
Do not post admin requests to the list. They will be ignored.