HomeFreeBSD

powerpc psim: Fix infinite recursion in bus_adjust_resource method

Description

powerpc psim: Fix infinite recursion in bus_adjust_resource method

The default case needs to call bus_generic_adjust_resource to pass the
request up the tree, not bus_adjust_resource which will just call this
method again.

Fixes: d7c16b333455 powerpc psim: Use bus_generic_rman_*

Details

Provenance
jhbAuthored on Feb 16 2024, 5:42 PM
Parents
rG68a3ff041129: powerpc mpc85xx: Fix infinite recursion in bus_adjust_resource method
Branches
Unknown
Tags
Unknown