summaryrefslogtreecommitdiff
path: root/src/devices/device.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/device.c')
-rw-r--r--src/devices/device.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/devices/device.c b/src/devices/device.c
index 79d22109d4..94cd952bdb 100644
--- a/src/devices/device.c
+++ b/src/devices/device.c
@@ -1104,6 +1104,9 @@ void dev_initialize(void)
printk(BIOS_INFO, "Initializing devices...\n");
+ /* First call the mainboard init. */
+ init_dev(&dev_root);
+
/* now initialize everything. */
for (link = dev_root.link_list; link; link = link->next)
init_link(link);