Page MenuHomeFreeBSD

net/wifi-firmware-iwlwifi-kmod: update script to generate fw list
ClosedPublic

Authored by bz on May 17 2026, 4:21 PM.
Tags
None
Referenced Files
Unknown Object (File)
Tue, Jun 23, 3:59 PM
Unknown Object (File)
Mon, Jun 22, 2:17 AM
Unknown Object (File)
Wed, Jun 17, 1:30 AM
Unknown Object (File)
Mon, Jun 15, 3:29 AM
Unknown Object (File)
Wed, Jun 10, 3:56 AM
Unknown Object (File)
Sat, Jun 6, 4:30 PM
Unknown Object (File)
Fri, Jun 5, 3:26 PM
Unknown Object (File)
Fri, Jun 5, 3:23 PM
Subscribers
None

Details

Summary

Starting recently newer iwlwifi firmware now uses a different file
name scheme ending in -cNNN for the core version.
Deal with the fact that we can have -NNN and -cNNN now; even in parallel.
Make sure the few .pnvm files are staying correctly where needed.

Given there is firmware newer than the driver can handle, implement
a max version array, so we can limit certain files to a sepcific
version. While this is needed for Linux v7.0 based iwlwifi it looks
like for 7.1 it will also be needed.

Sponsored by: The FreeBSD Foundation

Diff Detail

Repository
R11 FreeBSD ports repository
Lint
No Lint Coverage
Unit
No Test Coverage
Build Status
Buildable 73164
Build 70047: arc lint + arc unit

Event Timeline

bz requested review of this revision.May 17 2026, 4:21 PM
bz created this revision.

Looks good to me. There is a typo in the commit message: s/sepcific/specific/.

This revision is now accepted and ready to land.May 25 2026, 1:36 AM