Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 111363
b: refs/heads/master
c: fa928c0
h: refs/heads/master
i:
  111361: 24d3738
  111359: c638e74
v: v3
  • Loading branch information
roel kluin authored and Jeff Garzik committed Sep 3, 2008
1 parent 4d7946f commit 12a8c45
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: 8dcc61ac32e8c2170c10ea7f2ccc473d28fcbbc5
refs/heads/master: fa928c0caa9cb1ebc2fb6717b2f7bb73dd4f487c
4 changes: 2 additions & 2 deletions trunk/drivers/net/ibm_newemac/mal.h
Original file line number Diff line number Diff line change
Expand Up @@ -102,15 +102,15 @@
/* MAL V1 IER bits */
#define MAL1_IER_NWE 0x00000008
#define MAL1_IER_SOC_EVENTS MAL1_IER_NWE
#define MAL1_IER_EVENTS (MAL1_IER_SOC_EVENTS | MAL_IER_OTE | \
#define MAL1_IER_EVENTS (MAL1_IER_SOC_EVENTS | MAL_IER_DE | \
MAL_IER_OTE | MAL_IER_OE | MAL_IER_PE)

/* MAL V2 IER bits */
#define MAL2_IER_PT 0x00000080
#define MAL2_IER_PRE 0x00000040
#define MAL2_IER_PWE 0x00000020
#define MAL2_IER_SOC_EVENTS (MAL2_IER_PT | MAL2_IER_PRE | MAL2_IER_PWE)
#define MAL2_IER_EVENTS (MAL2_IER_SOC_EVENTS | MAL_IER_OTE | \
#define MAL2_IER_EVENTS (MAL2_IER_SOC_EVENTS | MAL_IER_DE | \
MAL_IER_OTE | MAL_IER_OE | MAL_IER_PE)


Expand Down

0 comments on commit 12a8c45

Please sign in to comment.