aboutsummaryrefslogtreecommitdiffstats
path: root/www/p5-WebService-Google-Reader
diff options
context:
space:
mode:
Diffstat (limited to 'www/p5-WebService-Google-Reader')
0 files changed, 0 insertions, 0 deletions
content'>
diff options
context:
space:
mode:
authorJohn Baldwin <jhb@FreeBSD.org>2024-03-13 15:05:54 -0700
committerJohn Baldwin <jhb@FreeBSD.org>2024-03-13 15:05:54 -0700
commit2baed46e85d33b1f99e6f96033acc85a9a6fbba4 (patch)
treeb84c8a85556cbeba400cbccebda501f7787a7a41 /sys/powerpc
parentd77f2092ceebaba115e6be53410428f6f5f6ae83 (diff)
new-bus: Remove the 'rid' and 'type' arguments from BUS_*ACTIVATE_RESOURCE
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. Reviewed by: imp Differential Revision: https://reviews.freebsd.org/D44130
Diffstat (limited to 'sys/powerpc')