From 65a97b4e8a241b77c554e5963d299b9d8e009a15 Mon Sep 17 00:00:00 2001 From: pb Date: Thu, 14 Aug 2003 14:15:16 +0000 Subject: Add support for the newer Moxa PCI 8-port, 16550-compatible based CP-168U board. It initializes and attaches in the same way as the older (but higher performance) C168H. The only difference is the board ID, which is 0x1681. PR: kern/53548 Submitted by: regnauld@catpipe.net MFC after: 1 week --- sys/dev/puc/pucdata.c | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) (limited to 'sys/dev/puc') diff --git a/sys/dev/puc/pucdata.c b/sys/dev/puc/pucdata.c index 3517958..b2333ca 100644 --- a/sys/dev/puc/pucdata.c +++ b/sys/dev/puc/pucdata.c @@ -985,6 +985,23 @@ const struct puc_device_description puc_devices[] = { }, }, + /* Moxa Technologies Co., Ltd. PCI I/O Card 8S RS232 */ + { "Moxa Technologies, C168U/PCI", + NULL, + { 0x1393, 0x1681, 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 }, + { PUC_PORT_TYPE_COM, 0x18, 0x20, COM_FREQ * 8 }, + { PUC_PORT_TYPE_COM, 0x18, 0x28, COM_FREQ * 8 }, + { PUC_PORT_TYPE_COM, 0x18, 0x30, COM_FREQ * 8 }, + { PUC_PORT_TYPE_COM, 0x18, 0x38, COM_FREQ * 8 }, + }, + }, + { "Avlab Technology, PCI IO 2S", NULL, { 0x14db, 0x2130, 0, 0 }, -- cgit v1.1