* [PATCH] bna: add readme file
@ 2012-01-28 0:56 Jing Huang
2012-02-01 19:18 ` David Miller
2012-02-01 19:56 ` Stephen Hemminger
0 siblings, 2 replies; 5+ messages in thread
From: Jing Huang @ 2012-01-28 0:56 UTC (permalink / raw)
To: netdev, davem; +Cc: adapter_linux_open_src_team, Jing Huang
This patch adds bna driver readme file to Documentation/networking.
Signed-off-by: Jing Huang <huangj@brocade.com>
---
Documentation/networking/bna.txt | 72 ++++++++++++++++++++++++++++++++++++++
1 files changed, 72 insertions(+), 0 deletions(-)
create mode 100644 Documentation/networking/bna.txt
diff --git a/Documentation/networking/bna.txt b/Documentation/networking/bna.txt
new file mode 100644
index 0000000..505fc49
--- /dev/null
+++ b/Documentation/networking/bna.txt
@@ -0,0 +1,72 @@
+Linux Driver for Brocade 10G PCIe Ethernet Adapters
+
+
+Supported Hardware
+------------------
+
+bna 3.0.2.2 driver supports all Brocade FC/FCOE adapters. Below is a list of
+adapter models with corresponding PCIIDs.
+
+ PCIID Model
+
+ 1657:0014:1657:0014 1010 10Gbps single port CNA - LL
+ 1657:0014:1657:0014 1020 10Gbps dual port CNA - LL
+ 1657:0014:1657:0014 1007 10Gbps dual port CNA - LL
+ 1657:0014:1657:0014 1741 10Gbps dual port CNA - LL
+
+ 1657:0022:1657:0023 1860 10Gbps CNA - LL
+ 1657:0022:1657:0023 1860 10Gbps NIC - LL
+
+
+Firmware download
+-----------------
+
+The latest Firmware package for 3.0.2.2 bna driver can be found at:
+
+http://www.brocade.com/services-support/drivers-downloads/adapters/Linux.page
+
+and then click following respective util package link:
+
+ Version Link
+
+ v3.0.0.0 Linux Adapter Firmware package for RHEL 6.2, SLES 11SP2
+
+
+Configuration & Management utility download
+-------------------------------------------
+
+The latest driver configuration & management utility for 3.0.2.2 bna driver can
+be found at:
+
+http://www.brocade.com/services-support/drivers-downloads/adapters/Linux.page
+
+and then click following respective util package link:
+
+ Version Link
+
+ v3.0.2.0 Linux Adapter Util package for RHEL 6.2, SLES 11SP2
+
+
+Documentation
+-------------
+
+The latest Administration's Guide, Installation and Reference Manual,
+Troubleshooting Guide, and Release Notes for the corresponding out-of-box
+driver can be found at:
+
+http://www.brocade.com/services-support/drivers-downloads/adapters/Linux.page
+
+and use the following inbox and out-of-box driver version mapping to find
+the corresponding documentation:
+
+ Inbox Version Out-of-box Version
+
+ v3.0.2.2 v3.0.0.0
+
+
+Support
+-------
+
+For general product and support info, go to the Brocade website at:
+
+http://www.brocade.com/services-support/index.page
--
1.6.5.2
^ permalink raw reply related [flat|nested] 5+ messages in thread
* Re: [PATCH] bna: add readme file
2012-01-28 0:56 [PATCH] bna: add readme file Jing Huang
@ 2012-02-01 19:18 ` David Miller
2012-02-01 19:56 ` Stephen Hemminger
1 sibling, 0 replies; 5+ messages in thread
From: David Miller @ 2012-02-01 19:18 UTC (permalink / raw)
To: huangj; +Cc: netdev, adapter_linux_open_src_team
From: Jing Huang <huangj@Brocade.COM>
Date: Fri, 27 Jan 2012 16:56:45 -0800
> This patch adds bna driver readme file to Documentation/networking.
>
> Signed-off-by: Jing Huang <huangj@brocade.com>
I'm not adding a documentation file to the upstream kernel that tells
the user to go read some document covering the out-of-tree driver, and
to fetch distribution specific firmware packages.
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PATCH] bna: add readme file
2012-01-28 0:56 [PATCH] bna: add readme file Jing Huang
2012-02-01 19:18 ` David Miller
@ 2012-02-01 19:56 ` Stephen Hemminger
2012-02-01 19:58 ` Jing Huang
2012-02-01 20:06 ` Ben Hutchings
1 sibling, 2 replies; 5+ messages in thread
From: Stephen Hemminger @ 2012-02-01 19:56 UTC (permalink / raw)
To: Jing Huang; +Cc: netdev, davem, adapter_linux_open_src_team
On Fri, 27 Jan 2012 16:56:45 -0800
Jing Huang <huangj@brocade.com> wrote:
> This patch adds bna driver readme file to Documentation/networking.
>
> Signed-off-by: Jing Huang <huangj@brocade.com>
Please do send the firmware to David Woodhouse <dwmw2@infradead.org>
to put in the linux-firmware tree.
git://git.kernel.org/pub/scm/linux/kernel/git/dwmw2/linux-firmware.git
If you do that every distribution will pick it
up from there.
^ permalink raw reply [flat|nested] 5+ messages in thread
* RE: [PATCH] bna: add readme file
2012-02-01 19:56 ` Stephen Hemminger
@ 2012-02-01 19:58 ` Jing Huang
2012-02-01 20:06 ` Ben Hutchings
1 sibling, 0 replies; 5+ messages in thread
From: Jing Huang @ 2012-02-01 19:58 UTC (permalink / raw)
To: Stephen Hemminger
Cc: netdev@vger.kernel.org, davem@davemloft.net,
Adapter Linux Open SRC Team
>
>Please do send the firmware to David Woodhouse <dwmw2@infradead.org>
>to put in the linux-firmware tree.
>
> git://git.kernel.org/pub/scm/linux/kernel/git/dwmw2/linux-firmware.git
>
>
>If you do that every distribution will pick it
>up from there.
Thanks
Jing
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PATCH] bna: add readme file
2012-02-01 19:56 ` Stephen Hemminger
2012-02-01 19:58 ` Jing Huang
@ 2012-02-01 20:06 ` Ben Hutchings
1 sibling, 0 replies; 5+ messages in thread
From: Ben Hutchings @ 2012-02-01 20:06 UTC (permalink / raw)
To: Stephen Hemminger; +Cc: Jing Huang, netdev, davem, adapter_linux_open_src_team
On Wed, Feb 01, 2012 at 11:56:07AM -0800, Stephen Hemminger wrote:
> On Fri, 27 Jan 2012 16:56:45 -0800
> Jing Huang <huangj@brocade.com> wrote:
>
> > This patch adds bna driver readme file to Documentation/networking.
> >
> > Signed-off-by: Jing Huang <huangj@brocade.com>
>
> Please do send the firmware to David Woodhouse <dwmw2@infradead.org>
> to put in the linux-firmware tree.
>
> git://git.kernel.org/pub/scm/linux/kernel/git/dwmw2/linux-firmware.git
>
>
> If you do that every distribution will pick it
> up from there.
Not quite. See firmware/README.AddingFirmware.
Ben.
--
Ben Hutchings
We get into the habit of living before acquiring the habit of thinking.
- Albert Camus
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2012-02-01 20:07 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-01-28 0:56 [PATCH] bna: add readme file Jing Huang
2012-02-01 19:18 ` David Miller
2012-02-01 19:56 ` Stephen Hemminger
2012-02-01 19:58 ` Jing Huang
2012-02-01 20:06 ` Ben Hutchings
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).