mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-04 09:09:56 +00:00
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:
parent
614dbcfb8e
commit
3e19d3c0f0
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=140882
@ -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 }
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user