···11+Copyright (c) 2003-2008 QLogic Corporation22+QLogic Linux Networking HBA Driver33+44+This program includes a device driver for Linux 2.6 that may be55+distributed with QLogic hardware specific firmware binary file.66+You may modify and redistribute the device driver code under the77+GNU General Public License as published by the Free Software88+Foundation (version 2 or a later version).99+1010+You may redistribute the hardware specific firmware binary file1111+under the following terms:1212+1313+ 1. Redistribution of source code (only if applicable),1414+ must retain the above copyright notice, this list of1515+ conditions and the following disclaimer.1616+1717+ 2. Redistribution in binary form must reproduce the above1818+ copyright notice, this list of conditions and the1919+ following disclaimer in the documentation and/or other2020+ materials provided with the distribution.2121+2222+ 3. The name of QLogic Corporation may not be used to2323+ endorse or promote products derived from this software2424+ without specific prior written permission2525+2626+REGARDLESS OF WHAT LICENSING MECHANISM IS USED OR APPLICABLE,2727+THIS PROGRAM IS PROVIDED BY QLOGIC CORPORATION "AS IS'' AND ANY2828+EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE2929+IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A3030+PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR3131+BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,3232+EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED3333+TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,3434+DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON3535+ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,3636+OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY3737+OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE3838+POSSIBILITY OF SUCH DAMAGE.3939+4040+USER ACKNOWLEDGES AND AGREES THAT USE OF THIS PROGRAM WILL NOT4141+CREATE OR GIVE GROUNDS FOR A LICENSE BY IMPLICATION, ESTOPPEL, OR4242+OTHERWISE IN ANY INTELLECTUAL PROPERTY RIGHTS (PATENT, COPYRIGHT,4343+TRADE SECRET, MASK WORK, OR OTHER PROPRIETARY RIGHT) EMBODIED IN4444+ANY OTHER QLOGIC HARDWARE OR SOFTWARE EITHER SOLELY OR IN4545+COMBINATION WITH THIS PROGRAM.4646+
+7
MAINTAINERS
···33963396L: netdev@vger.kernel.org33973397S: Supported3398339833993399+QLOGIC QLGE 10Gb ETHERNET DRIVER34003400+P: Ron Mercer34013401+M: linux-driver@qlogic.com34023402+M: ron.mercer@qlogic.com34033403+L: netdev@vger.kernel.org34043404+S: Supported34053405+33993406QNX4 FILESYSTEM34003407P: Anders Larsen34013408M: al@alarsen.net
+9
drivers/net/Kconfig
···25262526 To compile this driver as a module, choose M here: the module25272527 will be called bnx2x. This is recommended.2528252825292529+config QLGE25302530+ tristate "QLogic QLGE 10Gb Ethernet Driver Support"25312531+ depends on PCI25322532+ help25332533+ This driver supports QLogic ISP8XXX 10Gb Ethernet cards.25342534+25352535+ To compile this driver as a module, choose M here: the module25362536+ will be called qlge.25372537+25292538source "drivers/net/sfc/Kconfig"2530253925312540endif # NETDEV_10000