Re: Determining which kernel extension is being opened
site_archiver@lists.apple.com Delivered-To: darwin-kernel@lists.apple.com 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. setProperty("new-driver", 1); = Mike _______________________________________________ Do not post admin requests to the list. They will be ignored. Darwin-kernel mailing list (Darwin-kernel@lists.apple.com) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/darwin-kernel/site_archiver%40lists.a... Ah, well in that case your best bet would have been to modify the driver further to set a property of some sort, 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... This email sent to site_archiver@lists.apple.com
participants (1)
-
Michael Smith