summaryrefslogtreecommitdiffstats
path: root/sys/dev/puc
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>2003-04-03 09:47:15 +0000
committerphk <phk@FreeBSD.org>2003-04-03 09:47:15 +0000
commitef3342b1dcebbb7a509bb4cac415809087908be5 (patch)
tree00be1012669953d5762b883736c417303ca0b445 /sys/dev/puc
parent50ba1a096a67828c127b6a6a679b40f3bc7267f8 (diff)
downloadFreeBSD-src-ef3342b1dcebbb7a509bb4cac415809087908be5.zip
FreeBSD-src-ef3342b1dcebbb7a509bb4cac415809087908be5.tar.gz
Add support for Moxa Technologies Co., Ltd. PCI I/O Card 4S RS232
Submitted by: sst@cybercity.dk
Diffstat (limited to 'sys/dev/puc')
-rw-r--r--sys/dev/puc/pucdata.c13
1 files changed, 13 insertions, 0 deletions
diff --git a/sys/dev/puc/pucdata.c b/sys/dev/puc/pucdata.c
index 7e65aa7..3653d54 100644
--- a/sys/dev/puc/pucdata.c
+++ b/sys/dev/puc/pucdata.c
@@ -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,
OpenPOWER on IntegriCloud