From: Dhananjay Phadke <dhananjay@netxen.com>
To: davem@davemloft.net
Cc: netdev@vger.kernel.org, Amit Kumar Salecha <amit@qlogic.com>,
Amit Kumar Salecha <amit@netxen.com>
Subject: [PATCH NEXT v2 1/7] netxen: defines for next revision
Date: Fri, 16 Oct 2009 18:50:06 -0700 [thread overview]
Message-ID: <1255744212-28074-2-git-send-email-dhananjay@netxen.com> (raw)
In-Reply-To: <1255744212-28074-1-git-send-email-dhananjay@netxen.com>
From: Amit Kumar Salecha <amit@qlogic.com>
Signed-off-by: Amit Kumar Salecha <amit@netxen.com>
Signed-off-by: Dhananjay Phadke <dhananjay@netxen.com>
---
drivers/net/netxen/netxen_nic.h | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/drivers/net/netxen/netxen_nic.h b/drivers/net/netxen/netxen_nic.h
index 1bdb8f4..a608e25 100644
--- a/drivers/net/netxen/netxen_nic.h
+++ b/drivers/net/netxen/netxen_nic.h
@@ -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
--
1.6.0.2
next prev parent reply other threads:[~2009-10-17 1:50 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-10-17 1:50 [PATCH NEXT v2 0/7] netxen: changes for future chip revisions Dhananjay Phadke
2009-10-17 1:50 ` Dhananjay Phadke [this message]
2009-10-17 1:50 ` [PATCH NEXT v2 2/7] netxen: 128 memory controller support Dhananjay Phadke
2009-10-17 1:50 ` [PATCH NEXT v2 3/7] netxen: reset sequence changes Dhananjay Phadke
2009-10-17 1:50 ` [PATCH NEXT v2 4/7] netxen: onchip memory access change Dhananjay Phadke
2009-10-17 1:50 ` [PATCH NEXT v2 5/7] netxen: fix error codes in for tools access Dhananjay Phadke
2009-10-17 1:50 ` [PATCH NEXT v2 6/7] netxen: sysfs control for auto firmware recovery Dhananjay Phadke
2009-10-17 1:50 ` [PATCH NEXT v2 7/7] netxen; update version to 4.0.62 Dhananjay Phadke
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1255744212-28074-2-git-send-email-dhananjay@netxen.com \
--to=dhananjay@netxen.com \
--cc=amit@netxen.com \
--cc=amit@qlogic.com \
--cc=davem@davemloft.net \
--cc=netdev@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox