Kirk Wallace wrote: > I need to start thinking about adding a muti-modio feature to my > component, and was wondering if the vfs11 and gs2 authors have done > anything on that front. I can get something done by hacking existing > code, but this would require me to create something new. Although, I > guess there are other multi-instance components to study. > I think I made the GS2 driver capable of being used multiple times. It's a userspace program, so the only thing you need to do is have the ability to set the component name via a command-line parameter.
If you want to run multiple ModIO devices, you could have a count parameter. This might be a little complex if you want to support all the possible serial port options: one modIO per serial port, multiple modIO per serial port, or the combination of one device on one serial port and more than one on another serial port. Running separate instances on separate ports is the easiest thing to do. - Steve ------------------------------------------------------------------------------ Colocation vs. Managed Hosting A question and answer guide to determining the best fit for your organization - today and in the future. http://p.sf.net/sfu/internap-sfd2d _______________________________________________ Emc-developers mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/emc-developers
