Page MenuHomeFreeBSD

D40243.diff
No OneTemporary

D40243.diff

diff --git a/sys/dev/ofw/ofw_cpu.c b/sys/dev/ofw/ofw_cpu.c
--- a/sys/dev/ofw/ofw_cpu.c
+++ b/sys/dev/ofw/ofw_cpu.c
@@ -192,6 +192,11 @@
return (ENXIO);
device_set_desc(dev, "Open Firmware CPU");
+ if (!bootverbose && device_get_unit(dev) != 0) {
+ device_quiet(dev);
+ device_quiet_children(dev);
+ }
+
return (0);
}

File Metadata

Mime Type
text/plain
Expires
Fri, Oct 4, 9:09 AM (21 h, 53 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
13531711
Default Alt Text
D40243.diff (332 B)

Event Timeline