Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F109940099
D48766.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
379 B
Referenced Files
None
Subscribers
None
D48766.diff
View Options
diff --git a/sys/kern/subr_physmem.c b/sys/kern/subr_physmem.c
--- a/sys/kern/subr_physmem.c
+++ b/sys/kern/subr_physmem.c
@@ -622,5 +622,6 @@
};
DEFINE_CLASS_0(ram, ram_driver, ram_methods, /* no softc */ 1);
-DRIVER_MODULE(ram, nexus, ram_driver, 0, 0);
+EARLY_DRIVER_MODULE(ram, nexus, ram_driver, 0, 0,
+ BUS_PASS_ROOT + BUS_PASS_ORDER_MIDDLE);
#endif /* _KERNEL */
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Wed, Feb 12, 12:44 PM (18 h, 50 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
16386163
Default Alt Text
D48766.diff (379 B)
Attached To
Mode
D48766: physmem: Move the ram0 device earlier in the boot
Attached
Detach File
Event Timeline
Log In to Comment