diff options
Diffstat (limited to 'sys')
-rw-r--r-- | sys/dev/puc/pucdata.c | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/sys/dev/puc/pucdata.c b/sys/dev/puc/pucdata.c index f6a5f6e..61ce11e 100644 --- a/sys/dev/puc/pucdata.c +++ b/sys/dev/puc/pucdata.c @@ -763,5 +763,14 @@ const struct puc_device_description puc_devices[] = { }, }, + { "PCCOM dual port RS232/422/485", + { 0x6666, 0x0004, 0, 0 }, + { 0xffff, 0xffff, 0, 0 }, + { + { PUC_PORT_TYPE_COM, 0x1c, 0x00, COM_FREQ }, + { PUC_PORT_TYPE_COM, 0x1c, 0x08, COM_FREQ }, + }, + }, + { 0 } }; |