On Mon, Dec 15, 2003 at 07:46:32PM -0500, Mark Studebaker wrote: > > Greg, can you give us some guidance here? Unless we can bypass > pci_module_init() in 2.6 a lot of the bus drivers are not going to > load. Then we need to merge the drivers together. We can only allow 1 pci driver to bind to a pci device at a time due to lots of reasons. We can't use the pci_find_device (or pci_get_device) to work safely (what happens when the pci device is removed from the system on a pci hotplug system...) thanks, greg k-h