Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F108675598
D44265.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
411 B
Referenced Files
None
Subscribers
None
D44265.diff
View Options
diff --git a/sys/dev/clk/clk_fixed.c b/sys/dev/clk/clk_fixed.c
--- a/sys/dev/clk/clk_fixed.c
+++ b/sys/dev/clk/clk_fixed.c
@@ -258,9 +258,10 @@
rv = ENXIO;
goto fail;
}
-#ifdef CLK_DEBUG
- clkdom_dump(sc->clkdom);
-#endif
+
+ if (bootverbose)
+ clkdom_dump(sc->clkdom);
+
OF_prop_free(__DECONST(char *, def.clkdef.name));
OF_prop_free(def.clkdef.parent_names);
return (bus_generic_attach(dev));
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Tue, Jan 28, 5:59 AM (3 h, 43 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
16253672
Default Alt Text
D44265.diff (411 B)
Attached To
Mode
D44265: clk_fixed: call clkdom_dump() for verbose boot
Attached
Detach File
Event Timeline
Log In to Comment