aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/puc
diff options
context:
space:
mode:
authorAndrew Thompson <thompsa@FreeBSD.org>2008-08-22 00:13:17 +0000
committerAndrew Thompson <thompsa@FreeBSD.org>2008-08-22 00:13:17 +0000
commit858030c4a9296b4855e4aa6fdb4ca038fa0d2122 (patch)
tree35e60a3992f5ab56f0756c19464aec8a2faffd98 /sys/dev/puc
parent46ce58c7f6f971e77e84ca55000e80f37ab0247c (diff)
downloadsrc-858030c4a9296b4855e4aa6fdb4ca038fa0d2122.tar.gz
src-858030c4a9296b4855e4aa6fdb4ca038fa0d2122.zip
Add the Decision Computer Inc, PCCOM 8-port serial card.
PR: kern/69730 Submitted by: Darrin Smith
Notes
Notes: svn path=/head/; revision=181975
Diffstat (limited to 'sys/dev/puc')
-rw-r--r--sys/dev/puc/pucdata.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/sys/dev/puc/pucdata.c b/sys/dev/puc/pucdata.c
index da7a45432cbc..fc93b00e9e14 100644
--- a/sys/dev/puc/pucdata.c
+++ b/sys/dev/puc/pucdata.c
@@ -719,6 +719,12 @@ const struct puc_cfg puc_pci_devices[] = {
PUC_PORT_4S, 0x1c, 0, 8,
},
+ { 0x6666, 0x0002, 0xffff, 0,
+ "Decision Computer Inc, PCCOM 8-port serial",
+ DEFAULT_RCLK,
+ PUC_PORT_8S, 0x1c, 0, 8,
+ },
+
{ 0x6666, 0x0004, 0xffff, 0,
"PCCOM dual port RS232/422/485",
DEFAULT_RCLK,