aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/aq/aq_media.c
Commit message (Collapse)AuthorAgeFilesLines
* aq(4): style(9) cleanupEd Maste2026-01-121-1/+3
|
* aq(4): Style, whitespace and misc cleanupEd Maste2026-01-051-26/+30
| | | | | | | | The compiled objects do not change other than a few diagnostic messages that include __LINE__. Sponsored by: The FreeBSD Foundation Differential Revision: https://reviews.freebsd.org/D54304
* aq(4): Port to IfAPIOlivier Cochard2025-11-301-6/+6
| | | | | | Direct access to struct ifnet members is not possible in FreeBSD 15; accessors must be used. These exist in all supported FreeBSD versions, so we do not need to make this conditional.
* sys: Import snapshot of Aquantia ACQ107 vendor driverEd Maste2025-11-301-0/+219
Obtained from https://github.com/Aquantia/aqtion-freebsd commit c61d27b1d94af72c642deefa0595884481ea7377. This is not using a vendor branch. The formerly-upstream repo is abandoned and I do not believe it will receive updates. This initial import serves as a snapshot of the vendor code, but from here we will iterate on it in the tree as our own code. Bug fixes, code cleanup, and build infrastructure will follow. NetBSD and OpenBSD have derivatives of this driver (with additional hardware support). We can look to changes in those drivers, and the Linux driver, to add support here. Reviewed by: adrian Sponsored by: The FreeBSD Foundation Differential Revision: https://reviews.freebsd.org/D53813