Page MenuHomeFreeBSD

stand: create devinit
ClosedPublic

Authored by imp on Nov 10 2022, 6:49 PM.
Tags
None
Referenced Files
Unknown Object (File)
Fri, Nov 7, 7:12 AM
Unknown Object (File)
Thu, Nov 6, 10:50 PM
Unknown Object (File)
Thu, Nov 6, 12:43 PM
Unknown Object (File)
Thu, Nov 6, 12:32 AM
Unknown Object (File)
Wed, Nov 5, 5:34 AM
Unknown Object (File)
Tue, Nov 4, 10:14 PM
Unknown Object (File)
Mon, Nov 3, 12:39 PM
Unknown Object (File)
Mon, Nov 3, 4:13 AM
Subscribers

Details

Summary

devinit() marches through all the devices, calling the inint routines if
any exist. Replace all the identical copies of this code.

Sponsored by: Netflix

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Skipped
Unit
Tests Skipped
Build Status
Buildable 48274
Build 45160: arc lint + arc unit

Event Timeline

imp requested review of this revision.Nov 10 2022, 6:49 PM

only uboot calls dv_init() outside of this routine. It does lots of special things in its init loop, so I didn't collapse it here.

This revision was not accepted when it landed; it landed in state Needs Review.Nov 30 2022, 10:32 PM
Closed by commit rG66012c8fc4f9: stand: create devinit (authored by imp). · Explain Why
This revision was automatically updated to reflect the committed changes.