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
Unknown Object (File)
Mon, Oct 20, 4:40 AM
Unknown Object (File)
Thu, Oct 16, 8:49 PM
Unknown Object (File)
Thu, Oct 16, 8:49 PM
Unknown Object (File)
Thu, Oct 16, 8:49 PM
Unknown Object (File)
Thu, Oct 16, 11:33 AM
Unknown Object (File)
Tue, Oct 14, 7:11 AM
Unknown Object (File)
Sun, Oct 12, 4:15 PM
Unknown Object (File)
Sun, Oct 12, 3:59 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.