summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Hay <jhay@FreeBSD.org>2002-04-01 13:33:43 +0000
committerJohn Hay <jhay@FreeBSD.org>2002-04-01 13:33:43 +0000
commita4c6b91603a65285fc82962e0441a89c8b7409de (patch)
tree52faab1f699be8295183bd4291ce49749dc913ec
parent55b7d12d515d8b33af884eaa6dcff8d29393fbb1 (diff)
Notes
-rw-r--r--sys/dev/puc/pucdata.c9
1 files changed, 9 insertions, 0 deletions
diff --git a/sys/dev/puc/pucdata.c b/sys/dev/puc/pucdata.c
index f6a5f6ecf468..61ce11ebf042 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 }
};