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)
Mon, Sep 14, 7:47 AM
Unknown Object (File)
Sun, Sep 13, 9:01 AM
Unknown Object (File)
Fri, Sep 11, 6:16 AM
Unknown Object (File)
Thu, Sep 10, 1:52 AM
Unknown Object (File)
Mon, Sep 7, 6:34 AM
Unknown Object (File)
Sat, Sep 5, 12:37 AM
Unknown Object (File)
Wed, Sep 2, 1:21 PM
Unknown Object (File)
Tue, Sep 1, 12:06 AM
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