I am having PCI based device attached to my system, the driver is installed correctly and everything is fine there, when i open the device manager and look at the property of device it shows
"Location : PCI bus 5, device 5, function 0"
but my source code is written in such a way that i need to have it at device location 0 or 1 in order to access the hardware correctly.
can anyone help me with, how to change that number or how to install device in such a way that i get the following configuration
Location : PCI bus 5, device 0, function 0"
Thank you in advance!