mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 00:32:25 -04:00
ena.4: optimize apropos and hardware
Remove "FreeBSD kernel driver for" and "family", and
add "AWS EC2" and "driver" to the document description
for better search discoveribility and consistency with
other driver manuals.
Rewrite the introductory sentance to the HARDWARE section
with driver name for inclusion in hardware release notes.
MFC after: 3 days
Reviewed by: osamaabb
Sponsored by: Google
Sponsored by: Amazon
(cherry picked from commit 13e82893d8)
This commit is contained in:
parent
47db906375
commit
3b8bce6a6b
1 changed files with 5 additions and 3 deletions
|
|
@ -27,12 +27,12 @@
|
|||
.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
|
||||
.\" OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
.\"
|
||||
.Dd June 4, 2021
|
||||
.Dd November 14, 2024
|
||||
.Dt ENA 4
|
||||
.Os
|
||||
.Sh NAME
|
||||
.Nm ena
|
||||
.Nd "FreeBSD kernel driver for Elastic Network Adapter (ENA) family"
|
||||
.Nd AWS EC2 Elastic Network Adapter (ENA) driver
|
||||
.Sh SYNOPSIS
|
||||
To compile this driver into the kernel,
|
||||
place the following line in the
|
||||
|
|
@ -93,7 +93,9 @@ framework is provided by the
|
|||
driver.
|
||||
Kernel must be built with the DEV_NETMAP option to be able to use this feature.
|
||||
.Sh HARDWARE
|
||||
Supported PCI vendor ID/device IDs:
|
||||
The
|
||||
.Nm
|
||||
driver supports the following PCI vendor ID/device IDs:
|
||||
.Pp
|
||||
.Bl -bullet -compact
|
||||
.It
|
||||
|
|
|
|||
Loading…
Reference in a new issue