Page MenuHomeFreeBSD

Introduce BUS_PASS_SUPPORTDEV
ClosedPublic

Authored by manu on Mar 2 2018, 7:28 PM.
Tags
None
Referenced Files
Unknown Object (File)
Jan 2 2024, 3:16 AM
Unknown Object (File)
Dec 20 2023, 3:02 AM
Unknown Object (File)
Sep 18 2023, 7:33 PM
Unknown Object (File)
Aug 31 2023, 8:27 PM
Unknown Object (File)
Aug 2 2023, 10:09 AM
Unknown Object (File)
Jul 15 2023, 4:38 PM
Unknown Object (File)
Jan 24 2023, 5:36 AM
Unknown Object (File)
Jan 7 2023, 9:14 PM
Subscribers

Details

Summary

The reason for this new pass is :

The earlier pass name 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.

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

This revision is now accepted and ready to land.Mar 2 2018, 9:02 PM
This revision was automatically updated to reflect the committed changes.