MCPcopy Create free account
hub / github.com/F-Stack/f-stack / configure_final

Function configure_final

freebsd/mips/mips/autoconf.c:103–115  ·  view source on GitHub ↗
(dummy)

Source from the content-addressed store, hash-verified

101}
102
103static void
104configure_final(dummy)
105 void *dummy;
106{
107 intr_enable();
108
109 cninit_finish();
110
111 if (bootverbose)
112 printf("Device configuration finished.\n");
113
114 cold = 0;
115}

Callers

nothing calls this directly

Calls 3

cninit_finishFunction · 0.85
intr_enableFunction · 0.50
printfFunction · 0.50

Tested by

no test coverage detected