aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/puc
diff options
context:
space:
mode:
authorBruce M Simpson <bms@FreeBSD.org>2005-01-20 15:40:50 +0000
committerBruce M Simpson <bms@FreeBSD.org>2005-01-20 15:40:50 +0000
commit050203061488ac4949fe57087604e42597c1467f (patch)
tree673df6277add5e02ea44fea217633550174dd56e /sys/dev/puc
parent606de9ed4de35e7661a4d1c01bea715db0d44a61 (diff)
Notes
Diffstat (limited to 'sys/dev/puc')
-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 ebfbe3952cbc6..f067cfd7e0540 100644
--- a/sys/dev/puc/pucdata.c
+++ b/sys/dev/puc/pucdata.c
@@ -1239,5 +1239,14 @@ const struct puc_device_description puc_devices[] = {
},
},
+ /* Dell RAC Serial PPP Link */
+ { "Dell RAC Serial PPP Link",
+ { 0x1028, 0x0008, 0, 0 },
+ { 0xffff, 0xffff, 0, 0 },
+ {
+ { PUC_PORT_TYPE_COM, 0x14, 0x00, COM_FREQ * 128 },
+ },
+ },
+
{ 0 }
};