The branch main has been updated by ziaee: URL: https://cgit.FreeBSD.org/src/commit/?id=1d89845e90867e2f970c651c342eb07da847b6e9
commit 1d89845e90867e2f970c651c342eb07da847b6e9 Author: Nick Price <[email protected]> AuthorDate: 2026-07-20 22:11:51 +0000 Commit: Alexander Ziaee <[email protected]> CommitDate: 2026-07-20 22:24:17 +0000 aq(4): Document the Atlantic 2 (AQC113/114/115/116) devices List every AQC part aq_vendor_info_array[] probes, each with the maximum speed aq_hw_capabilities() grants it. Only the Atlantic 2 parts link at 10 Megabit. The AQC100 and AQC100S are the only SFP+ controllers; the rest are twisted pair. Reviewed by: adrian, ziaee Signed-off-by: Nick Price <[email protected]> Differential Revision: https://reviews.freebsd.org/D58144 --- share/man/man4/aq.4 | 45 +++++++++++++++++++++++++++++++++++++-------- 1 file changed, 37 insertions(+), 8 deletions(-) diff --git a/share/man/man4/aq.4 b/share/man/man4/aq.4 index 248502797503..caf55de1083b 100644 --- a/share/man/man4/aq.4 +++ b/share/man/man4/aq.4 @@ -1,13 +1,14 @@ +.\" .\" Copyright (c) 2025 The FreeBSD Foundation .\" .\" SPDX-License-Identifier: BSD-2-Clause .\" -.Dd December 1, 2025 +.Dd July 9, 2026 .Dt AQ 4 .Os .Sh NAME .Nm aq -.Nd Aquantia / Marvell AQ1xx 10 Gigabit Ethernet driver +.Nd Aquantia / Marvell AQC1xx Ethernet driver .Sh SYNOPSIS To compile this driver into the kernel, place the following lines in your kernel configuration file: @@ -36,19 +37,47 @@ driver is experimental, and has a number of caveats and limitations. .Sh HARDWARE The .Nm -driver supports the following 10 Gigabit Ethernet PCIe controllers: +driver supports the following PCIe Ethernet controllers: .Pp .Bl -bullet -compact .It -aQuantia AQC107 +aQuantia AQC100 (100Mb/1Gb/2.5Gb/5Gb/10Gb SFP+) +.It +aQuantia AQC100S (100Mb/1Gb/2.5Gb/5Gb/10Gb SFP+) +.It +aQuantia AQC107 (100Mb/1Gb/2.5Gb/5Gb/10Gb RJ45) +.It +aQuantia AQC107S (100Mb/1Gb/2.5Gb/5Gb/10Gb RJ45) +.It +aQuantia AQC108 (100Mb/1Gb/2.5Gb/5Gb RJ45) +.It +aQuantia AQC108S (100Mb/1Gb/2.5Gb/5Gb RJ45) +.It +aQuantia AQC109 (100Mb/1Gb/2.5Gb RJ45) +.It +aQuantia AQC109S (100Mb/1Gb/2.5Gb RJ45) +.It +aQuantia AQC111 (100Mb/1Gb/2.5Gb/5Gb RJ45) +.It +aQuantia AQC111S (100Mb/1Gb/2.5Gb/5Gb RJ45) +.It +aQuantia AQC112 (100Mb/1Gb/2.5Gb RJ45) +.It +aQuantia AQC112S (100Mb/1Gb/2.5Gb RJ45) +.It +Marvell AQC113 (10Mb/100Mb/1Gb/2.5Gb/5Gb/10Gb RJ45) +.It +Marvell AQC113C (10Mb/100Mb/1Gb/2.5Gb/5Gb/10Gb RJ45) +.It +Marvell AQC113CA (10Mb/100Mb/1Gb/2.5Gb/5Gb/10Gb RJ45) .It -aQuantia AQC108 +Marvell AQC113CS (10Mb/100Mb/1Gb/2.5Gb/5Gb RJ45) .It -aQuantia AQC109 +Marvell AQC114CS (10Mb/100Mb/1Gb/2.5Gb/5Gb RJ45) .It -aQuantia AQC111 +Marvell AQC115C (10Mb/100Mb/1Gb/2.5Gb RJ45) .It -aQuantia AQC112 +Marvell AQC116C (10Mb/100Mb/1Gb RJ45) .El .Sh SEE ALSO .Xr arp 4 ,
