https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=261228
Bjoern A. Zeeb <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] Status|New |Open --- Comment #1 from Bjoern A. Zeeb <[email protected]> --- For a couple of wifi drivers rtwn, iwn, iwm, ... If you compile the driver into the kernel it's rtwn if you compile the firmware into the kernel too it is device rtwnfw (see sys/conf/files) and it will compile all firmware images in based on that single line. If you compile them as modules you get one kernel object (module) per firmware image instead of one for all. You would probably load only one module of all the firmware once in addition to the driver one. Hope that clarifies the technicallity; I'll leave the language to you. -- You are receiving this mail because: You are on the CC list for the bug.
