]> Joshua Wise's Git repositories - netwatch.git/blobdiff - net/net.c
Merge branch 'master' of /storage/git/netwatch
[netwatch.git] / net / net.c
index eac5d0e0b4cb0e81285b646be2098340a9cf8c40..7164746a56f389a1da1a2290a5c8f11dcff01c8e 100644 (file)
--- a/net/net.c
+++ b/net/net.c
@@ -5,6 +5,7 @@
 #include <pci-bother.h>
 #include <output.h>
 #include <minilib.h>
+#include <lwip/init.h>
 #include "net.h"
 #include "../aseg/keyboard.h"
 
@@ -124,4 +125,5 @@ void eth_init()
        /* Required for DMA to work. :( */
        smram_tseg_set_state(SMRAM_TSEG_OPEN);
        pci_probe_driver(a3c90x_driver);
+       lwip_init();
 }
This page took 0.02283 seconds and 4 git commands to generate.