Re: Determining which kernel extension is being opened
Re: Determining which kernel extension is being opened
- Subject: Re: Determining which kernel extension is being opened
- From: Michael Smith <email@hidden>
- Date: Fri, 28 Dec 2007 11:41:15 -0800
On Dec 27, 2007, at 4:03 PM, David Rose wrote:
I was trying to replace one of Apple's open source
drivers with a modified version and noticed none of
my changes were being executed. I came to the
conclusion that my driver was not running and the
original Apple driver was still running.
Ah, well in that case your best bet would have been to modify the
driver further to set a property of some sort,
setProperty("new-driver", 1);
or similar would have done it. Then you could have looked for the
property with ioreg.
Anyways, sorry for the noise.
No worries; just always best to ask "how do I achieve <objective>",
rather than "how do I do <thing that seems difficult or unsupported>",
since it will tend to get you more complete solutions as a
consequence...
= Mike
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Darwin-kernel mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden