diff options
author | Dhananjay Phadke <dhananjay@netxen.com> | 2009-04-28 17:29:09 +0200 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2009-04-29 07:44:30 +0200 |
commit | 5103c9f7874506cb40fc3c8d3f22486d3c4d91aa (patch) | |
tree | 9464c9519fda02f2b58b2e91ef7b3688ba201fce /drivers/net/netxen/netxen_nic_phan_reg.h | |
parent | gianfar: Use memset instead of cacheable_memzero (diff) | |
download | linux-5103c9f7874506cb40fc3c8d3f22486d3c4d91aa.tar.xz linux-5103c9f7874506cb40fc3c8d3f22486d3c4d91aa.zip |
netxen: fix link event handling
Firmware starting 4.0.402 started supporting link events, disable
it for older firmwares.
Signed-off-by: Dhananjay Phadke <dhananjay@netxen.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/netxen/netxen_nic_phan_reg.h')
-rw-r--r-- | drivers/net/netxen/netxen_nic_phan_reg.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/netxen/netxen_nic_phan_reg.h b/drivers/net/netxen/netxen_nic_phan_reg.h index 845dcf436cf6..b73a62ca74f8 100644 --- a/drivers/net/netxen/netxen_nic_phan_reg.h +++ b/drivers/net/netxen/netxen_nic_phan_reg.h @@ -126,6 +126,7 @@ #define CRB_SW_INT_MASK_2 NETXEN_NIC_REG(0x1e4) #define CRB_SW_INT_MASK_3 NETXEN_NIC_REG(0x1e8) +#define CRB_FW_CAPABILITIES_1 NETXEN_CAM_RAM(0x128) #define CRB_MAC_BLOCK_START NETXEN_CAM_RAM(0x1c0) /* @@ -136,7 +137,6 @@ #define CRB_NIC_CAPABILITIES_FW NETXEN_NIC_REG(0x1dc) #define CRB_NIC_MSI_MODE_HOST NETXEN_NIC_REG(0x270) #define CRB_NIC_MSI_MODE_FW NETXEN_NIC_REG(0x274) -#define CRB_FW_CAPABILITIES_1 NETXEN_NIC_REG(0x128) #define INTR_SCHEME_PERPORT 0x1 #define MSI_MODE_MULTIFUNC 0x1 |