Re: Doubt about Linux PCIe infraestructure
From: Micha Nelissen <hidden>
Date: 2010-09-28 13:46:50
From: Micha Nelissen <hidden>
Date: 2010-09-28 13:46:50
Carlos Roberto Moratelli wrote:
When I register a PCI driver using pci_register_driver() will the probe function be automatically called or will it just be called if PCI infraestructure match a Vendor and Device id on bus?
Yes, vendor and device id must match. You can find those in lspci. Micha