Page MenuHomeFreeBSD

iwm: Stop shipping firmware as kernel module
Needs ReviewPublic

Authored by manu on Thu, Dec 12, 4:21 PM.

Details

Reviewers
imp
emaste
cy
adrian
Group Reviewers
wireless
Summary

Since we can load raw firmware start shipping them as is.
This also remove the uuencode format that don't add any value.
For pkgbase users they are now in the FreeBSD-firmware-iwm package.

Sponsored by: Beckhoff Automation GmbH & Co. KG

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 61120
Build 58004: arc lint + arc unit

Event Timeline

manu requested review of this revision.Thu, Dec 12, 4:21 PM
cy added a subscriber: cy.

This would be welcome.

This revision is now accepted and ready to land.Thu, Dec 12, 5:45 PM
adrian added a subscriber: adrian.

oh neat, iwm can load the firmware directly now? yes please.

oh neat, iwm can load the firmware directly now? yes please.

Yes this just work for me, it tries loading the .ko first I think but I'll have a look at this before committing this (and hopefully will have a patch for that).

Garbage collect the old firmwares.

This revision now requires review to proceed.Fri, Dec 13, 9:24 AM

Will we (or how about directly) move them to wifi-firmware- ports?

Will we (or how about directly) move them to wifi-firmware- ports?

That's not my plan no, since we're moving toward pkgbase users will have a way to install them or not, moving them to ports gives us nothing.

Will we (or how about directly) move them to wifi-firmware- ports?

That's not my plan no, since we're moving toward pkgbase users will have a way to install them or not, moving them to ports gives us nothing.

How will buildworld users install the firmware then?

In D48057#1095862, @cy wrote:

Will we (or how about directly) move them to wifi-firmware- ports?

That's not my plan no, since we're moving toward pkgbase users will have a way to install them or not, moving them to ports gives us nothing.

How will buildworld users install the firmware then?

installworld (moved from installkernel as it's no longer per-kernel)

In D48057#1095862, @cy wrote:

Will we (or how about directly) move them to wifi-firmware- ports?

That's not my plan no, since we're moving toward pkgbase users will have a way to install them or not, moving them to ports gives us nothing.

How will buildworld users install the firmware then?

installworld (moved from installkernel as it's no longer per-kernel)

Correct, maybe if we start shipping a lot of raw firmware we could add a installfirmware (that would be part of installworld or not) but for now I don't see the point.