[Bug 261228] rtwnfw(4) number agreement in last sentence of first DESCRIPTION paragraph

From: <bugzilla-noreply_at_freebsd.org>
Date: Sat, 15 Jan 2022 13:53:48 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=261228

Bjoern A. Zeeb <bz@FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |bz@FreeBSD.org
             Status|New                         |Open

--- Comment #1 from Bjoern A. Zeeb <bz@FreeBSD.org> ---
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 the assignee for the bug.