From 09cf6d667820d8ecc23bbdf556708d84e762d024 Mon Sep 17 00:00:00 2001 From: obrien Date: Tue, 9 Dec 2003 17:31:25 +0000 Subject: Add support for Moxa Technologies' Smartio CP-104UL/PCI 4S RS232 card. Submitted by: Guido Falsi --- sys/dev/puc/pucdata.c | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'sys/dev/puc') diff --git a/sys/dev/puc/pucdata.c b/sys/dev/puc/pucdata.c index bb70296..a4f0e7a 100644 --- a/sys/dev/puc/pucdata.c +++ b/sys/dev/puc/pucdata.c @@ -1015,6 +1015,19 @@ const struct puc_device_description puc_devices[] = { }, }, + /* 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, -- cgit v1.1