Page MenuHomeFreeBSD

Add support for supplying bus I/O callbacks when initializing an EROM parser.
ClosedPublic

Authored by landonf on Sep 26 2017, 9:05 PM.
Tags
None
Referenced Files
Unknown Object (File)
Tue, Apr 23, 5:32 AM
Unknown Object (File)
Tue, Apr 23, 5:25 AM
Unknown Object (File)
Tue, Apr 23, 5:21 AM
Unknown Object (File)
Feb 21 2024, 1:52 AM
Unknown Object (File)
Dec 20 2023, 2:20 AM
Unknown Object (File)
Oct 19 2023, 9:26 PM
Unknown Object (File)
Aug 4 2023, 1:57 PM
Unknown Object (File)
Aug 4 2023, 1:56 PM
Subscribers
None

Details

Summary

This allows us to use the EROM parser API in cases where the standard
bus space I/O APIs are unsuitable. In particular, this will enable parsing
of the device enumeration table directly from bhndb(4) drivers, prior to
full attach and configuration of the bridge.

Depends on D12392

Test Plan

Tested against both bcma(4) and siba(4) desktop (BCM4331,
BCM4321, BCM4312) and MIPS (SENTRY5, BCM) targets.

Diff Detail

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