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
F108591984: D44129.id135118.diff
Sun, Jan 26, 5:55 PM
Unknown Object (File)
Thu, Jan 23, 6:28 PM
Unknown Object (File)
Thu, Jan 2, 10:00 AM
Unknown Object (File)
Dec 19 2024, 10:15 AM
Unknown Object (File)
Dec 5 2024, 3:47 AM
Unknown Object (File)
Dec 3 2024, 5:49 PM
Unknown Object (File)
Dec 3 2024, 5:49 PM
Unknown Object (File)
Nov 30 2024, 4:38 AM

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