To make sure that you are not actually executing in the interrupt side of
the storport driver when you call it? That would be my guess. This is a
device setup operation and not something you should be changing on the fly.
On Nov 29, 2007 9:07 AM, Andrew Sha wrote:
> WDK claims:
>
> “The StorPortInitializeDpc routine must be called during HBA
> initialization
> from within the miniport driver’s HwStorPassiveInitializeRoutine routine.”
>
> What’s the point to call StorPortInitializeDpc this way?
> StorPortInitializeDpc is a wrapper over KeInitializeDpc, that can be
> called
> at any IRQL
>
> TIA
> Andrew
>
>
>
>
> —
> 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
>
–
Mark Roddy