I’m developing a virtual storport miniport driver. I want to know if there is a set of debugging primitives available for storport which were available for SCSI miniport drivers?
I got following debugging commands for SCSI miniport but i dont find similar things available for the storport:
- SCSI Miniport Debugging
2.!srb Address
3.!scsikd.classext [Device [Level]]
etc…
Thanks in advance.
–Yatindra
There is not similar debug extension for miniport StorPort debugging but , from my experience, some commands of scsikd may work in StorPort miniport debugging also.
To see srb structure you could use “dt” command of WinDbg.
Igor Sharovar
Yes Sure. I already used that but that is not essentially a part of scsi.
But actually I’m looking if we have some info from the MSFT on this.
–Yatindra
Date: Sat, 29 Jan 2011 11:09:47 -0500
From: xxxxx@hotmail.com
To: xxxxx@lists.osr.com
Subject: RE:[ntdev] Questions on Storport miniport driver.
There is not similar debug extension for miniport StorPort debugging but , from my experience, some commands of scsikd may work in StorPort miniport debugging also.
To see srb structure you could use “dt” command of WinDbg.
Igor Sharovar
NTDEV is sponsored by OSR
For our schedule of WDF, WDM, debugging and other seminars visit:
http://www.osr.com/seminars
To unsubscribe, visit the List Server section of OSR Online at http://www.osronline.com/page.cfm?name=ListServer