Page MenuHomeFreeBSD

[BHND] ChipCommon probing is failed
ClosedPublic

Authored by mizhka on Apr 25 2016, 3:59 PM.
Tags
None
Referenced Files
Unknown Object (File)
Mon, Apr 14, 7:09 AM
Unknown Object (File)
Mon, Apr 14, 6:11 AM
Unknown Object (File)
Mon, Apr 14, 2:52 AM
Unknown Object (File)
Mon, Apr 14, 2:40 AM
Unknown Object (File)
Mon, Apr 14, 2:27 AM
Unknown Object (File)
Wed, Mar 19, 7:06 PM
Unknown Object (File)
Feb 20 2025, 2:24 AM
Unknown Object (File)
Feb 18 2025, 4:06 PM
Subscribers

Details

Summary

ChipCommon probing uses mapping table "chipc_devices". It calls bhnd_device_lookup, which iterate over mapping table with end condition:

entry->desc != NULL

So if mapping table contains row with description equals to NULL, it will stop processing of mapping. I.e. description is mandatory field and should be not NULL.

This patch corrects mapping table for ChipCommon.

Test Plan

Tested on today's head on ASUS boards.

Diff Detail

Lint
Lint Skipped
Unit
Tests Skipped

Event Timeline

mizhka retitled this revision from to [BHND] ChipCommon probing is failed.
mizhka updated this object.
mizhka edited the test plan for this revision. (Show Details)
mizhka added reviewers: landon_landonf.org, adrian.
mizhka set the repository for this revision to rS FreeBSD src repository - subversion.
mizhka removed rS FreeBSD src repository - subversion as the repository for this revision.
This revision was automatically updated to reflect the committed changes.