Tom Rushworth writes:
> detachInterface(nif,true);
> VDBG_if(9,"net_if detached");
> // then get rid of it.
> nif->release();
Thank you!
I was missing the nif->release() I had (wrongly) assumed that since I
got the nif pointer from attachInterface(), detachInterface() would
fully clean it up.
After adding nif->release(), I can unload and reload my driver. Thank
you for saving me from a lot of reboot cycles ;)
Thanks!
Drew
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Darwin-drivers mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/darwin-drivers/email@hidden
This email sent to email@hidden