Scsiport Timers

If I ask SCSIPort to notify me on a timer, does the timer depend on a DPC to run? i.e., if the
IRQL is DISPATCH_LEVEL in some other context, and stays there, and I take an interrupt
and ask to be notified after some timeout, but the other context never drops the IRQL, will I still be notified?
Or does the SCSIPort timer require a DPC to run?

Thanks,
-DH

Dave Harvey, System Software Solutions, Inc.
617-964-7039, FAX 208-361-9395, xxxxx@syssoftsol.com, http://www.syssoftsol.com
Creators of RedunDisks - Robust RAID 1 for embedded systems.


You are currently subscribed to ntdev as: $subst(‘Recip.EmailAddr’)
To unsubscribe send a blank email to leave-ntdev-$subst(‘Recip.MemberIDChar’)@lists.osr.com

> Or does the SCSIPort timer require a DPC to run?

Yes, this is usual KeSetTimer thing.
SCSIPORT also uses Io timer in the device object for 1-second pinging.

Max


You are currently subscribed to ntdev as: $subst(‘Recip.EmailAddr’)
To unsubscribe send a blank email to leave-ntdev-$subst(‘Recip.MemberIDChar’)@lists.osr.com