diff options
author | Eilon Greenstein <eilong@broadcom.com> | 2009-03-23 00:24:19 -0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2009-03-23 00:24:19 -0400 |
commit | 763dccdc8e9775b247c3ea86ae8f5f592c12024e (patch) | |
tree | 0fa13c9e393e1cd5f85ad40fbcf6e659391b9f94 /drivers/net | |
parent | d44c3a2e0e5d2c75d22284462c66d166604b1f18 (diff) |
bnx2x: Adding licensing to bnx2x_init_values.h
Signed-off-by: Eilon Greenstein <eilong@broadcom.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net')
-rw-r--r-- | drivers/net/bnx2x_init_values.h | 18 |
1 files changed, 17 insertions, 1 deletions
diff --git a/drivers/net/bnx2x_init_values.h b/drivers/net/bnx2x_init_values.h index 6e18a556fb5e..1f22c9ab66d4 100644 --- a/drivers/net/bnx2x_init_values.h +++ b/drivers/net/bnx2x_init_values.h | |||
@@ -1,7 +1,23 @@ | |||
1 | #ifndef __BNX2X_INIT_VALUES_H__ | 1 | #ifndef __BNX2X_INIT_VALUES_H__ |
2 | #define __BNX2X_INIT_VALUES_H__ | 2 | #define __BNX2X_INIT_VALUES_H__ |
3 | 3 | ||
4 | /* This array contains the list of operations needed to initialize the chip. | 4 | /* bnx2x_init_values.h: Broadcom NX2 10G network driver. |
5 | * | ||
6 | * Copyright (c) 2007-2009 Broadcom Corporation | ||
7 | * | ||
8 | * This program is free software; you can redistribute it and/or modify | ||
9 | * it under the terms of the GNU General Public License as published by | ||
10 | * the Free Software Foundation, except as noted below. | ||
11 | * | ||
12 | * This file contains firmware data derived from proprietary unpublished | ||
13 | * source code, Copyright (c) 2007-2009 Broadcom Corporation. | ||
14 | * | ||
15 | * Permission is hereby granted for the distribution of this firmware data | ||
16 | * in hexadecimal or equivalent format, provided this copyright notice is | ||
17 | * accompanying it. | ||
18 | * | ||
19 | * | ||
20 | * This array contains the list of operations needed to initialize the chip. | ||
5 | * | 21 | * |
6 | * For each block in the chip there are three init stages: | 22 | * For each block in the chip there are three init stages: |
7 | * common - HW used by both ports, | 23 | * common - HW used by both ports, |