FireWireKPrintf works in general because I get lots of other messages in fwkpfv.
I was concerned that my macro might not really have been definited, so
I verified it with:
#define DBG_MSG( x ) kprintf x you lose
After I post this mail I'll try calling kprintf() directly, without the macro.
kextstat shows that my driver really does load and unload. Every
function in it has:
void com_soggywizards_smashthestate::Foo()
{
DBG_MSG(( "%s >>>>\n", __func__ ));
// ...
DBG_MSG(( "%s <<<<\n", __func__ ));
return;
}
Help me out here, I'm begging you!
-- M.
--
Mike Crawford
Portland Custom Software Development
mi...@soggywizards.com
http://soggywizards.com
One Must Not Trifle With Wizards For It Makes Us Soggy And Hard To Light
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Darwin-drivers mailing list (
Darwin-...@lists.apple.com)
Help/Unsubscribe/Update your Subscription:
https://lists.apple.com/mailman/options/darwin-drivers/darwin-drivers-garchive-96018%40googlegroups.com
This email sent to
darwin-drivers...@googlegroups.com