diff --git a/drivers/net/mmnif.c b/drivers/net/mmnif.c index 9393ab07..ebfb06ef 100644 --- a/drivers/net/mmnif.c +++ b/drivers/net/mmnif.c @@ -72,7 +72,7 @@ extern HANDLE hProc; /* decide whether it's polling mode or not */ -static int no_irq = 0; +static int no_irq = 1; /* this will be set by open() and close() and shows wether the driver is running or not */ @@ -1119,6 +1119,10 @@ int mmnif_poll(void* e) mmnif_t* mmnif; unsigned int diff = mmnif_timestamp(); unsigned int tmp32 = 0; +#ifdef DEBUG_MMNIF + DEBUGPRINTF("Polling for work to do!!!!\n"); +#endif + if (!mmnif_dev) {