Page MenuHomeFreeBSD

new-bus: Remove the 'rid' and 'type' arguments from BUS_RELEASE_RESOURCE
ClosedPublic

Authored by jhb on Feb 27 2024, 7:47 PM.
Tags
None
Referenced Files
Unknown Object (File)
Fri, Aug 15, 12:53 AM
Unknown Object (File)
Fri, Aug 8, 8:11 PM
Unknown Object (File)
Tue, Aug 5, 6:42 AM
Unknown Object (File)
Sun, Jul 27, 6:22 PM
Unknown Object (File)
Jul 18 2025, 5:39 PM
Unknown Object (File)
Jul 18 2025, 4:05 PM
Unknown Object (File)
Jun 24 2025, 5:10 AM
Unknown Object (File)
Jun 22 2025, 8:32 PM

Details

Summary

The public bus_release_resource() API still accepts both forms, but
the internal kobj method no longer passes 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 56304
Build 53192: arc lint + arc unit