summaryrefslogtreecommitdiffstats
path: root/sys/dev/puc
diff options
context:
space:
mode:
authormurray <murray@FreeBSD.org>2002-03-28 11:17:20 +0000
committermurray <murray@FreeBSD.org>2002-03-28 11:17:20 +0000
commit00b1e1dddd86ca768374c8e868f8acb34b6a0fcd (patch)
tree12dfc738a88312ec97b34b53dd251be2d1f5a01b /sys/dev/puc
parentc9eab7c2de440546fca875aa14db415971ea9b78 (diff)
downloadFreeBSD-src-00b1e1dddd86ca768374c8e868f8acb34b6a0fcd.zip
FreeBSD-src-00b1e1dddd86ca768374c8e868f8acb34b6a0fcd.tar.gz
Add an entry for Decision Computer Inc, PCCOM 4-port serial cards.
PR: kern/36302 Submitted by: Thomas Zenker <thz@Lennartz-electronic.de> MFC after: 1 week
Diffstat (limited to 'sys/dev/puc')
-rw-r--r--sys/dev/puc/pucdata.c12
1 files changed, 12 insertions, 0 deletions
diff --git a/sys/dev/puc/pucdata.c b/sys/dev/puc/pucdata.c
index a864ebc..f6a5f6e 100644
--- a/sys/dev/puc/pucdata.c
+++ b/sys/dev/puc/pucdata.c
@@ -751,5 +751,17 @@ const struct puc_device_description puc_devices[] = {
},
},
+ /* Decision Computer Inc, serial ports */
+ { "Decision Computer Inc, PCCOM 4-port serial",
+ { 0x6666, 0x0001, 0, 0 },
+ { 0xffff, 0xffff, 0, 0 },
+ {
+ { PUC_PORT_TYPE_COM, 0x1c, 0x00, COM_FREQ },
+ { PUC_PORT_TYPE_COM, 0x1c, 0x08, COM_FREQ },
+ { PUC_PORT_TYPE_COM, 0x1c, 0x10, COM_FREQ },
+ { PUC_PORT_TYPE_COM, 0x1c, 0x18, COM_FREQ },
+ },
+ },
+
{ 0 }
};
OpenPOWER on IntegriCloud