Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F111828437
D9219.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
406 B
Referenced Files
None
Subscribers
None
D9219.diff
View Options
Index: head/sys/arm/mv/mv_common.c
===================================================================
--- head/sys/arm/mv/mv_common.c
+++ head/sys/arm/mv/mv_common.c
@@ -2172,6 +2172,10 @@
soc_node = &soc_nodes[i];
+ /* Setup only for enabled devices */
+ if (ofw_bus_node_status_okay(child) == 0)
+ continue;
+
if (!ofw_bus_node_is_compatible(child,soc_node->compat))
continue;
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sun, Mar 9, 11:32 PM (3 h, 22 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
17077283
Default Alt Text
D9219.diff (406 B)
Attached To
Mode
D9219: Fix node detection for MBUS windows configuration
Attached
Detach File
Event Timeline
Log In to Comment