git: 30a9cf87d326 - stable/14 - ixgbe.4: rename to ix.4

From: Kevin Bowling <kbowling_at_FreeBSD.org>
Date: Wed, 30 Oct 2024 01:02:18 UTC
The branch stable/14 has been updated by kbowling:

URL: https://cgit.FreeBSD.org/src/commit/?id=30a9cf87d3261ace3d05844fa9d89f675d0ef474

commit 30a9cf87d3261ace3d05844fa9d89f675d0ef474
Author:     Felix Johnson <felix.the.red@gmail.com>
AuthorDate: 2024-10-27 00:26:34 +0000
Commit:     Kevin Bowling <kbowling@FreeBSD.org>
CommitDate: 2024-10-30 01:01:19 +0000

    ixgbe.4: rename to ix.4
    
    PR:             213026
    Reported by:    Sergey Akhmatov <sergey@akhmatov.ru>
    Co-authored-by: Alexander Ziaee <concussious@runbox.com>
    
    (cherry picked from commit d8b48a267fc0f737a13cb52dc1071981ecb1e003)
---
 share/man/man4/Makefile          |  8 ++++----
 share/man/man4/{ixgbe.4 => ix.4} | 14 +++++++-------
 2 files changed, 11 insertions(+), 11 deletions(-)

diff --git a/share/man/man4/Makefile b/share/man/man4/Makefile
index 7f6c9a501238..e83be3054aca 100644
--- a/share/man/man4/Makefile
+++ b/share/man/man4/Makefile
@@ -259,7 +259,7 @@ MAN=	aac.4 \
 	iwnfw.4 \
 	iwlwifi.4 \
 	iwlwififw.4 \
-	ixgbe.4 \
+	ix.4 \
 	ixl.4 \
 	jedec_dimm.4 \
 	jme.4 \
@@ -703,9 +703,9 @@ MLINKS+=iwi.4 if_iwi.4
 MLINKS+=iwlwifi.4 if_iwlwifi.4
 MLINKS+=iwm.4 if_iwm.4
 MLINKS+=iwn.4 if_iwn.4
-MLINKS+=ixgbe.4 ix.4
-MLINKS+=ixgbe.4 if_ix.4
-MLINKS+=ixgbe.4 if_ixgbe.4
+MLINKS+=ix.4 if_ix.4
+MLINKS+=ix.4 if_ixgbe.4
+MLINKS+=ix.4 ixgbe.4
 MLINKS+=ixl.4 if_ixl.4
 MLINKS+=iavf.4 if_iavf.4
 MLINKS+=jme.4 if_jme.4
diff --git a/share/man/man4/ixgbe.4 b/share/man/man4/ix.4
similarity index 95%
rename from share/man/man4/ixgbe.4
rename to share/man/man4/ix.4
index ccdf50cf9674..32b5386ea7d4 100644
--- a/share/man/man4/ixgbe.4
+++ b/share/man/man4/ix.4
@@ -30,10 +30,10 @@
 .\" * Other names and brands may be claimed as the property of others.
 .\"
 .Dd May 17, 2023
-.Dt IXGBE 4
+.Dt IX 4
 .Os
 .Sh NAME
-.Nm ixgbe
+.Nm ix
 .Nd "Intel(R) 10Gb Ethernet driver for the FreeBSD operating system"
 .Sh SYNOPSIS
 To compile this driver into the kernel,
@@ -41,14 +41,14 @@ place the following lines in your
 kernel configuration file:
 .Bd -ragged -offset indent
 .Cd "device iflib"
-.Cd "device ixgbe"
+.Cd "device ix"
 .Ed
 .Pp
 Alternatively, to load the driver as a
 module at boot time, place the following line in
 .Xr loader.conf 5 :
 .Bd -literal -offset indent
-if_ixgbe_load="YES"
+if_ix_load="YES"
 .Ed
 .Sh DESCRIPTION
 The
@@ -88,11 +88,11 @@ Intel(R) 82598EB 10 Gigabit AT CX4 Network Connection
 .El
 .Sh DIAGNOSTICS
 .Bl -diag
-.It "ixgbe%d: Unable to allocate bus resource: memory"
+.It "ix%d: Unable to allocate bus resource: memory"
 A fatal initialization error has occurred.
-.It "ixgbe%d: Unable to allocate bus resource: interrupt"
+.It "ix%d: Unable to allocate bus resource: interrupt"
 A fatal initialization error has occurred.
-.It "ixgbe%d: watchdog timeout -- resetting"
+.It "ix%d: watchdog timeout -- resetting"
 The device has stopped responding to the network, or there is a problem with
 the network connection (cable).
 .El