Commit 5de92408 authored by Dmitry Kravkov's avatar Dmitry Kravkov Committed by David S. Miller

bnx2x: update year to 2011 and version to 1.62.12-0

Signed-off-by: default avatarDmitry Kravkov <dmitry@broadcom.com>
Signed-off-by: default avatarEilon Greenstein <eilong@broadcom.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent b3b83c3f
/* bnx2x.h: Broadcom Everest network driver. /* bnx2x.h: Broadcom Everest network driver.
* *
* Copyright (c) 2007-2010 Broadcom Corporation * Copyright (c) 2007-2011 Broadcom Corporation
* *
* This program is free software; you can redistribute it and/or modify * This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by * it under the terms of the GNU General Public License as published by
...@@ -22,8 +22,8 @@ ...@@ -22,8 +22,8 @@
* (you will need to reboot afterwards) */ * (you will need to reboot afterwards) */
/* #define BNX2X_STOP_ON_ERROR */ /* #define BNX2X_STOP_ON_ERROR */
#define DRV_MODULE_VERSION "1.62.11-0" #define DRV_MODULE_VERSION "1.62.12-0"
#define DRV_MODULE_RELDATE "2011/01/31" #define DRV_MODULE_RELDATE "2011/03/20"
#define BNX2X_BC_VER 0x040200 #define BNX2X_BC_VER 0x040200
#define BNX2X_MULTI_QUEUE #define BNX2X_MULTI_QUEUE
......
/* bnx2x_cmn.c: Broadcom Everest network driver. /* bnx2x_cmn.c: Broadcom Everest network driver.
* *
* Copyright (c) 2007-2010 Broadcom Corporation * Copyright (c) 2007-2011 Broadcom Corporation
* *
* This program is free software; you can redistribute it and/or modify * This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by * it under the terms of the GNU General Public License as published by
......
/* bnx2x_cmn.h: Broadcom Everest network driver. /* bnx2x_cmn.h: Broadcom Everest network driver.
* *
* Copyright (c) 2007-2010 Broadcom Corporation * Copyright (c) 2007-2011 Broadcom Corporation
* *
* This program is free software; you can redistribute it and/or modify * This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by * it under the terms of the GNU General Public License as published by
......
/* bnx2x_dcb.c: Broadcom Everest network driver. /* bnx2x_dcb.c: Broadcom Everest network driver.
* *
* Copyright 2009-2010 Broadcom Corporation * Copyright 2009-2011 Broadcom Corporation
* *
* Unless you and Broadcom execute a separate written software license * Unless you and Broadcom execute a separate written software license
* agreement governing use of this software, this software is licensed to you * agreement governing use of this software, this software is licensed to you
......
/* bnx2x_dcb.h: Broadcom Everest network driver. /* bnx2x_dcb.h: Broadcom Everest network driver.
* *
* Copyright 2009-2010 Broadcom Corporation * Copyright 2009-2011 Broadcom Corporation
* *
* Unless you and Broadcom execute a separate written software license * Unless you and Broadcom execute a separate written software license
* agreement governing use of this software, this software is licensed to you * agreement governing use of this software, this software is licensed to you
......
/* bnx2x_ethtool.c: Broadcom Everest network driver. /* bnx2x_ethtool.c: Broadcom Everest network driver.
* *
* Copyright (c) 2007-2010 Broadcom Corporation * Copyright (c) 2007-2011 Broadcom Corporation
* *
* This program is free software; you can redistribute it and/or modify * This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by * it under the terms of the GNU General Public License as published by
......
/* bnx2x_fw_defs.h: Broadcom Everest network driver. /* bnx2x_fw_defs.h: Broadcom Everest network driver.
* *
* Copyright (c) 2007-2010 Broadcom Corporation * Copyright (c) 2007-2011 Broadcom Corporation
* *
* This program is free software; you can redistribute it and/or modify * This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by * it under the terms of the GNU General Public License as published by
......
/* bnx2x_fw_file_hdr.h: FW binary file header structure. /* bnx2x_fw_file_hdr.h: FW binary file header structure.
* *
* Copyright (c) 2007-2009 Broadcom Corporation * Copyright (c) 2007-2011 Broadcom Corporation
* *
* This program is free software; you can redistribute it and/or modify * This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by * it under the terms of the GNU General Public License as published by
......
/* bnx2x_hsi.h: Broadcom Everest network driver. /* bnx2x_hsi.h: Broadcom Everest network driver.
* *
* Copyright (c) 2007-2010 Broadcom Corporation * Copyright (c) 2007-2011 Broadcom Corporation
* *
* This program is free software; you can redistribute it and/or modify * This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by * it under the terms of the GNU General Public License as published by
......
/* bnx2x_init.h: Broadcom Everest network driver. /* bnx2x_init.h: Broadcom Everest network driver.
* Structures and macroes needed during the initialization. * Structures and macroes needed during the initialization.
* *
* Copyright (c) 2007-2009 Broadcom Corporation * Copyright (c) 2007-2011 Broadcom Corporation
* *
* This program is free software; you can redistribute it and/or modify * This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by * it under the terms of the GNU General Public License as published by
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
* Static functions needed during the initialization. * Static functions needed during the initialization.
* This file is "included" in bnx2x_main.c. * This file is "included" in bnx2x_main.c.
* *
* Copyright (c) 2007-2010 Broadcom Corporation * Copyright (c) 2007-2011 Broadcom Corporation
* *
* This program is free software; you can redistribute it and/or modify * This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by * it under the terms of the GNU General Public License as published by
......
/* bnx2x_main.c: Broadcom Everest network driver. /* bnx2x_main.c: Broadcom Everest network driver.
* *
* Copyright (c) 2007-2010 Broadcom Corporation * Copyright (c) 2007-2011 Broadcom Corporation
* *
* This program is free software; you can redistribute it and/or modify * This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by * it under the terms of the GNU General Public License as published by
......
/* bnx2x_reg.h: Broadcom Everest network driver. /* bnx2x_reg.h: Broadcom Everest network driver.
* *
* Copyright (c) 2007-2010 Broadcom Corporation * Copyright (c) 2007-2011 Broadcom Corporation
* *
* This program is free software; you can redistribute it and/or modify * This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by * it under the terms of the GNU General Public License as published by
......
/* bnx2x_stats.c: Broadcom Everest network driver. /* bnx2x_stats.c: Broadcom Everest network driver.
* *
* Copyright (c) 2007-2010 Broadcom Corporation * Copyright (c) 2007-2011 Broadcom Corporation
* *
* This program is free software; you can redistribute it and/or modify * This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by * it under the terms of the GNU General Public License as published by
......
/* bnx2x_stats.h: Broadcom Everest network driver. /* bnx2x_stats.h: Broadcom Everest network driver.
* *
* Copyright (c) 2007-2010 Broadcom Corporation * Copyright (c) 2007-2011 Broadcom Corporation
* *
* This program is free software; you can redistribute it and/or modify * This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by * it under the terms of the GNU General Public License as published by
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment