From e67dbe7b7f1ac18ff3605c8a516779d3eb4eaf5b Mon Sep 17 00:00:00 2001 From: Bogdano Arendartchuk Date: Mon, 31 Aug 2009 17:01:39 +0000 Subject: - load needed modules for known virtio devices, fixes #51804 --- mdk-stage1/stage1.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'mdk-stage1/stage1.c') 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); -- cgit v1.2.1