From 050203061488ac4949fe57087604e42597c1467f Mon Sep 17 00:00:00 2001 From: Bruce M Simpson Date: Thu, 20 Jan 2005 15:40:50 +0000 Subject: [PATCH] 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 --- sys/dev/puc/pucdata.c | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/sys/dev/puc/pucdata.c b/sys/dev/puc/pucdata.c index ebfbe3952cbc..f067cfd7e054 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 } };