"Ronald G. Minnich" wrote:
On Mon, 27 Mar 2000, Jeff Garzik wrote:
What problems exactly are you having in PCI setup? I've been messing around in that area lately and can help...
first, in 2.2.10, it doesn't do ANY configuration of memory-addressable BARs. Second, it doesn't do any IRQ assignment. If 2.3 fixes this then I'll just cut over.
In 2.3.x, make SURE all PCI devices you care about have pci_enable_device called for them before use... And don't forget to check the return code..