aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/aq/aq_hw.c
Commit message (Expand)AuthorAgeFilesLines
* aq(4): mailbox, flow-control and firmware error-handling fixesNick Price2026-08-021-1/+12
* aq(4): PHY thermal-shutdown handling and correctness fixesNick Price2026-08-021-1/+12
* aq(4): correct Atlantic 2 register accessNick Price2026-07-191-15/+26
* aq(4): program the Atlantic 2 multiqueue datapathNick Price2026-07-191-17/+183
* aq(4): add Atlantic 2 (AQC113) device supportNick Price2026-07-191-9/+38
* aq(4): remove dead code and tidy macros, diagnostics, and namingNick Price2026-07-191-7/+0
* aq(4): harden the interrupt and MAC-statistics pathsNick Price2026-07-191-23/+29
* aq(4): harden the attach, detach, and reset error pathsNick Price2026-07-191-4/+13
* aq(4): honor the kernel RSS policy and add a TX traffic-class helperNick Price2026-07-191-2/+12
* aq(4): expand and correct offloads, fix VLAN/multicast filteringNick Price2026-07-191-0/+3
* aq(4): modernize and de-Linuxify the vendor driverNick Price2026-06-201-87/+70
* aq(4): RX/TX and HW-path correctness and hardeningNick Pricenull2026-06-201-9/+21
* aq(4): adopt native FreeBSD errno conventionNick Price2026-06-201-36/+28
* aq(4): interrupt model and queue-count correctnessNick Pricenull2026-06-201-14/+19
* aq(4): Fix RSS indirection table OOB write and queue distributionNick Price2026-06-201-2/+10
* aq(4): style(9) cleanupEd Maste2026-01-121-5/+10
* aq(4): Style, whitespace and misc cleanupEd Maste2026-01-051-503/+516
* aq(4): Remove #include of user header <unistd.h>Rozhuk Ivan2025-11-301-1/+0
* sys: Import snapshot of Aquantia ACQ107 vendor driverEd Maste2025-11-301-0/+907