Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 18 Jan 2026 22:15:39 +0100
From:      Tassilo Philipp <tphilipp@potion-studios.com>
To:        "Bjoern A. Zeeb" <bz@freebsd.org>
Cc:        freebsd-wireless@freebsd.org
Subject:   Re: iwlwifi(4) on riscv64 (intel ax200)
Message-ID:  <20260133726150.39896130@potion-studios.com>
In-Reply-To: <orqp6po0-683n-38oo-4454-15no3op05679@serrofq.bet>
References:  <20260195581752.30629648@potion-studios.com> <orqp6po0-683n-38oo-4454-15no3op05679@serrofq.bet>

index | next in thread | previous in thread | raw e-mail

> That I haven't tested indeed.  I only built it all along with make buildkernel.
>
> I'll go and fix that so the module could be built by itself; it's just 
> .include <kmod.opts.mk>

Thanks! And sorry I didn't spot this before.


> I think you haven't updated your sources/branch.  Looks like this now:
>
>    554 # LinuxKPI based wireless drivers.
>    555 .if ${MACHINE_CPUARCH} == "aarch64" || ${MACHINE_CPUARCH} == "amd64" || \
>    556     ${MACHINE_CPUARCH} == "i386" || ${MACHINE_CPUARCH} == "riscv"
>    557 _iwlwifi=       iwlwifi
>    558 _rtw88=         rtw88
>    559 # rtw89 currently cannot be compiled without ACPI (seems also broken in Linux).
>    560 .if ${KERN_OPTS:MDEV_ACPI}
>    561 _rtw89=         rtw89
>    562 .endif
>    563 .endif

Indeed, you are right. I was in a rush, and didn't update it all, 
cleanly. My bad. Will try again when having more time and head space. 
Sorry for the noise



home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20260133726150.39896130>