summaryrefslogtreecommitdiffstats
path: root/mdk-stage1/network.c
diff options
context:
space:
mode:
Diffstat (limited to 'mdk-stage1/network.c')
-rw-r--r--mdk-stage1/network.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/mdk-stage1/network.c b/mdk-stage1/network.c
index e6d0c6c4e..021a8d26a 100644
--- a/mdk-stage1/network.c
+++ b/mdk-stage1/network.c
@@ -32,6 +32,8 @@
enum return_type nfs_prepare(void)
{
+ pci_probing(NETWORK_DEVICES);
+
return RETURN_ERROR;
}