HomeFreeBSD

Remove the FIRMWARE_MAX limit.

Description

Remove the FIRMWARE_MAX limit.

The firmware module arbitrarily limits us to at most 50 images. It is
possible to hit this limit on platforms that preload many firmware
images, or link all of the firmware images for a set of devices into the
kernel.

Convert the table into a linked list, removing the limit.

Reported by: Steve Wheeler
Reviewed by: rpokala
MFC after: 1 week
Sponsored by: Rubicon Communications, LLC (Netgate)
Differential Revision: https://reviews.freebsd.org/D25161

Details

Provenance
markjAuthored on
Reviewer
rpokala
Differential Revision
D25161: Remove the FIRMWARE_MAX limit.
Parents
rS362034: powerpc/pmap: Fix pte_find_next() iterators for booke64 pmap
Branches
Unknown
Tags
Unknown