From: Manish Chopra <manish.chopra@qlogic.com>
To: davem@davemloft.net
Cc: netdev@vger.kernel.org, rajesh.borundia@qlogic.com,
Dept_NX_Linux_NIC_Driver@qlogic.com
Subject: [PATCH net-next 2/4] netxen_nic: Log driver version with firmware version
Date: Fri, 5 Apr 2013 08:36:41 -0400 [thread overview]
Message-ID: <1365165403-18348-3-git-send-email-manish.chopra@qlogic.com> (raw)
In-Reply-To: <1365165403-18348-1-git-send-email-manish.chopra@qlogic.com>
Signed-off-by: Manish Chopra <manish.chopra@qlogic.com>
Signed-off-by: Rajesh Borundia <rajesh.borundia@qlogic.com>
---
.../net/ethernet/qlogic/netxen/netxen_nic_main.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/drivers/net/ethernet/qlogic/netxen/netxen_nic_main.c b/drivers/net/ethernet/qlogic/netxen/netxen_nic_main.c
index 6049637..cde5109 100644
--- a/drivers/net/ethernet/qlogic/netxen/netxen_nic_main.c
+++ b/drivers/net/ethernet/qlogic/netxen/netxen_nic_main.c
@@ -862,9 +862,9 @@ netxen_check_options(struct netxen_adapter *adapter)
adapter->ahw.cut_through = (i & 0x8000) ? 1 : 0;
}
- dev_info(&pdev->dev, "firmware v%d.%d.%d [%s]\n",
- fw_major, fw_minor, fw_build,
- adapter->ahw.cut_through ? "cut-through" : "legacy");
+ dev_info(&pdev->dev, "Driver v%s, firmware v%d.%d.%d [%s]\n",
+ NETXEN_NIC_LINUX_VERSIONID, fw_major, fw_minor, fw_build,
+ adapter->ahw.cut_through ? "cut-through" : "legacy");
if (adapter->fw_version >= NETXEN_VERSION_CODE(4, 0, 222))
adapter->capabilities = NXRD32(adapter, CRB_FW_CAPABILITIES_1);
--
1.5.6
next prev parent reply other threads:[~2013-04-05 12:59 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-04-05 12:36 [PATCH net-next 0/4] netxen_nic: Bug fixes and enhancement Manish Chopra
2013-04-05 12:36 ` [PATCH net-next 1/4] netxen_nic: Fix mismatched board type error Manish Chopra
2013-04-05 12:36 ` Manish Chopra [this message]
2013-04-05 12:36 ` [PATCH net-next 3/4] netxen_nic: Add module parameters support to switch interrupts Manish Chopra
2013-04-05 12:36 ` [PATCH net-next 4/4] netxen_nic: Bump up the version to 4.0.81 Manish Chopra
2013-04-07 20:53 ` [PATCH net-next 0/4] netxen_nic: Bug fixes and enhancement David Miller
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=1365165403-18348-3-git-send-email-manish.chopra@qlogic.com \
--to=manish.chopra@qlogic.com \
--cc=Dept_NX_Linux_NIC_Driver@qlogic.com \
--cc=davem@davemloft.net \
--cc=netdev@vger.kernel.org \
--cc=rajesh.borundia@qlogic.com \
/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;
as well as URLs for NNTP newsgroup(s).