Re: 2.4.0 pdev_enable_device() call in setup-bus.c

2001-02-07 Thread Grant Grundler
Ivan Kokshaysky wrote: > Mainly because there are driverless devices like display adapters, > PCI bridges, or PCI devices with legacy drivers (IDE, for example). Ok. It seems that all of those would have to interact with the PCI code someplace. And that's were pci_enable_device() could be called.

Re: 2.4.0 pdev_enable_device() call in setup-bus.c

2001-02-07 Thread Ivan Kokshaysky
On Wed, Feb 07, 2001 at 11:50:52AM -0800, Grant Grundler wrote: > Can you explain why pci_assign_unassigned_resources() > calls pdev_enable_device() for every PCI device instead > of having each PCI *driver* call pci_enable_device() > as part of driver initialization? Mainly because there are dri