]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/blob - src/patches/suse-2.6.27.39/patches.drivers/bnx2x-Version-update.patch
Fix oinkmaster patch.
[people/pmueller/ipfire-2.x.git] / src / patches / suse-2.6.27.39 / patches.drivers / bnx2x-Version-update.patch
1 From d05c26ce690e867aabfc7d708d481e0f86f23496 Mon Sep 17 00:00:00 2001
2 From: Eilon Greenstein <eilong@broadcom.com>
3 Date: Sat, 17 Jan 2009 23:26:13 -0800
4 Subject: bnx2x: Version update
5 Acked-by: Karsten Keil <kkeil@novell.com>
6 Reference: bnc#472500
7
8 Updating the version and the year of updated files
9
10 Signed-off-by: Eilon Greenstein <eilong@broadcom.com>
11 Signed-off-by: David S. Miller <davem@davemloft.net>
12 ---
13 drivers/net/bnx2x.h | 2 +-
14 drivers/net/bnx2x_link.c | 2 +-
15 drivers/net/bnx2x_main.c | 6 +++---
16 drivers/net/bnx2x_reg.h | 2 +-
17 4 files changed, 6 insertions(+), 6 deletions(-)
18
19 Index: linux-2.6.27-bnx2x_2/drivers/net/bnx2x.h
20 ===================================================================
21 --- linux-2.6.27-bnx2x_2.orig/drivers/net/bnx2x.h
22 +++ linux-2.6.27-bnx2x_2/drivers/net/bnx2x.h
23 @@ -1,6 +1,6 @@
24 /* bnx2x.h: Broadcom Everest network driver.
25 *
26 - * Copyright (c) 2007-2008 Broadcom Corporation
27 + * Copyright (c) 2007-2009 Broadcom Corporation
28 *
29 * This program is free software; you can redistribute it and/or modify
30 * it under the terms of the GNU General Public License as published by
31 Index: linux-2.6.27-bnx2x_2/drivers/net/bnx2x_link.c
32 ===================================================================
33 --- linux-2.6.27-bnx2x_2.orig/drivers/net/bnx2x_link.c
34 +++ linux-2.6.27-bnx2x_2/drivers/net/bnx2x_link.c
35 @@ -1,4 +1,4 @@
36 -/* Copyright 2008 Broadcom Corporation
37 +/* Copyright 2008-2009 Broadcom Corporation
38 *
39 * Unless you and Broadcom execute a separate written software license
40 * agreement governing use of this software, this software is licensed to you
41 Index: linux-2.6.27-bnx2x_2/drivers/net/bnx2x_main.c
42 ===================================================================
43 --- linux-2.6.27-bnx2x_2.orig/drivers/net/bnx2x_main.c
44 +++ linux-2.6.27-bnx2x_2/drivers/net/bnx2x_main.c
45 @@ -1,6 +1,6 @@
46 /* bnx2x_main.c: Broadcom Everest network driver.
47 *
48 - * Copyright (c) 2007-2008 Broadcom Corporation
49 + * Copyright (c) 2007-2009 Broadcom Corporation
50 *
51 * This program is free software; you can redistribute it and/or modify
52 * it under the terms of the GNU General Public License as published by
53 @@ -57,8 +57,8 @@
54 #include "bnx2x.h"
55 #include "bnx2x_init.h"
56
57 -#define DRV_MODULE_VERSION "1.45.23"
58 -#define DRV_MODULE_RELDATE "2008/11/03"
59 +#define DRV_MODULE_VERSION "1.45.24"
60 +#define DRV_MODULE_RELDATE "2009/01/14"
61 #define BNX2X_BC_VER 0x040200
62
63 /* Time in jiffies before concluding the transmitter is hung */
64 Index: linux-2.6.27-bnx2x_2/drivers/net/bnx2x_reg.h
65 ===================================================================
66 --- linux-2.6.27-bnx2x_2.orig/drivers/net/bnx2x_reg.h
67 +++ linux-2.6.27-bnx2x_2/drivers/net/bnx2x_reg.h
68 @@ -1,6 +1,6 @@
69 /* bnx2x_reg.h: Broadcom Everest network driver.
70 *
71 - * Copyright (c) 2007-2008 Broadcom Corporation
72 + * Copyright (c) 2007-2009 Broadcom Corporation
73 *
74 * This program is free software; you can redistribute it and/or modify
75 * it under the terms of the GNU General Public License as published by