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)
Sep 26 2024, 3:28 AM
Unknown Object (File)
Sep 22 2024, 5:29 PM
Unknown Object (File)
Sep 19 2024, 2:55 PM
Unknown Object (File)
Sep 18 2024, 11:00 PM
Unknown Object (File)
Sep 17 2024, 11:18 AM
Unknown Object (File)
Sep 17 2024, 8:26 AM
Unknown Object (File)
Sep 15 2024, 2:12 AM
Unknown Object (File)
Sep 9 2024, 12:58 AM
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

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

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.