Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 18 Dec 2025 19:07:34 +0000
From:      Ed Maste <emaste@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: fb1994e03c88 - main - aq(4): Add man page
Message-ID:  <694450f6.33585.258284f0@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by emaste:

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

commit fb1994e03c88cf087e61f7aa608dd82531e3a4e8
Author:     Ed Maste <emaste@FreeBSD.org>
AuthorDate: 2025-11-14 19:52:12 +0000
Commit:     Ed Maste <emaste@FreeBSD.org>
CommitDate: 2025-12-18 19:06:24 +0000

    aq(4): Add man page
    
    Reviewed by:    ziaee
    Relnotes:       Yes
    Sponsored by:   The FreeBSD Foundation
    Differential Revision: https://reviews.freebsd.org/D53840
---
 share/man/man4/Makefile |  1 +
 share/man/man4/aq.4     | 56 +++++++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 57 insertions(+)

diff --git a/share/man/man4/Makefile b/share/man/man4/Makefile
index 25c3ba18073f..5ee6eedd89ee 100644
--- a/share/man/man4/Makefile
+++ b/share/man/man4/Makefile
@@ -53,6 +53,7 @@ MAN=	aac.4 \
 	${_bxe.4} \
 	${_aout.4} \
 	${_apic.4} \
+	aq.4 \
 	arcmsr.4 \
 	arswitch.4 \
 	${_asmc.4} \
diff --git a/share/man/man4/aq.4 b/share/man/man4/aq.4
new file mode 100644
index 000000000000..248502797503
--- /dev/null
+++ b/share/man/man4/aq.4
@@ -0,0 +1,56 @@
+.\" Copyright (c) 2025 The FreeBSD Foundation
+.\"
+.\" SPDX-License-Identifier: BSD-2-Clause
+.\"
+.Dd December 1, 2025
+.Dt AQ 4
+.Os
+.Sh NAME
+.Nm aq
+.Nd Aquantia / Marvell AQ1xx 10 Gigabit Ethernet driver
+.Sh SYNOPSIS
+To compile this driver into the kernel, place the following lines in your
+kernel configuration file:
+.Bd -ragged -offset indent
+.Cd "device aq"
+.Ed
+.Pp
+To load the driver as a module at boot time, place the following line in
+.Xr loader.conf 5 :
+.Bd -literal -offset indent
+if_aq_load="YES"
+.Ed
+.Sh DESCRIPTION
+The
+.Nm
+device driver provides support for PCIe 1/2.5/5/10 Gigabit Ethernet adapters
+based on
+Aquantia (now Marvell) AQtion AQC1xx Ethernet controllers.
+.Pp
+For more information on configuring this device, see
+.Xr ifconfig 8 .
+.Pp
+The
+.Nm
+driver is experimental, and has a number of caveats and limitations.
+.Sh HARDWARE
+The
+.Nm
+driver supports the following 10 Gigabit Ethernet PCIe controllers:
+.Pp
+.Bl -bullet -compact
+.It
+aQuantia AQC107
+.It
+aQuantia AQC108
+.It
+aQuantia AQC109
+.It
+aQuantia AQC111
+.It
+aQuantia AQC112
+.El
+.Sh SEE ALSO
+.Xr arp 4 ,
+.Xr miibus 4 ,
+.Xr ifconfig 8


help

Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?694450f6.33585.258284f0>