Hi i am developing a PCI driver based on an example. But on that example pci_resource_start is called inside _init and not inside probe function. Is that correct? Should i change it to probe?
Second question, if i call insmod to register my driver on kernel without a device conected to computer will i have any problem?
Thank you!!
