DRM and pci_driver conversion

From: Eric Anholt
Date: Mon Oct 20 2003 - 21:35:05 EST


I recently committed a change to the DRM for Linux in DRI CVS that
converted it to use pci_driver and that probe system. Unfortunately,
we've found that there is a conflict between the DRM now and at least
the radeon framebuffer. Both want to attach to the same device, and
with pci_driver, the second one to come along doesn't get probe called
for that device. Is there any way to mark things shared, or in some
other way get the DRM to attach to a device that's already attached to,
in the new model?

Please CC me on replies as I'm not subscribed to these lists.

--
Eric Anholt eta@xxxxxxxxxx
http://people.freebsd.org/~anholt/ anholt@xxxxxxxxxxx


-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/