HomeFreeBSD

Init sc->maxbus to -1, not 0. It represents the highest array index that

Description

Init sc->maxbus to -1, not 0. It represents the highest array index that
has a non-NULL child bus stored in it, so the "none" value can't be zero
since that's a valid array index. Also, when adding all possible buses
because there is no specific per-bus config, there's no need to reset
sc->maxbus on each loop iteration, it can be set once after the loop.

Details

Provenance
ianAuthored on
Parents
rS356520: Remove no-longer-used function prototype.
Branches
Unknown
Tags
Unknown