HomeFreeBSD

[bhnd] Normalize bhnd(4) device matching API

Description

[bhnd] Normalize bhnd(4) device matching API

This unifies handling of core, chip, and board-level device
matching, and adds support for matching device drivers
against the bus attach type (e.g. SoC vs WiFi adapter).

Core-level quirks on Broadcom's chipsets generally are specific
to some combination of chip model, core revision, chip
package (e.g. 12x9 SMT package), SROM revision, etc.

Unifying the match APIs for all three attribute types (core, chip,
board/srom) allows defining a single device quirk table that
matches across all of those attributes.

Submitted by: Landon Fuller <landonf@landonf.org>
Differential Revision: https://reviews.freebsd.org/D6515

Details

Provenance
adrianAuthored on
Differential Revision
D6515: Normalize bhnd(4) device matching API
Parents
rS300627: Silence false LOR report due to the taskqueue mutex and kqueue lock
Branches
Unknown
Tags
Unknown