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)
May 16 2024, 8:37 PM
Unknown Object (File)
May 13 2024, 10:57 PM
Unknown Object (File)
May 13 2024, 7:52 PM
Unknown Object (File)
May 13 2024, 12:44 PM
Unknown Object (File)
May 13 2024, 3:43 AM
Unknown Object (File)
May 9 2024, 9:08 AM
Unknown Object (File)
Apr 22 2024, 2:42 PM
Unknown Object (File)
Apr 14 2024, 5:44 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