Re: WDF Bus Drivers, Hal Calls and Removing Resources
- From: "Eliyas Yakub [MSFT]" <eliyasy@xxxxxxxxxxxxxxxxxxxx>
- Date: Thu, 4 May 2006 08:05:52 -0700
Who owns the source code of driver for child devices?
You cannot assign resources to your child devices using
EvtDeviceResourceRequirementsQuery. For this to work, you have to act as a
second-level arbiter of resources, and the interface to arbitrate resources
is not documented. So the only approach is to devise a private interface
between your bus driver and child function driver to exchange resource
information in Start-Device. I would use QueryInterface scheme to get the
information from the bus (WdfFdoQueryInterface). Toaster bus and featured
function driver demonstrate how to implement a query-interface.
-Eliyas
.
- Prev by Date: Re: IDE controller access
- Next by Date: Re: System Hang
- Previous by thread: Endpoints for bulk IN and isoc IN
- Next by thread: Re: WDF Bus Drivers, Hal Calls and Removing Resources
- Index(es):
Relevant Pages
|