brianm wrote:loadrt hm2_pci config="firmware=hm2/5i20/SVST8_4.BIT num_encoders=4 num_pwmgens=2 num_stepgens=4"
man hostmot2 for the details, but it would look like this for two 5i20s:
loadrt hm2_pci config="firmware=hm2/5i20/SVST8_4.BIT num_encoders=4 num_pwmgens=2 num_stepgens=4, firmware=hm2/5i20/SVST8_4.BIT num_encoders=4 num_pwmgens=2 num_stepgens=4"
However, as the 5i25 doesn't have downloadable firmware, it looks like:
loadrt hm2_pci config="firmware=hm2/5i20/SVST8_4.BIT num_encoders=4 num_pwmgens=2 num_stepgens=4, num_encoders=4 num_pwmgens=2 num_stepgens=4"
You might have to swap the order, because loading order depends on PCI bus search sequence.
If it isn't clear, the comma (,) in the string separates the two configs