Bachman Kharazmi wrote:
> I'm trying to implement a rt java motioncontrol-platform releated to
> smerobot.org
> I need to control three drives(rs232) connected to brushless dc motors.
> 
> The current PC I'm working on has one builtin serial port, and I found
> a SUNIX 8port controller. So that's the reason why I'm using the pci
> controller.
> 
> Anyhow the drivers are fetched from:
> http://sunix.com.tw/it/en/DRIVER.php?SID&classnumber=3&usid1=303&usid2=304&Psid=472
> 
> I counldn't find any license releated information :/
> But source comes with the driver is copied temporarily here:
> http://bachman.tor.lindesign.se/tmp/driver/
> 
> Are there any chance that modifications in the source will get it going?

Maybe we are just lacking some pci_enable_device() on the right pci_dev.
That would mean extending xeno_16550A to deal with PCI devices. Surely
feasible, but it takes time and hardware to test - I'm lacking both.

Are you willing to play a bit with it? Then, as a prototype, you could
pick up the lookup and enabling code from the snx driver and hack it
into xeno_16550A. If that works, we could discuss how to establish
something generic for PCI-based adapters.

Note that I haven't read through that driver in details. There is a
slight risk that some more bits are different. On the other hand, the
16650 UART that seems to be on that card is advertised as
16550-compatible, thus it /should/ work...

Jan

Attachment: signature.asc
Description: OpenPGP digital signature

_______________________________________________
Xenomai-help mailing list
[email protected]
https://mail.gna.org/listinfo/xenomai-help

Reply via email to