When my module loads, the kernel calls my probe routine. If my probe
routine returns 0, then this pci device is essentially locked to my device
driver. How can I share that pci device with multiple drivers? My current
thoughts are to simply make a *unified* driver that supports the various IP
modules. That unified driver is not a general solution, but it would be ok
for this project. I'm curious about how to develop a general solution to
this problem. I believe any user of these IP modules would want to be able
to mix-n-match IP modules at will, merely adding device drivers, not having
a unified driver.
Steven Friedrich
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/