Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F153593011
D23717.id68459.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
493 B
Referenced Files
None
Subscribers
None
D23717.id68459.diff
View Options
Index: head/sys/dev/acpica/acpi.c
===================================================================
--- head/sys/dev/acpica/acpi.c
+++ head/sys/dev/acpica/acpi.c
@@ -237,7 +237,8 @@
};
static devclass_t acpi_devclass;
-DRIVER_MODULE(acpi, nexus, acpi_driver, acpi_devclass, acpi_modevent, 0);
+EARLY_DRIVER_MODULE(acpi, nexus, acpi_driver, acpi_devclass, acpi_modevent, 0,
+ BUS_PASS_BUS + BUS_PASS_ORDER_MIDDLE);
MODULE_VERSION(acpi, 1);
ACPI_SERIAL_DECL(acpi, "ACPI root bus");
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Thu, Apr 23, 4:55 AM (7 h, 57 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
32011858
Default Alt Text
D23717.id68459.diff (493 B)
Attached To
Mode
D23717: Use EARLY_DRIVER_MODULE in the acpi bus
Attached
Detach File
Event Timeline
Log In to Comment