What is CmResourceTypeDevicePrivate ?

Hi All,

When I get IRP_MN_START_DEVICE for my memory mapped
PCI device, along with CmResourceTypeInterrupt and
CmResourceTypeMemory, I also get
CmResourceTypeDevicePrivate. How am I supposed to
process this ?

Thanks for all help
Madhu


Do You Yahoo!?
Get personalized email addresses from Yahoo! Mail - only $35
a year! http://personal.mail.yahoo.com/


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

Madhu,

Your driver must leave that resource alone, unless your driver is the bus
driver for that bus, in which case it should know how to handle that type on
a bus-specific basis.

-Tim

Timothy A. Johns — xxxxx@driverdev.com
Driver Development Corporation — 800.841.0092
Bring Up Your Hardware — Fast. www.driverdev.com

Subject: [ntdev] What is CmResourceTypeDevicePrivate ?

Hi All,

When I get IRP_MN_START_DEVICE for my memory mapped
PCI device, along with CmResourceTypeInterrupt and
CmResourceTypeMemory, I also get
CmResourceTypeDevicePrivate. How am I supposed to
process this ?

Thanks for all help
Madhu


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