Add support for Moxa Technologies Co., Ltd. PCI I/O Card 4S RS232

Submitted by:	sst@cybercity.dk
This commit is contained in:
phk 2003-04-03 09:47:15 +00:00
parent a018ba1523
commit 510114c113

View File

@ -919,6 +919,19 @@ const struct puc_device_description puc_devices[] = {
},
},
/* Moxa Technologies Co., Ltd. PCI I/O Card 4S RS232 */
{ "Moxa Technologies, Smartio C104H/PCI",
NULL,
{ 0x1393, 0x1040, 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,