Page MenuHomeFreeBSD

[BHND] Centralize fetching of board information
ClosedPublic

Authored by landon_landonf.org on May 13 2016, 11:45 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sun, Apr 21, 12:52 PM
Unknown Object (File)
Fri, Apr 12, 4:40 PM
Unknown Object (File)
Apr 4 2024, 7:40 AM
Unknown Object (File)
Apr 4 2024, 7:19 AM
Unknown Object (File)
Jan 10 2024, 9:40 AM
Unknown Object (File)
Dec 20 2023, 12:21 AM
Unknown Object (File)
Nov 20 2023, 4:59 PM
Unknown Object (File)
Nov 11 2023, 8:15 PM
Subscribers

Details

Summary

Centralizes fetching of board information (vendor, type, revision, etc),
and adds support for matching quirks against board identification info.

  • Adds a BHND_BUS_READ_BOARD_INFO(), allowing bhnd bus/bus parent(s) to handle implementation-specific fetching of board info.
  • Integrates board type constants from the latest Broadcom ISC-licensed bcmdevs.h included in dd-wrt's Broadcom driver source drops.
  • Adds support for matching on chip/board quirks to bhnd_device_quirks()/bhnd_chip_quirks().
  • Use the new board/chip quirk matching to match Apple devices that failed to set BFL2_PCIEWAR_OVR in SROM.

Depends on D6246

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

landon_landonf.org retitled this revision from to [BHND] Centralize fetching of board information.
landon_landonf.org updated this object.
landon_landonf.org edited the test plan for this revision. (Show Details)
landon_landonf.org added a reviewer: adrian.
This revision was automatically updated to reflect the committed changes.