Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 66869
b: refs/heads/master
c: 2c69448
h: refs/heads/master
i:
  66867: 4bde572
v: v3
  • Loading branch information
Jan-Bernd Themann authored and David S. Miller committed Oct 10, 2007
1 parent 3e9e257 commit 951793d
Show file tree
Hide file tree
Showing 6 changed files with 260 additions and 47 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 31a5bb04d59931eb4657826213a439d37d12d4a9
refs/heads/master: 2c69448bbcedebeb8409ddb05fbc7d3fe1cfbda7
4 changes: 2 additions & 2 deletions trunk/drivers/net/ehea/ehea.h
Original file line number Diff line number Diff line change
Expand Up @@ -40,13 +40,13 @@
#include <asm/io.h>

#define DRV_NAME "ehea"
#define DRV_VERSION "EHEA_0074"
#define DRV_VERSION "EHEA_0077"

/* eHEA capability flags */
#define DLPAR_PORT_ADD_REM 1
#define DLPAR_MEM_ADD 2
#define DLPAR_MEM_REM 4
#define EHEA_CAPABILITIES (DLPAR_PORT_ADD_REM)
#define EHEA_CAPABILITIES (DLPAR_PORT_ADD_REM | DLPAR_MEM_ADD)

#define EHEA_MSG_DEFAULT (NETIF_MSG_LINK | NETIF_MSG_TIMER \
| NETIF_MSG_RX_ERR | NETIF_MSG_TX_ERR)
Expand Down
Loading

0 comments on commit 951793d

Please sign in to comment.