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
F106674389: D34814.diff
Fri, Jan 3, 5:40 PM
Unknown Object (File)
Nov 21 2024, 4:03 PM
Unknown Object (File)
Nov 16 2024, 7:45 PM
Unknown Object (File)
Nov 8 2024, 3:29 AM
Unknown Object (File)
Oct 23 2024, 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
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.