diff options
author | Kubilay Kocak <koobs@FreeBSD.org> | 2019-09-02 14:27:37 +0800 |
---|---|---|
committer | Kubilay Kocak <koobs@FreeBSD.org> | 2019-09-02 14:27:37 +0800 |
commit | c71059cb868626f5e3d606004e782d7675ab9249 (patch) | |
tree | f7610db1015709447e1d7a7ce47a3ee5e5aa581c /net/Makefile | |
parent | 8cd1b55f0ac1001c790a6e65f9d595d5bea28df7 (diff) | |
download | freebsd-ports-gnome-c71059cb868626f5e3d606004e782d7675ab9249.tar.gz freebsd-ports-gnome-c71059cb868626f5e3d606004e782d7675ab9249.tar.zst freebsd-ports-gnome-c71059cb868626f5e3d606004e782d7675ab9249.zip |
[NEW PORT] net/aquantia-atlantic-kmod: Aquantia AQtion (Atlantic) Network 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
Diffstat (limited to 'net/Makefile')
-rw-r--r-- | net/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/Makefile b/net/Makefile index 18fab72569ea..159afcc88e33 100644 --- a/net/Makefile +++ b/net/Makefile @@ -23,6 +23,7 @@ SUBDIR += apinger SUBDIR += appkonference SUBDIR += aprsc + SUBDIR += aquantia-atlantic-kmod SUBDIR += arp-scan SUBDIR += arp-sk SUBDIR += arpdig |