aboutsummaryrefslogtreecommitdiff
path: root/net/aquantia-atlantic-kmod
Commit message (Collapse)AuthorAgeFilesLines
* net/aquantia-atlantic-kmod: Return to poolMuhammad Moinur Rahman2024-04-231-2/+2
| | | | | Currently I do not have any hardwares to test this and it seems to be broken on 14 from multiple sources.
* net/aquantia-atlantic-kmod: fix build on non-x86 by adding missing macrosPiotr Kubaj2023-11-091-0/+17
|
* net/aquantia-atlantic-kmod: Update and fix build.Alexander Motin2023-05-025-173/+15
| | | | | | Should be no functional changes. Approved by: bofh (private email)
* Remove WWW entries moved into port MakefilesStefan Eßer2022-09-071-2/+0
| | | | | | | | | | Commit b7f05445c00f has added WWW entries to port Makefiles based on WWW: lines in pkg-descr files. This commit removes the WWW: lines of moved-over URLs from these pkg-descr files. Approved by: portmgr (tcberner)
* Add WWW entries to port MakefilesStefan Eßer2022-09-071-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It has been common practice to have one or more URLs at the end of the ports' pkg-descr files, one per line and prefixed with "WWW:". These URLs should point at a project website or other relevant resources. Access to these URLs required processing of the pkg-descr files, and they have often become stale over time. If more than one such URL was present in a pkg-descr file, only the first one was tarnsfered into the port INDEX, but for many ports only the last line did contain the port specific URL to further information. There have been several proposals to make a project URL available as a macro in the ports' Makefiles, over time. This commit implements such a proposal and moves one of the WWW: entries of each pkg-descr file into the respective port's Makefile. A heuristic attempts to identify the most relevant URL in case there is more than one WWW: entry in some pkg-descr file. URLs that are not moved into the Makefile are prefixed with "See also:" instead of "WWW:" in the pkg-descr files in order to preserve them. There are 1256 ports that had no WWW: entries in pkg-descr files. These ports will not be touched in this commit. The portlint port has been adjusted to expect a WWW entry in each port Makefile, and to flag any remaining "WWW:" lines in pkg-descr files as deprecated. Approved by: portmgr (tcberner)
* net/aquantia-atlantic-kmod: Remove unused DRIVER_MODULE devclass on recent main.John Baldwin2022-05-203-8/+100
| | | | | | | | | While here, stop disabling -Werror and fix various fatal warnings on head including fixing the type of the last arg to the multiaddr callback and removing various unused variables. Reviewed by: bofh (maintainer) Differential Revision: https://reviews.freebsd.org/D35200
* */*: Take maintainershipMuhammad Moinur Rahman2022-03-081-1/+1
|
* all: return koobs' ports to the pool after safekeeping his commit bit.Rene Ladan2022-03-071-1/+1
|
* One more small cleanup, forgotten yesterday.Mathieu Arnold2021-04-071-1/+0
| | | | Reported by: lwhsu
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* net/aquantia-atlantic-kmod: Fix build on CURRENTPhilip Paeps2021-02-093-0/+92
| | | | | | | | | | | | | | | This patch enables the port to build a working if_atlantic.ko on 13-CURRENT, broken since r353868 (Git commit 19e09f447fd9), where the `if_multi_apply` and `if_multiaddr_count` KPIs were removed. PR: 252642 Submitted by: Michael Chiu <nyan-at-myuji.xyz> Approved by: koobs (maintainer) MFH: 2021Q1 (blanket: build fix) Differential_Revision: https://reviews.freebsd.org/D28135 Notes: svn path=/head/; revision=564758
* net/aquantia-atlantic-kmod: Update to 0.0.5Kubilay Kocak2019-09-252-6/+9
| | | | | | | | | | This release adds FreeBSD 13 (CURRENT) support. While I'm here, strip -Werror from CFLAGS that come from sys/conf/kmod.mk, and add LICENSE_FILE which was recently added by request. Notes: svn path=/head/; revision=512761
* [NEW PORT] net/aquantia-atlantic-kmod: Aquantia AQtion (Atlantic) Network ↵Kubilay Kocak2019-09-023-0/+34
Driver (Development Preview) Aquantia AQC multigigabit NIC FreeBSD Driver Supports: * Aquantia AQtion 10Gbit Network Adapter * Aquantia AQtion 5Gbit Network Adapter * Aquantia AQtion 2.5Gbit Network Adapter WWW: https://github.com/Aquantia/aqtion-freebsd PR: 238324 Reported by: many Notes: svn path=/head/; revision=510761