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)
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
Unknown Object (File)
Sep 21 2024, 6:12 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
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

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.