Hello! I bought a CP-104UL Multiserial board from Moxa(it's the universal PCI versione of the 104H, needed for a DELL server) and added the device ids to pucdata.c. it seems yto work from here. Here is the diff: mad_at_wedge:~ [0]> diff -ruN pucdata.c.orig pucdata.c --- pucdata.c.orig Tue Dec 9 13:15:34 2003 +++ pucdata.c Tue Dec 9 13:14:28 2003 _at__at_ -1015,6 +1015,19 _at__at_ }, }, + /* Moxa Technologies Co., Ltd. PCI I/O Card 4S RS232 */ + { "Moxa Technologies, Smartio CP-104UL/PCI", + NULL, + { 0x1393, 0x1041, 0, 0 }, + { 0xffff, 0xffff, 0, 0, }, + { + { PUC_PORT_TYPE_COM, 0x18, 0x00, COM_FREQ * 8 }, + { PUC_PORT_TYPE_COM, 0x18, 0x08, COM_FREQ * 8 }, + { PUC_PORT_TYPE_COM, 0x18, 0x10, COM_FREQ * 8 }, + { PUC_PORT_TYPE_COM, 0x18, 0x18, COM_FREQ * 8 }, + }, + }, + /* Moxa Technologies Co., Ltd. PCI I/O Card 4S RS232/422/485 */ { "Moxa Technologies, Industio CP-114", NULL, Thank you again for the good work. Hope someone will give this a chance to get in the repository :) -- Guido Falsi <mad_at_madpilot.net>Received on Tue Dec 09 2003 - 03:19:10 UTC
This archive was generated by hypermail 2.4.0 : Wed May 19 2021 - 11:37:33 UTC