Re: qlnxe driver not in 13.0 arm64

2021-03-31 Thread Hans Petter Selasky
On 3/30/21 8:31 PM, John-Mark Gurney wrote: Daniel Morante via freebsd-stable wrote this message on Sun, Mar 28, 2021 at 03:23 -0400: I installed 13.0-RC3 ARM64 from the DVD ISO image (FreeBSD-13.0-BETA4-arm64-aarch64-dvd1.iso

Re: qlnxe driver not in 13.0 arm64

2021-03-30 Thread Daniel Morante via freebsd-stable
I tried to move the lines, but maybe I did something wrong since it failed to build. make[3]: stopped in /usr/src/sys/modules *** [modules-all] Error code 2 make[2]: stopped in /usr/obj/usr/src/arm64.aarch64/sys/THUNDERX2 15 errors The full output is here: http://venus.morante.net/downloads/

Re: qlnxe driver not in 13.0 arm64

2021-03-30 Thread Daniel Morante via freebsd-stable
To test it with a custom kernel, would I only need to add these lines (https://cgit.freebsd.org/src/tree/sys/conf/files.amd64#n279-306)? |dev/qlnx/qlnxe/ecore_cxt.c optional qlnxe pci \ compile-with "${LINUXKPI_C}" dev/qlnx/qlnxe/ecore_dbg_fw_funcs.c optional qlnxe pci \ compile-with "${LINUXK

Re: qlnxe driver not in 13.0 arm64

2021-03-30 Thread John-Mark Gurney
Daniel Morante via freebsd-stable wrote this message on Sun, Mar 28, 2021 at 03:23 -0400: > I installed 13.0-RC3 ARM64 from the DVD ISO image > (FreeBSD-13.0-BETA4-arm64-aarch64-dvd1.iso > ). >