mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-16 10:20:30 +00:00
Modify Copyright information and other strings to reflect Qlogic Corporation's purchase of Broadcom's NetXtreme business.
Added clean option to Makefile Submitted by:David C Somayajulu (davidcs@freebsd.org) QLogic Corporation MFC after:5 days
This commit is contained in:
parent
540c78258c
commit
ed062a309e
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=265703
@ -1,5 +1,4 @@
|
||||
.\" Copyright (c) 2006 Broadcom Corporation
|
||||
.\" David Christensen <davidch@broadcom.com>. All rights reserved.
|
||||
.\" Copyright (c) 2006-2014 QLogic Corporation
|
||||
.\"
|
||||
.\" Redistribution and use in source and binary forms, with or without
|
||||
.\" modification, are permitted provided that the following conditions
|
||||
@ -10,9 +9,6 @@
|
||||
.\" 2. Redistributions in binary form must reproduce the above copyright
|
||||
.\" notice, this list of conditions and the following disclaimer in the
|
||||
.\" documentation and/or other materials provided with the distribution.
|
||||
.\" 3. Neither the name of Broadcom Corporation nor the name of its contributors
|
||||
.\" may be used to endorse or promote products derived from this software
|
||||
.\" without specific prior written consent.
|
||||
.\"
|
||||
.\" THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS'
|
||||
.\" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
|
||||
@ -33,7 +29,7 @@
|
||||
.Os
|
||||
.Sh NAME
|
||||
.Nm bce
|
||||
.Nd "Broadcom NetXtreme II (BCM5706/5708/5709/5716) PCI/PCIe Gigabit Ethernet adapter driver"
|
||||
.Nd "QLogic NetXtreme II (BCM5706/5708/5709/5716) PCI/PCIe Gigabit Ethernet adapter driver"
|
||||
.Sh SYNOPSIS
|
||||
To compile this driver into the kernel,
|
||||
place the following lines in your
|
||||
@ -52,7 +48,7 @@ if_bce_load="YES"
|
||||
.Sh DESCRIPTION
|
||||
The
|
||||
.Nm
|
||||
driver supports Broadcom's NetXtreme II product family, including the
|
||||
driver supports QLogic's NetXtreme II product family, including the
|
||||
BCM5706, BCM5708, BCM5709 and BCM5716 Ethernet controllers.
|
||||
.Pp
|
||||
The NetXtreme II product family is composed of various Converged NIC (or CNIC)
|
||||
@ -141,25 +137,25 @@ For more information on configuring this device, see
|
||||
.Sh HARDWARE
|
||||
The
|
||||
.Nm
|
||||
driver provides support for various NICs based on the Broadcom NetXtreme II
|
||||
driver provides support for various NICs based on the QLogic NetXtreme II
|
||||
family of Gigabit Ethernet controllers, including the
|
||||
following:
|
||||
.Pp
|
||||
.Bl -bullet -compact
|
||||
.It
|
||||
Broadcom NetXtreme II BCM5706 1000Base-SX
|
||||
QLogic NetXtreme II BCM5706 1000Base-SX
|
||||
.It
|
||||
Broadcom NetXtreme II BCM5706 1000Base-T
|
||||
QLogic NetXtreme II BCM5706 1000Base-T
|
||||
.It
|
||||
Broadcom NetXtreme II BCM5708 1000Base-SX
|
||||
QLogic NetXtreme II BCM5708 1000Base-SX
|
||||
.It
|
||||
Broadcom NetXtreme II BCM5708 1000Base-T
|
||||
QLogic NetXtreme II BCM5708 1000Base-T
|
||||
.It
|
||||
Broadcom NetXtreme II BCM5709 1000Base-SX
|
||||
QLogic NetXtreme II BCM5709 1000Base-SX
|
||||
.It
|
||||
Broadcom NetXtreme II BCM5709 1000Base-T
|
||||
QLogic NetXtreme II BCM5709 1000Base-T
|
||||
.It
|
||||
Broadcom NetXtreme II BCM5716 1000Base-T
|
||||
QLogic NetXtreme II BCM5716 1000Base-T
|
||||
.It
|
||||
Dell PowerEdge 1950 integrated BCM5708 NIC
|
||||
.It
|
||||
@ -411,9 +407,11 @@ A controller hardware failure has occurred.
|
||||
If the problem continues replace the controller.
|
||||
.El
|
||||
.Sh SUPPORT
|
||||
For general information and support,
|
||||
go to the Broadcom NIC Open Source Developer Resource Site:
|
||||
.Pa http://www.broadcom.com/support/ethernet_nic/open_source.php .
|
||||
For support questions please contact your QLogic approved reseller or
|
||||
QLogic Technical Support at
|
||||
.Pa http://support.qlogic.com ,
|
||||
or by E-mail at
|
||||
.Aq support@qlogic.com .
|
||||
.Sh SEE ALSO
|
||||
.Xr altq 4 ,
|
||||
.Xr arp 4 ,
|
||||
|
@ -1,4 +1,4 @@
|
||||
.\" Copyright (c) 2013 Broadcom Corporation. All rights reserved.
|
||||
.\" Copyright (c) 2014 Qlogic Corporation. All rights reserved.
|
||||
.\"
|
||||
.\" Redistribution and use in source and binary forms, with or without
|
||||
.\" modification, are permitted provided that the following conditions
|
||||
@ -9,9 +9,6 @@
|
||||
.\" 2. Redistributions in binary form must reproduce the above copyright
|
||||
.\" notice, this list of conditions and the following disclaimer in the
|
||||
.\" documentation and/or other materials provided with the distribution.
|
||||
.\" 3. Neither the name of Broadcom Corporation nor the name of its contributors
|
||||
.\" may be used to endorse or promote products derived from this software
|
||||
.\" without specific prior written consent.
|
||||
.\"
|
||||
.\" THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS'
|
||||
.\" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
|
||||
@ -32,7 +29,7 @@
|
||||
.Os
|
||||
.Sh NAME
|
||||
.Nm bxe
|
||||
.Nd Broadcom NetXtreme II Ethernet 10Gb PCIe adapter driver
|
||||
.Nd QLogic NetXtreme II Ethernet 10Gb PCIe adapter driver
|
||||
.Sh SYNOPSIS
|
||||
To compile this driver into the kernel,
|
||||
place the following lines in your
|
||||
@ -50,7 +47,7 @@ if_bxe_load="YES"
|
||||
.Sh DESCRIPTION
|
||||
The
|
||||
.Nm
|
||||
driver provides support for PCIe 10Gb Ethernet adapters based on the Broadcom
|
||||
driver provides support for PCIe 10Gb Ethernet adapters based on the QLogic
|
||||
NetXtreme II family of 10Gb chips.
|
||||
The driver supports Jumbo Frames, VLAN
|
||||
tagging, checksum offload (IPv4, TCP, UDP, IPv6-TCP, IPv6-UDP), MSI-X
|
||||
@ -59,32 +56,32 @@ Receive Side Scaling (RSS).
|
||||
.Sh HARDWARE
|
||||
The
|
||||
.Nm
|
||||
driver provides support for various NICs based on the Broadcom NetXtreme II
|
||||
driver provides support for various NICs based on the QLogic NetXtreme II
|
||||
family of 10Gb Ethernet controller chips, including the following:
|
||||
.Pp
|
||||
.Bl -bullet -compact
|
||||
.It
|
||||
Broadcom NetXtreme II BCM57710 10Gb
|
||||
QLogic NetXtreme II BCM57710 10Gb
|
||||
.It
|
||||
Broadcom NetXtreme II BCM57711 10Gb
|
||||
QLogic NetXtreme II BCM57711 10Gb
|
||||
.It
|
||||
Broadcom NetXtreme II BCM57711E 10Gb
|
||||
QLogic NetXtreme II BCM57711E 10Gb
|
||||
.It
|
||||
Broadcom NetXtreme II BCM57712 10Gb
|
||||
QLogic NetXtreme II BCM57712 10Gb
|
||||
.It
|
||||
Broadcom NetXtreme II BCM57712-MF 10Gb
|
||||
QLogic NetXtreme II BCM57712-MF 10Gb
|
||||
.It
|
||||
Broadcom NetXtreme II BCM57800 10Gb
|
||||
QLogic NetXtreme II BCM57800 10Gb
|
||||
.It
|
||||
Broadcom NetXtreme II BCM57800-MF 10Gb
|
||||
QLogic NetXtreme II BCM57800-MF 10Gb
|
||||
.It
|
||||
Broadcom NetXtreme II BCM57810 10Gb
|
||||
QLogic NetXtreme II BCM57810 10Gb
|
||||
.It
|
||||
Broadcom NetXtreme II BCM57810-MF 10Gb
|
||||
QLogic NetXtreme II BCM57810-MF 10Gb
|
||||
.It
|
||||
Broadcom NetXtreme II BCM57840 10Gb / 20Gb
|
||||
QLogic NetXtreme II BCM57840 10Gb / 20Gb
|
||||
.It
|
||||
Broadcom NetXtreme II BCM57840-MF 10Gb
|
||||
QLogic NetXtreme II BCM57840-MF 10Gb
|
||||
.El
|
||||
.Sh CONFIGURATION
|
||||
There a number of configuration parameters that can be set to tweak the
|
||||
@ -318,6 +315,12 @@ When finished turn the logging back off:
|
||||
.Bd -literal -offset indent
|
||||
# sysctl dev.bxe.0.debug=0
|
||||
.Ed
|
||||
.Sh SUPPORT
|
||||
For support questions please contact your QLogic approved reseller or
|
||||
QLogic Technical Support at
|
||||
.Pa http://support.qlogic.com ,
|
||||
or by E-mail at
|
||||
.Aq support@qlogic.com .
|
||||
.Sh SEE ALSO
|
||||
.Xr netstat 1 ,
|
||||
.Xr altq 4 ,
|
||||
|
@ -1,6 +1,5 @@
|
||||
/*-
|
||||
* Copyright (c) 2006-2010 Broadcom Corporation
|
||||
* David Christensen <davidch@broadcom.com>. All rights reserved.
|
||||
* Copyright (c) 2006-2014 QLogic Corporation
|
||||
*
|
||||
* Redistribution and use in source and binary forms, with or without
|
||||
* modification, are permitted provided that the following conditions
|
||||
@ -11,9 +10,6 @@
|
||||
* 2. Redistributions in binary form must reproduce the above copyright
|
||||
* notice, this list of conditions and the following disclaimer in the
|
||||
* documentation and/or other materials provided with the distribution.
|
||||
* 3. Neither the name of Broadcom Corporation nor the name of its contributors
|
||||
* may be used to endorse or promote products derived from this software
|
||||
* without specific prior written consent.
|
||||
*
|
||||
* THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS'
|
||||
* AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
|
||||
@ -154,13 +150,13 @@ static const struct bce_type bce_devs[] = {
|
||||
{ BRCM_VENDORID, BRCM_DEVICEID_BCM5706, HP_VENDORID, 0x1709,
|
||||
"HP NC371i Multifunction Gigabit Server Adapter" },
|
||||
{ BRCM_VENDORID, BRCM_DEVICEID_BCM5706, PCI_ANY_ID, PCI_ANY_ID,
|
||||
"Broadcom NetXtreme II BCM5706 1000Base-T" },
|
||||
"QLogic NetXtreme II BCM5706 1000Base-T" },
|
||||
|
||||
/* BCM5706S controllers and OEM boards. */
|
||||
{ BRCM_VENDORID, BRCM_DEVICEID_BCM5706S, HP_VENDORID, 0x3102,
|
||||
"HP NC370F Multifunction Gigabit Server Adapter" },
|
||||
{ BRCM_VENDORID, BRCM_DEVICEID_BCM5706S, PCI_ANY_ID, PCI_ANY_ID,
|
||||
"Broadcom NetXtreme II BCM5706 1000Base-SX" },
|
||||
"QLogic NetXtreme II BCM5706 1000Base-SX" },
|
||||
|
||||
/* BCM5708C controllers and OEM boards. */
|
||||
{ BRCM_VENDORID, BRCM_DEVICEID_BCM5708, HP_VENDORID, 0x7037,
|
||||
@ -170,7 +166,7 @@ static const struct bce_type bce_devs[] = {
|
||||
{ BRCM_VENDORID, BRCM_DEVICEID_BCM5708, HP_VENDORID, 0x7045,
|
||||
"HP NC374m PCIe Multifunction Adapter" },
|
||||
{ BRCM_VENDORID, BRCM_DEVICEID_BCM5708, PCI_ANY_ID, PCI_ANY_ID,
|
||||
"Broadcom NetXtreme II BCM5708 1000Base-T" },
|
||||
"QLogic NetXtreme II BCM5708 1000Base-T" },
|
||||
|
||||
/* BCM5708S controllers and OEM boards. */
|
||||
{ BRCM_VENDORID, BRCM_DEVICEID_BCM5708S, HP_VENDORID, 0x1706,
|
||||
@ -180,7 +176,7 @@ static const struct bce_type bce_devs[] = {
|
||||
{ BRCM_VENDORID, BRCM_DEVICEID_BCM5708S, HP_VENDORID, 0x703d,
|
||||
"HP NC373F PCIe Multifunc Giga Server Adapter" },
|
||||
{ BRCM_VENDORID, BRCM_DEVICEID_BCM5708S, PCI_ANY_ID, PCI_ANY_ID,
|
||||
"Broadcom NetXtreme II BCM5708 1000Base-SX" },
|
||||
"QLogic NetXtreme II BCM5708 1000Base-SX" },
|
||||
|
||||
/* BCM5709C controllers and OEM boards. */
|
||||
{ BRCM_VENDORID, BRCM_DEVICEID_BCM5709, HP_VENDORID, 0x7055,
|
||||
@ -188,7 +184,7 @@ static const struct bce_type bce_devs[] = {
|
||||
{ BRCM_VENDORID, BRCM_DEVICEID_BCM5709, HP_VENDORID, 0x7059,
|
||||
"HP NC382T PCIe DP Multifunction Gigabit Server Adapter" },
|
||||
{ BRCM_VENDORID, BRCM_DEVICEID_BCM5709, PCI_ANY_ID, PCI_ANY_ID,
|
||||
"Broadcom NetXtreme II BCM5709 1000Base-T" },
|
||||
"QLogic NetXtreme II BCM5709 1000Base-T" },
|
||||
|
||||
/* BCM5709S controllers and OEM boards. */
|
||||
{ BRCM_VENDORID, BRCM_DEVICEID_BCM5709S, HP_VENDORID, 0x171d,
|
||||
@ -196,11 +192,11 @@ static const struct bce_type bce_devs[] = {
|
||||
{ BRCM_VENDORID, BRCM_DEVICEID_BCM5709S, HP_VENDORID, 0x7056,
|
||||
"HP NC382i DP Multifunction Gigabit Server Adapter" },
|
||||
{ BRCM_VENDORID, BRCM_DEVICEID_BCM5709S, PCI_ANY_ID, PCI_ANY_ID,
|
||||
"Broadcom NetXtreme II BCM5709 1000Base-SX" },
|
||||
"QLogic NetXtreme II BCM5709 1000Base-SX" },
|
||||
|
||||
/* BCM5716 controllers and OEM boards. */
|
||||
{ BRCM_VENDORID, BRCM_DEVICEID_BCM5716, PCI_ANY_ID, PCI_ANY_ID,
|
||||
"Broadcom NetXtreme II BCM5716 1000Base-T" },
|
||||
"QLogic NetXtreme II BCM5716 1000Base-T" },
|
||||
|
||||
{ 0, 0, 0, 0, NULL }
|
||||
};
|
||||
|
@ -1,6 +1,5 @@
|
||||
/*-
|
||||
* Copyright (c) 2006-2011 Broadcom Corporation
|
||||
* David Christensen <davidch@broadcom.com>. All rights reserved.
|
||||
* Copyright (c) 2006-2014 QLogic Corporation
|
||||
*
|
||||
* Redistribution and use in source and binary forms, with or without
|
||||
* modification, are permitted provided that the following conditions
|
||||
@ -10,9 +9,6 @@
|
||||
* 2. Redistributions in binary form must reproduce the above copyright
|
||||
* notice, this list of conditions and the following disclaimer in the
|
||||
* documentation and/or other materials provided with the distribution.
|
||||
* 3. Neither the name of Broadcom Corporation nor the name of its contributors
|
||||
* may be used to endorse or promote products derived from this software
|
||||
* without specific prior written consent.
|
||||
*
|
||||
* THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS'
|
||||
* AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
|
||||
@ -31,7 +27,7 @@
|
||||
|
||||
/*
|
||||
* This file contains firmware data derived from proprietary unpublished
|
||||
* source code, Copyright (c) 2004-2011 Broadcom Corporation.
|
||||
* source code, Copyright (c) 2004-2014 QLogic Corporation.
|
||||
*
|
||||
* Permission is hereby granted for the distribution of this firmware data
|
||||
* in hexadecimal or equivalent format, provided this copyright notice also
|
||||
|
@ -1,6 +1,5 @@
|
||||
/*-
|
||||
* Copyright (c) 2006-2010 Broadcom Corporation
|
||||
* David Christensen <davidch@broadcom.com>. All rights reserved.
|
||||
* Copyright (c) 2006-2014 QLogic Corporation
|
||||
*
|
||||
* Redistribution and use in source and binary forms, with or without
|
||||
* modification, are permitted provided that the following conditions
|
||||
@ -10,9 +9,6 @@
|
||||
* 2. Redistributions in binary form must reproduce the above copyright
|
||||
* notice, this list of conditions and the following disclaimer in the
|
||||
* documentation and/or other materials provided with the distribution.
|
||||
* 3. Neither the name of Broadcom Corporation nor the name of its contributors
|
||||
* may be used to endorse or promote products derived from this software
|
||||
* without specific prior written consent.
|
||||
*
|
||||
* THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS'
|
||||
* AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
|
||||
|
@ -98,126 +98,126 @@ static struct bxe_device_type bxe_devs[] = {
|
||||
BRCM_VENDORID,
|
||||
CHIP_NUM_57710,
|
||||
PCI_ANY_ID, PCI_ANY_ID,
|
||||
"Broadcom NetXtreme II BCM57710 10GbE"
|
||||
"QLogic NetXtreme II BCM57710 10GbE"
|
||||
},
|
||||
{
|
||||
BRCM_VENDORID,
|
||||
CHIP_NUM_57711,
|
||||
PCI_ANY_ID, PCI_ANY_ID,
|
||||
"Broadcom NetXtreme II BCM57711 10GbE"
|
||||
"QLogic NetXtreme II BCM57711 10GbE"
|
||||
},
|
||||
{
|
||||
BRCM_VENDORID,
|
||||
CHIP_NUM_57711E,
|
||||
PCI_ANY_ID, PCI_ANY_ID,
|
||||
"Broadcom NetXtreme II BCM57711E 10GbE"
|
||||
"QLogic NetXtreme II BCM57711E 10GbE"
|
||||
},
|
||||
{
|
||||
BRCM_VENDORID,
|
||||
CHIP_NUM_57712,
|
||||
PCI_ANY_ID, PCI_ANY_ID,
|
||||
"Broadcom NetXtreme II BCM57712 10GbE"
|
||||
"QLogic NetXtreme II BCM57712 10GbE"
|
||||
},
|
||||
{
|
||||
BRCM_VENDORID,
|
||||
CHIP_NUM_57712_MF,
|
||||
PCI_ANY_ID, PCI_ANY_ID,
|
||||
"Broadcom NetXtreme II BCM57712 MF 10GbE"
|
||||
"QLogic NetXtreme II BCM57712 MF 10GbE"
|
||||
},
|
||||
#if 0
|
||||
{
|
||||
BRCM_VENDORID,
|
||||
CHIP_NUM_57712_VF,
|
||||
PCI_ANY_ID, PCI_ANY_ID,
|
||||
"Broadcom NetXtreme II BCM57712 VF 10GbE"
|
||||
"QLogic NetXtreme II BCM57712 VF 10GbE"
|
||||
},
|
||||
#endif
|
||||
{
|
||||
BRCM_VENDORID,
|
||||
CHIP_NUM_57800,
|
||||
PCI_ANY_ID, PCI_ANY_ID,
|
||||
"Broadcom NetXtreme II BCM57800 10GbE"
|
||||
"QLogic NetXtreme II BCM57800 10GbE"
|
||||
},
|
||||
{
|
||||
BRCM_VENDORID,
|
||||
CHIP_NUM_57800_MF,
|
||||
PCI_ANY_ID, PCI_ANY_ID,
|
||||
"Broadcom NetXtreme II BCM57800 MF 10GbE"
|
||||
"QLogic NetXtreme II BCM57800 MF 10GbE"
|
||||
},
|
||||
#if 0
|
||||
{
|
||||
BRCM_VENDORID,
|
||||
CHIP_NUM_57800_VF,
|
||||
PCI_ANY_ID, PCI_ANY_ID,
|
||||
"Broadcom NetXtreme II BCM57800 VF 10GbE"
|
||||
"QLogic NetXtreme II BCM57800 VF 10GbE"
|
||||
},
|
||||
#endif
|
||||
{
|
||||
BRCM_VENDORID,
|
||||
CHIP_NUM_57810,
|
||||
PCI_ANY_ID, PCI_ANY_ID,
|
||||
"Broadcom NetXtreme II BCM57810 10GbE"
|
||||
"QLogic NetXtreme II BCM57810 10GbE"
|
||||
},
|
||||
{
|
||||
BRCM_VENDORID,
|
||||
CHIP_NUM_57810_MF,
|
||||
PCI_ANY_ID, PCI_ANY_ID,
|
||||
"Broadcom NetXtreme II BCM57810 MF 10GbE"
|
||||
"QLogic NetXtreme II BCM57810 MF 10GbE"
|
||||
},
|
||||
#if 0
|
||||
{
|
||||
BRCM_VENDORID,
|
||||
CHIP_NUM_57810_VF,
|
||||
PCI_ANY_ID, PCI_ANY_ID,
|
||||
"Broadcom NetXtreme II BCM57810 VF 10GbE"
|
||||
"QLogic NetXtreme II BCM57810 VF 10GbE"
|
||||
},
|
||||
#endif
|
||||
{
|
||||
BRCM_VENDORID,
|
||||
CHIP_NUM_57811,
|
||||
PCI_ANY_ID, PCI_ANY_ID,
|
||||
"Broadcom NetXtreme II BCM57811 10GbE"
|
||||
"QLogic NetXtreme II BCM57811 10GbE"
|
||||
},
|
||||
{
|
||||
BRCM_VENDORID,
|
||||
CHIP_NUM_57811_MF,
|
||||
PCI_ANY_ID, PCI_ANY_ID,
|
||||
"Broadcom NetXtreme II BCM57811 MF 10GbE"
|
||||
"QLogic NetXtreme II BCM57811 MF 10GbE"
|
||||
},
|
||||
#if 0
|
||||
{
|
||||
BRCM_VENDORID,
|
||||
CHIP_NUM_57811_VF,
|
||||
PCI_ANY_ID, PCI_ANY_ID,
|
||||
"Broadcom NetXtreme II BCM57811 VF 10GbE"
|
||||
"QLogic NetXtreme II BCM57811 VF 10GbE"
|
||||
},
|
||||
#endif
|
||||
{
|
||||
BRCM_VENDORID,
|
||||
CHIP_NUM_57840_4_10,
|
||||
PCI_ANY_ID, PCI_ANY_ID,
|
||||
"Broadcom NetXtreme II BCM57840 4x10GbE"
|
||||
"QLogic NetXtreme II BCM57840 4x10GbE"
|
||||
},
|
||||
#if 0
|
||||
{
|
||||
BRCM_VENDORID,
|
||||
CHIP_NUM_57840_2_20,
|
||||
PCI_ANY_ID, PCI_ANY_ID,
|
||||
"Broadcom NetXtreme II BCM57840 2x20GbE"
|
||||
"QLogic NetXtreme II BCM57840 2x20GbE"
|
||||
},
|
||||
#endif
|
||||
{
|
||||
BRCM_VENDORID,
|
||||
CHIP_NUM_57840_MF,
|
||||
PCI_ANY_ID, PCI_ANY_ID,
|
||||
"Broadcom NetXtreme II BCM57840 MF 10GbE"
|
||||
"QLogic NetXtreme II BCM57840 MF 10GbE"
|
||||
},
|
||||
#if 0
|
||||
{
|
||||
BRCM_VENDORID,
|
||||
CHIP_NUM_57840_VF,
|
||||
PCI_ANY_ID, PCI_ANY_ID,
|
||||
"Broadcom NetXtreme II BCM57840 VF 10GbE"
|
||||
"QLogic NetXtreme II BCM57840 VF 10GbE"
|
||||
},
|
||||
#endif
|
||||
{
|
||||
|
@ -5,4 +5,9 @@ SRCS= opt_bce.h if_bce.c miibus_if.h miidevs.h device_if.h bus_if.h pci_if.h
|
||||
|
||||
#CFLAGS += -DBCE_DEBUG=0
|
||||
|
||||
clean:
|
||||
rm -f opt_bdg.h device_if.h bus_if.h pci_if.h export_syms
|
||||
rm -f *.o *.kld *.ko
|
||||
rm -f @ machine x86 miibus_if.h miidevs.h opt_bce.h
|
||||
|
||||
.include <bsd.kmod.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user