git: 88770f0c6971 - stable/13 - mpsutil: Add higher PCIe speeds.

From: Alexander Motin <mav_at_FreeBSD.org>
Date: Fri, 10 Nov 2023 00:58:03 UTC
The branch stable/13 has been updated by mav:

URL: https://cgit.FreeBSD.org/src/commit/?id=88770f0c69717d706b83efddd6dd282f5ddf7612

commit 88770f0c69717d706b83efddd6dd282f5ddf7612
Author:     Alexander Motin <mav@FreeBSD.org>
AuthorDate: 2023-11-03 15:49:59 +0000
Commit:     Alexander Motin <mav@FreeBSD.org>
CommitDate: 2023-11-10 00:57:58 +0000

    mpsutil: Add higher PCIe speeds.
    
    There are already PCIe Gen4 HBAs, reported improperly.
    
    MFC after:      1 week
    
    (cherry picked from commit 7bca09e2bb7f812913249a1e5883742d6d6ac6b2)
---
 usr.sbin/mpsutil/mps_show.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/usr.sbin/mpsutil/mps_show.c b/usr.sbin/mpsutil/mps_show.c
index 7454bf15e06c..6efa9b76dd3d 100644
--- a/usr.sbin/mpsutil/mps_show.c
+++ b/usr.sbin/mpsutil/mps_show.c
@@ -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" };