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)
Jan 9 2024, 11:08 AM
Unknown Object (File)
Dec 23 2023, 12:15 PM
Unknown Object (File)
Jun 8 2023, 6:52 AM
Unknown Object (File)
May 15 2023, 5:55 AM
Unknown Object (File)
Apr 26 2023, 3:46 PM
Unknown Object (File)
Jan 17 2023, 12:57 AM
Unknown Object (File)
Jan 13 2023, 6:13 PM
Unknown Object (File)
Nov 30 2022, 7:20 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.