On Sat, Dec 13, 2014 at 06:11:51AM +0100, Gilles Chanteperdrix wrote:
> As all RTDM drivers, RTnet drivers are just linux drivers. The issue
> is to have a setup where two cards with the same chip are used by
> two different drivers. Linux does not have this problem, because it
> rarely has several drivers for the same chip. The problem with the
> bind/unbind solution is that the driver that will get all the cards
> first depends on the drivers initialization order. With the "cards"
> parameter, you do not have this issue.

Well I remember multiple drivers in the past for the tulip network chip,
and for a while there where two firewire drivers too.  Also those that
run xen with pci passthrough have the same issue of preventing linux
from grabbing a given device.

It would seem that just using bind/unbind and loading all the drivers,
user space could resolve the issue, but the cards parameter may be more
convinient, at the expense of having to add that to the driver of course.

-- 
Len Sorensen

_______________________________________________
Xenomai mailing list
[email protected]
http://www.xenomai.org/mailman/listinfo/xenomai

Reply via email to