Page MenuHomeFreeBSD

stand: create devinit
ClosedPublic

Authored by imp on Nov 10 2022, 6:49 PM.
Tags
None
Referenced Files
F151687909: D37349.id113715.diff
Fri, Apr 10, 12:51 AM
F151659211: D37349.id112872.diff
Thu, Apr 9, 8:16 PM
Unknown Object (File)
Fri, Apr 3, 6:16 AM
Unknown Object (File)
Tue, Mar 31, 2:17 AM
Unknown Object (File)
Thu, Mar 19, 11:19 AM
Unknown Object (File)
Thu, Mar 19, 2:17 AM
Unknown Object (File)
Mar 2 2026, 9:51 AM
Unknown Object (File)
Feb 7 2026, 8:32 PM
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 Not Applicable
Unit
Tests Not Applicable

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.