added Moxa multiserial board PCI id to puc(4)

Guido Falsi mad at madpilot.net
Tue Dec 9 04:19:10 PST 2003


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
@@ -1015,6 +1015,19 @@
            },
        },
  
+       /* 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>


More information about the freebsd-current mailing list