HomeFreeBSD

Introduce BUS_PASS_SUPPORTDEV

Description

Introduce BUS_PASS_SUPPORTDEV

The reason for this new pass is :

The earlier pass names are really specific (interrupt, timer, scheduler etc ..)
and making a driver that other device driver (that attach at DEFAULT pass)
needs probe at earlier pass can be confiusing. We can live with GPIO driver
at INTERRUPT pass because they are often an interrupt controller too but having
a usb phy driver probed at RESOURCES (or SCHEDULER for example) is silly.
The number was choosen to have a lot of margin if we want to introduce other
pass in the futur.

Reviewed by: ian, imp, kevans
Differential Revision: https://reviews.freebsd.org/D14568

Details

Provenance
manuAuthored on
Reviewer
ian
Differential Revision
D14568: Introduce BUS_PASS_SUPPORTDEV
Parents
rS330334: MFC r329905:
Branches
Unknown
Tags
Unknown