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)
Fri, Mar 7, 1:15 PM
Unknown Object (File)
Sun, Mar 2, 10:55 AM
Unknown Object (File)
Dec 10 2024, 5:52 AM
Unknown Object (File)
Dec 7 2024, 6:20 AM
Unknown Object (File)
Oct 4 2024, 10:32 AM
Unknown Object (File)
Oct 4 2024, 8:32 AM
Unknown Object (File)
Oct 4 2024, 6:32 AM
Unknown Object (File)
Oct 1 2024, 8:18 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