X-Git-Url: http://git.joshuawise.com/netwatch.git/blobdiff_plain/98d29191ab62caf43c16b3d792996ea51bec067d..6f9272bdabcda81425ec1aaecf26a160535d4749:/net/net.c?ds=inline diff --git a/net/net.c b/net/net.c index f920dbc..8390f04 100644 --- a/net/net.c +++ b/net/net.c @@ -154,8 +154,11 @@ int eth_register(struct nic *nic) void eth_init() { + extern void httpd_init(); + /* Required for DMA to work. :( */ smram_tseg_set_state(SMRAM_TSEG_OPEN); lwip_init(); pci_probe_driver(a3c90x_driver); + httpd_init(); }