projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8ce51d6
)
[PATCH] ixp2000: add driver version, bump version to 0.2
author
Lennert Buytenhek
<buytenh@wantstofly.org>
Wed, 23 Nov 2005 11:50:08 +0000
(12:50 +0100)
committer
Jeff Garzik
<jgarzik@pobox.com>
Thu, 1 Dec 2005 07:25:27 +0000
(
02:25
-0500)
Signed-off-by: Lennert Buytenhek <buytenh@wantstofly.org>
Signed-off-by: Jeff Garzik <jgarzik@pobox.com>
drivers/net/ixp2000/ixpdev.c
patch
|
blob
|
history
diff --git
a/drivers/net/ixp2000/ixpdev.c
b/drivers/net/ixp2000/ixpdev.c
index 0f7b8ab62d78d8a707c4a74d8c8376b43669cf27..52c5a1c5099c5956369605cf55d857b6fade0098 100644
(file)
--- a/
drivers/net/ixp2000/ixpdev.c
+++ b/
drivers/net/ixp2000/ixpdev.c
@@
-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
@@
int ixpdev_init(int __nds_count, struct net_device **__nds,
__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;