Page MenuHomeFreeBSD

new-bus: Remove the 'rid' and 'type' arguments from BUS_*ACTIVATE_RESOURCE
ClosedPublic

Authored by jhb on Feb 27 2024, 7:47 PM.
Tags
None
Referenced Files
Unknown Object (File)
Wed, Nov 5, 11:58 AM
Unknown Object (File)
Tue, Nov 4, 12:01 PM
Unknown Object (File)
Fri, Oct 31, 12:56 AM
Unknown Object (File)
Fri, Oct 31, 12:56 AM
Unknown Object (File)
Thu, Oct 30, 7:57 PM
Unknown Object (File)
Oct 21 2025, 4:02 AM
Unknown Object (File)
Oct 20 2025, 4:02 PM
Unknown Object (File)
Oct 15 2025, 3:56 AM

Details

Summary

The public bus_activate/deactivate_resource() API still accepts both
forms, but the internal kobj methods no longer pass the arguments.
Implementations which need the rid or type now use rman_get_rid() or
rman_get_type() to fetch the value from the allocated resource.

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Skipped
Unit
Tests Skipped
Build Status
Buildable 56303
Build 53191: arc lint + arc unit