mpsutil: Add higher PCIe speeds.

There are already PCIe Gen4 HBAs, reported improperly.

MFC after:	1 week
This commit is contained in:
Alexander Motin 2023-11-03 11:49:59 -04:00
parent 368b97361a
commit 7bca09e2bb

View file

@ -57,7 +57,7 @@ MPS_TABLE(top, show);
static int
show_adapter(int ac, char **av)
{
const char* pcie_speed[] = { "2.5", "5.0", "8.0" };
const char* pcie_speed[] = { "2.5", "5.0", "8.0", "16.0", "32.0" };
const char* temp_units[] = { "", "F", "C" };
const char* ioc_speeds[] = { "", "Full", "Half", "Quarter", "Eighth" };