Page MenuHomeFreeBSD

[BHND] ChipCommon probing is failed
ClosedPublic

Authored by mizhka on Apr 25 2016, 3:59 PM.
Tags
None
Referenced Files
F149757685: D6088.id15577.diff
Thu, Mar 26, 8:18 PM
Unknown Object (File)
Thu, Mar 26, 9:57 AM
Unknown Object (File)
Fri, Mar 20, 7:36 AM
Unknown Object (File)
Tue, Mar 17, 5:56 AM
Unknown Object (File)
Mon, Mar 16, 6:41 AM
Unknown Object (File)
Thu, Feb 26, 9:36 PM
Unknown Object (File)
Feb 21 2026, 10:43 PM
Unknown Object (File)
Feb 21 2026, 8:33 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

Repository
rS FreeBSD src repository - subversion
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.