- Resource Rebalancing
- Posted by AY on June 30th, 2008
We are writing a WDM driver on Windows Server 2008 (64 bit) for our PCI
device. Our device has a 64 bit BAR whose size is a multiple of 32GB. The
BIOS doesn't enable this BAR by default and we'll have to enable it
dynamically by setting a particular bit in the PCI config space. We are doing
this in the AddDevice routine of our driver. Please let me know what is the
procedure to get this BAR recognized by Windows. Will Resource rebalancing
help solve this problem? I know that to intiate the resource rebalancing
sequence, I need to call IoInvalidateDeviceState routine. But where do I call
this routine from? Can somebody please help me solve this problem?
Similar Posts
- Accessing IO port Resource Controlled by Motherboard Resource (Drivers) by Boby George
- resource-only DLL versus message resource DLL (Windows Server) by Marco Shaw
- Resource Kit vs. Resource Kit Tools (Windows Server) by Chris Allen
- refreshing resource content / deteoing a resource (Development Resources) by Russell Potter
- non-resource kit way? (Windows 2000) by Scott

