On Mon, Oct 1, 2012 at 4:28 PM, Paolo <paolopiace@xxxxxxxxx> wrote: > I cannot locate pci_request_regions() > > Where can I find it? > > I am working with kernel 2.6.32. > > Supposedly, it should be in drivers/pci/pci.c but there is nothing like that. In 2.6.32, the function pci_request_regions() is in the file drivers/pci/pci.c. It's still there in the current kernel (v3.6). The stuff below looks like a directory hierarchy, not information about the *contents* of the files. > There, I see: > . > ├── hotplug > │ ├── Kconfig > │ └── Makefile > ├── Kconfig > ├── Makefile > └── pcie > ├── aer > │ ├── Kconfig > │ ├── Kconfig.debug > │ └── Makefile > ├── Kconfig > └── Makefile > > -- > To unsubscribe from this list: send the line "unsubscribe linux-pci" in > the body of a message to majordomo@xxxxxxxxxxxxxxx > More majordomo info at http://vger.kernel.org/majordomo-info.html -- To unsubscribe from this list: send the line "unsubscribe linux-pci" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html