diff options
| author | Pierre Beyssac <pb@FreeBSD.org> | 2003-08-28 19:53:20 +0000 |
|---|---|---|
| committer | Pierre Beyssac <pb@FreeBSD.org> | 2003-08-28 19:53:20 +0000 |
| commit | 49edcb48dcabb8222aca3bbbf084e185c9f88aed (patch) | |
| tree | 450d09540acfb50e401d94eb1950fd9c93dd5dbb /sys/dev | |
| parent | bd50576a9fc67f43e8d1181ede228707f3485121 (diff) | |
Notes
Diffstat (limited to 'sys/dev')
| -rw-r--r-- | sys/dev/puc/pucdata.c | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/sys/dev/puc/pucdata.c b/sys/dev/puc/pucdata.c index f4e9a406fecd..b3e5cbc1ab81 100644 --- a/sys/dev/puc/pucdata.c +++ b/sys/dev/puc/pucdata.c @@ -898,6 +898,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", { 0x14db, 0x2130, 0, 0 }, { 0xffff, 0xffff, 0, 0 }, |
