Page MenuHomeFreeBSD

new-bus: Remove the 'type' argument from BUS_MAP/UNMAP_RESOURCE
ClosedPublic

Authored by jhb on Feb 27 2024, 7:47 PM.
Tags
None
Referenced Files
Unknown Object (File)
Tue, Sep 24, 9:23 AM
Unknown Object (File)
Fri, Sep 20, 2:55 AM
Unknown Object (File)
Thu, Sep 19, 1:05 PM
Unknown Object (File)
Mon, Sep 16, 12:43 PM
Unknown Object (File)
Tue, Sep 10, 1:24 PM
Unknown Object (File)
Sep 4 2024, 6:58 AM
Unknown Object (File)
Aug 30 2024, 9:19 PM
Unknown Object (File)
Aug 30 2024, 9:19 PM

Details

Summary

The public bus_map/unmap_resource() API still accepts both forms, but
the internal kobj methods no longer pass the argument.
Implementations which need the type now use rman_get_type() to fetch
the value from the allocated resource.

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable