Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F163268519
D40243.id122326.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
332 B
Referenced Files
None
Subscribers
None
D40243.id122326.diff
View Options
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
Details
Attached
Mime Type
text/plain
Expires
Wed, Jul 22, 2:50 PM (5 h, 58 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
35367879
Default Alt Text
D40243.id122326.diff (332 B)
Attached To
Mode
D40243: ofw_cpu: quiet secondary CPU devices
Attached
Detach File
Event Timeline
Log In to Comment