git: 7bca09e2bb7f - main - mpsutil: Add higher PCIe speeds.
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 03 Nov 2023 15:52:03 UTC
The branch main has been updated by mav: URL: https://cgit.FreeBSD.org/src/commit/?id=7bca09e2bb7f812913249a1e5883742d6d6ac6b2 commit 7bca09e2bb7f812913249a1e5883742d6d6ac6b2 Author: Alexander Motin <mav@FreeBSD.org> AuthorDate: 2023-11-03 15:49:59 +0000 Commit: Alexander Motin <mav@FreeBSD.org> CommitDate: 2023-11-03 15:49:59 +0000 mpsutil: Add higher PCIe speeds. There are already PCIe Gen4 HBAs, reported improperly. MFC after: 1 week --- 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" };