diff options
| author | David E. O'Brien <obrien@FreeBSD.org> | 2003-12-09 17:31:25 +0000 |
|---|---|---|
| committer | David E. O'Brien <obrien@FreeBSD.org> | 2003-12-09 17:31:25 +0000 |
| commit | 6ea7b5bcdf2e8a746c7a3bd1bb095cebe8fb7c88 (patch) | |
| tree | 397f345c3bc46527b56850164d568cd2316e5fc5 /sys/dev/puc/pucdata.c | |
| parent | 903f6fc32649ab0adc625f33413d0c72d608e1c6 (diff) | |
Notes
Diffstat (limited to 'sys/dev/puc/pucdata.c')
| -rw-r--r-- | sys/dev/puc/pucdata.c | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/sys/dev/puc/pucdata.c b/sys/dev/puc/pucdata.c index bb7029695921f..a4f0e7a24f617 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, |
