Page MenuHomeFreeBSD

bnhd: Write out updated resource dependencies from the table.
ClosedPublic

Authored by jhb on Apr 6 2022, 11:55 PM.
Tags
None
Referenced Files
F102761793: D34814.diff
Sat, Nov 16, 7:45 PM
Unknown Object (File)
Fri, Nov 8, 3:29 AM
Unknown Object (File)
Wed, Oct 23, 6:35 AM
Unknown Object (File)
Oct 2 2024, 9:48 PM
Unknown Object (File)
Sep 30 2024, 3:49 PM
Unknown Object (File)
Sep 30 2024, 1:24 AM
Unknown Object (File)
Sep 28 2024, 4:35 AM
Unknown Object (File)
Sep 27 2024, 7:01 AM
Subscribers
None

Details

Summary

The driver parsed the table to update the relevant resource map
registers, but failed to write the new register value after computing
it.

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 45039
Build 41927: arc lint + arc unit

Event Timeline

jhb requested review of this revision.Apr 6 2022, 11:55 PM
jhb created this revision.

This looks good to me. I was going to delete all this code and then realized it was a bug of some flavor and then punted when I looked at it.

This revision is now accepted and ready to land.Apr 7 2022, 2:15 AM

Looks good to me, as well. Thank you.