[Bug 238324] Add XG-C100C/AQtion AQC107 10GbE NIC driver

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Sat Jun 29 07:38:00 UTC 2019


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=238324

--- Comment #3 from Luckas <camarasa at gmail.com> ---
Hello,
I've send a few messages to Aquantia and I've finally found how to compile the
driver.
The last github version is here (now v0.0.4):
https://github.com/Aquantia/aqtion-freebsd/archive/master.zip
I've compiled the driver and obtained the if_atlantic.ko file.
The instructions to compile are:

    Load sources: fetch -o /tmp ftp://ftp.freebsd.org/pub/`uname
-s`/releases/`uname -m`/`uname -r | cut -d'-' -f1,2`/src.txz
    Become superuser: su
    Unzip sources: tar xzf /tmp/src.txz -C /
    Download archive with driver and extract it
    Build driver: make
    Load driver: kldload ./if_atlantic.ko

I've attached here the if_atlantic.ko result file for v11.2 kernel.

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-bugs mailing list