Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 15776
b: refs/heads/master
c: 1274778
h: refs/heads/master
v: v3
  • Loading branch information
Lennert Buytenhek authored and Jeff Garzik committed Dec 1, 2005
1 parent ee5c0c9 commit ecbd405
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 8ce51d69b755c39e714826899631629209896b70
refs/heads/master: 127477840b9fd205958203648b9fa89860d69a43
4 changes: 4 additions & 0 deletions trunk/drivers/net/ixp2000/ixpdev.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down Expand Up @@ -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;
Expand Down

0 comments on commit ecbd405

Please sign in to comment.