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
This commit is contained in:
Bruce M Simpson 2005-01-20 15:40:50 +00:00
parent 606de9ed4d
commit 0502030614
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=140513

View file

@ -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 }
};