Driver Instances!

Hello,

What does one mean when he says “There will be an instance of this driver
for each node on the bus”.

Windows XP ddk says for each AV/c unit on the 1394 bus, there will be an
instance of the driver avc.sys.

Does this mean that there will be two different instance of the driver code
in memory? ie. if i have a global variable “gOne”, will i have two different
copies of this variable in these two drivers?

Warm regards
Venky


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

> Windows XP ddk says for each AV/c unit on the 1394 bus, there will be an

instance of the driver avc.sys.

Wow! So, they separated the AV/C code from MSDV.SYS to another binary?

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