Signed-off-by: Lennert Buytenhek <[EMAIL PROTECTED]>
diff -urN linux-2.6.15-rc1.upstream.orig/drivers/net/ixp2000/ixpdev.c
linux-2.6.15-rc1.upstream/drivers/net/ixp2000/ixpdev.c
--- linux-2.6.15-rc1.upstream.orig/drivers/net/ixp2000/ixpdev.c 2005-11-22
11:43:31.000000000 +0100
+++ linux-2.6.15-rc1.upstream/drivers/net/ixp2000/ixpdev.c 2005-11-22
15:29:51.000000000 +0100
@@ -24,6 +24,8 @@
#include "ixpdev_priv.h"
#include "ixpdev.h"
+#define DRV_MODULE_VERSION "0.2"
+
static int nds_count;
static struct net_device **nds;
static int nds_open;
@@ -302,6 +304,8 @@
__too_many_rx_or_tx_buffers();
}
+ printk(KERN_INFO "IXP2000 MSF ethernet driver %s\n",
DRV_MODULE_VERSION);
+
nds_count = __nds_count;
nds = __nds;
set_port_admin_status = __set_port_admin_status;
-
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at http://vger.kernel.org/majordomo-info.html