mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
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)
This commit is contained in:
parent
86efff5491
commit
30a9cf87d3
2 changed files with 11 additions and 11 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
Loading…
Reference in a new issue