summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authorjhay <jhay@FreeBSD.org>2002-04-01 13:33:43 +0000
committerjhay <jhay@FreeBSD.org>2002-04-01 13:33:43 +0000
commit01f20a01567458522cb83431fb27662c972d0c1f (patch)
tree52faab1f699be8295183bd4291ce49749dc913ec /sys
parent44891868e6b7a16d772a9ce0ff506edafbf21bb7 (diff)
downloadFreeBSD-src-01f20a01567458522cb83431fb27662c972d0c1f.zip
FreeBSD-src-01f20a01567458522cb83431fb27662c972d0c1f.tar.gz
Add an entry for "PCCOM dual port RS232/422/485".
Submitted by: Daniel O'Connor <doconnor@gsoft.com.au> MFC after: 1 week
Diffstat (limited to 'sys')
-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 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 }
};
OpenPOWER on IntegriCloud