Hi,
I’ve a PCIe based SD controller in my system with Windows 8. I would like to trace (basically log) the SD commands issued to my SD card. Based on my understanding on the SD stack i’ve the following queries here.
-
MSDN documentation says sffdisk.sys (class driver) and sffp_sd.sys (stor miniport driver) will be load when a SD card is connected. But i’m seeing sdstor.sys in my system. Does the old ones (sffdisk.sys & sffp_sd.sys) are replaced?
-
Sd bus driver interacts with the SD device driver through direct call interface (SdBusSubmitRequest). In this case, is there a way to capture the SD commands send by SD device driver to SD bus driver? Does WPP event tracing/debug build SD dev. driver/anything will help?
Any valuable suggestions are really appreciated.
Regards,
Kumar