Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 170715
b: refs/heads/master
c: 0a2aa44
h: refs/heads/master
i:
  170713: 1918a18
  170711: 85ac283
v: v3
  • Loading branch information
Amit Kumar Salecha authored and David S. Miller committed Oct 18, 2009
1 parent 11265ea commit 0e5a48c
Show file tree
Hide file tree
Showing 2 changed files with 3 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: 12d7ea2c5a5c87834daf9fcd920aab80ff6248b1
refs/heads/master: 0a2aa440603f27ad40bcc14806f4d87aabbd8a0f
2 changes: 2 additions & 0 deletions trunk/drivers/net/netxen/netxen_nic.h
Original file line number Diff line number Diff line change
Expand Up @@ -117,9 +117,11 @@
#define NX_P3_B0 0x40
#define NX_P3_B1 0x41
#define NX_P3_B2 0x42
#define NX_P3P_A0 0x50

#define NX_IS_REVISION_P2(REVISION) (REVISION <= NX_P2_C1)
#define NX_IS_REVISION_P3(REVISION) (REVISION >= NX_P3_A0)
#define NX_IS_REVISION_P3P(REVISION) (REVISION >= NX_P3P_A0)

#define FIRST_PAGE_GROUP_START 0
#define FIRST_PAGE_GROUP_END 0x100000
Expand Down

0 comments on commit 0e5a48c

Please sign in to comment.