From 6d039f93b1df13210b57a628a614545cdfb5a636 Mon Sep 17 00:00:00 2001 From: root Date: Tue, 21 Jun 2011 13:45:50 +0200 Subject: [PATCH] ... --- drivers/net/mmnif.c | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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) {