Neo
2014-03-28 07:41:01 UTC
I have a simeple PCIe controller device, this is a simple pcie endpoint device with 2 BARS BAR0 - Memory BAR of 2K size and BAR2 - IO BAR with 2K size, but when it is inserted and powered on the machine it gives Device Manage code 12 "This device cannot find enough free resources that it can use".
Why is this so, my driver is loaded and only DriverEntry and AddDevice are being invoked and Adddevice is returned with status success.
Except these two no other driver function have been invoked.
Is there any limit with IO BAR size with windows ?
is 2K IO BAR size is not allowed ?
Thanks,
Sandilya
Why is this so, my driver is loaded and only DriverEntry and AddDevice are being invoked and Adddevice is returned with status success.
Except these two no other driver function have been invoked.
Is there any limit with IO BAR size with windows ?
is 2K IO BAR size is not allowed ?
Thanks,
Sandilya