summaryrefslogtreecommitdiffstats
path: root/mdk-stage1/stage1.c
diff options
context:
space:
mode:
authorBogdano Arendartchuk <bogdano@mandriva.org>2009-08-31 17:01:39 +0000
committerBogdano Arendartchuk <bogdano@mandriva.org>2009-08-31 17:01:39 +0000
commite67dbe7b7f1ac18ff3605c8a516779d3eb4eaf5b (patch)
treeae638c55ce9cec54f77460fbb4f27a250125fc8f /mdk-stage1/stage1.c
parenta99e3d7a286cbaa9724c17f877abf5bda5492e64 (diff)
downloaddrakx-e67dbe7b7f1ac18ff3605c8a516779d3eb4eaf5b.tar
drakx-e67dbe7b7f1ac18ff3605c8a516779d3eb4eaf5b.tar.gz
drakx-e67dbe7b7f1ac18ff3605c8a516779d3eb4eaf5b.tar.bz2
drakx-e67dbe7b7f1ac18ff3605c8a516779d3eb4eaf5b.tar.xz
drakx-e67dbe7b7f1ac18ff3605c8a516779d3eb4eaf5b.zip
- load needed modules for known virtio devices, fixes #51804
Diffstat (limited to 'mdk-stage1/stage1.c')
-rw-r--r--mdk-stage1/stage1.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/mdk-stage1/stage1.c b/mdk-stage1/stage1.c
index 8376e7e79..47473e9d7 100644
--- a/mdk-stage1/stage1.c
+++ b/mdk-stage1/stage1.c
@@ -426,6 +426,8 @@ int main(int argc __attribute__ ((unused)), char **argv __attribute__ ((unused))
init_firmware_loader();
init_frontend("Welcome to " DISTRIB_DESCR ", " __DATE__ " " __TIME__);
+ probe_that_type(VIRTIO_DEVICES, BUS_ANY);
+
/* load usb interface as soon as possible, helps usb mouse detection in stage2 */
probe_that_type(USB_CONTROLLERS, BUS_USB);