summaryrefslogtreecommitdiffstats
path: root/sys/dev/puc
diff options
context:
space:
mode:
authorbms <bms@FreeBSD.org>2005-01-20 15:40:50 +0000
committerbms <bms@FreeBSD.org>2005-01-20 15:40:50 +0000
commit6b74ea5df00af18ebdc9590984689b610c349a46 (patch)
tree673df6277add5e02ea44fea217633550174dd56e /sys/dev/puc
parent17423a01f382b11eb4f28f9187414ba0e74ff410 (diff)
downloadFreeBSD-src-6b74ea5df00af18ebdc9590984689b610c349a46.zip
FreeBSD-src-6b74ea5df00af18ebdc9590984689b610c349a46.tar.gz
Add device description for the Dell Remote Access Card (DRAC) III and IV
virtual COM port. This makes the use of the Dell OpenManage tools on FreeBSD considerably easier, and is based on Chuck Cranor's original patch for 4.6. Reviewed by: imp Tested by: dpk at dpk dot net MFC after: 1 week
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 ebfbe39..f067cfd 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 }
};
OpenPOWER on IntegriCloud