diff options
author | Grant Likely <grant.likely@secretlab.ca> | 2010-05-22 02:36:56 -0400 |
---|---|---|
committer | Grant Likely <grant.likely@secretlab.ca> | 2010-05-22 02:36:56 -0400 |
commit | cf9b59e9d3e008591d1f54830f570982bb307a0d (patch) | |
tree | 113478ce8fd8c832ba726ffdf59b82cb46356476 /drivers/net/ixgbe/ixgbe_phy.h | |
parent | 44504b2bebf8b5823c59484e73096a7d6574471d (diff) | |
parent | f4b87dee923342505e1ddba8d34ce9de33e75050 (diff) |
Merge remote branch 'origin' into secretlab/next-devicetree
Merging in current state of Linus' tree to deal with merge conflicts and
build failures in vio.c after merge.
Conflicts:
drivers/i2c/busses/i2c-cpm.c
drivers/i2c/busses/i2c-mpc.c
drivers/net/gianfar.c
Also fixed up one line in arch/powerpc/kernel/vio.c to use the
correct node pointer.
Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
Diffstat (limited to 'drivers/net/ixgbe/ixgbe_phy.h')
-rw-r--r-- | drivers/net/ixgbe/ixgbe_phy.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/net/ixgbe/ixgbe_phy.h b/drivers/net/ixgbe/ixgbe_phy.h index 9cf5f3b4cc5d..c9c545941407 100644 --- a/drivers/net/ixgbe/ixgbe_phy.h +++ b/drivers/net/ixgbe/ixgbe_phy.h | |||
@@ -40,9 +40,12 @@ | |||
40 | #define IXGBE_SFF_1GBE_COMP_CODES 0x6 | 40 | #define IXGBE_SFF_1GBE_COMP_CODES 0x6 |
41 | #define IXGBE_SFF_10GBE_COMP_CODES 0x3 | 41 | #define IXGBE_SFF_10GBE_COMP_CODES 0x3 |
42 | #define IXGBE_SFF_CABLE_TECHNOLOGY 0x8 | 42 | #define IXGBE_SFF_CABLE_TECHNOLOGY 0x8 |
43 | #define IXGBE_SFF_CABLE_SPEC_COMP 0x3C | ||
43 | 44 | ||
44 | /* Bitmasks */ | 45 | /* Bitmasks */ |
45 | #define IXGBE_SFF_DA_PASSIVE_CABLE 0x4 | 46 | #define IXGBE_SFF_DA_PASSIVE_CABLE 0x4 |
47 | #define IXGBE_SFF_DA_ACTIVE_CABLE 0x8 | ||
48 | #define IXGBE_SFF_DA_SPEC_ACTIVE_LIMITING 0x4 | ||
46 | #define IXGBE_SFF_1GBASESX_CAPABLE 0x1 | 49 | #define IXGBE_SFF_1GBASESX_CAPABLE 0x1 |
47 | #define IXGBE_SFF_1GBASELX_CAPABLE 0x2 | 50 | #define IXGBE_SFF_1GBASELX_CAPABLE 0x2 |
48 | #define IXGBE_SFF_10GBASESR_CAPABLE 0x10 | 51 | #define IXGBE_SFF_10GBASESR_CAPABLE 0x10 |