Add PCI ID for Dell RAC IV/ERA Virtual UART (PowerEdge 1850).

Trim name of existing Dell RAC devices. Trim comments.

With help from:	dpk at dpk dot net
MFC after:	1 week
This commit is contained in:
bms 2005-01-27 01:17:32 +00:00
parent 2ab13280a8
commit d26a78116a

View File

@ -1239,8 +1239,7 @@ const struct puc_device_description puc_devices[] = {
},
},
/* Dell RAC Serial PPP Link */
{ "Dell RAC Serial PPP Link",
{ "Dell RAC III Virtual UART",
{ 0x1028, 0x0008, 0, 0 },
{ 0xffff, 0xffff, 0, 0 },
{
@ -1248,5 +1247,13 @@ const struct puc_device_description puc_devices[] = {
},
},
{ "Dell RAC IV/ERA Virtual UART",
{ 0x1028, 0x0012, 0, 0 },
{ 0xffff, 0xffff, 0, 0 },
{
{ PUC_PORT_TYPE_COM, 0x14, 0x00, DEFAULT_RCLK * 128 },
},
},
{ 0 }
};