Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F107595177
D46750.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
468 B
Referenced Files
None
Subscribers
None
D46750.diff
View Options
diff --git a/sys/arm64/arm64/machdep.c b/sys/arm64/arm64/machdep.c
--- a/sys/arm64/arm64/machdep.c
+++ b/sys/arm64/arm64/machdep.c
@@ -801,10 +801,10 @@
}
/* If no order or an invalid order was set use the default */
if (arm64_bus_method == ARM64_BUS_NONE) {
- if (has_fdt)
- arm64_bus_method = ARM64_BUS_FDT;
- else if (has_acpi)
+ if (has_acpi)
arm64_bus_method = ARM64_BUS_ACPI;
+ else if (has_fdt)
+ arm64_bus_method = ARM64_BUS_FDT;
}
/*
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Fri, Jan 17, 9:42 AM (20 h, 24 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
15837364
Default Alt Text
D46750.diff (468 B)
Attached To
Mode
D46750: arm64: Switch to ACPI by default
Attached
Detach File
Event Timeline
Log In to Comment