We have ported our driver successfully to 64 bit systems a while ago.
But one thing is missing, which is not very important but it was a very handy debugging feature.
The callbacks registered with KeRegisterBugCheckReasonCallback is never called. The function returns a TRUE for success, but my callback is never called. I also tried different values for the parameter reason with no success. A try with the older KeRegisterBugCheckCallback also failed.
What I am doing wrong?
Did I missed something in the documentation?