aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/netxen/netxen_nic_hdr.h
diff options
context:
space:
mode:
authorDhananjay Phadke <dhananjay@netxen.com>2009-02-24 19:38:22 -0500
committerDavid S. Miller <davem@davemloft.net>2009-02-24 19:38:22 -0500
commitba599d4f0d2071abc049cb6345eab510a8a3643e (patch)
treee42bac74b45238e373d8d4b4de779ce83c1fd833 /drivers/net/netxen/netxen_nic_hdr.h
parent32344a394029baeca5bcc9fa839694b23a82cc64 (diff)
netxen: firmware download support
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_hdr.h')
-rw-r--r--drivers/net/netxen/netxen_nic_hdr.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/net/netxen/netxen_nic_hdr.h b/drivers/net/netxen/netxen_nic_hdr.h
index e80f9e3e5973..269a1f706889 100644
--- a/drivers/net/netxen/netxen_nic_hdr.h
+++ b/drivers/net/netxen/netxen_nic_hdr.h
@@ -858,6 +858,9 @@ enum {
858#define NETXEN_PORT_MODE_ADDR (NETXEN_CAM_RAM(0x24)) 858#define NETXEN_PORT_MODE_ADDR (NETXEN_CAM_RAM(0x24))
859#define NETXEN_WOL_PORT_MODE (NETXEN_CAM_RAM(0x198)) 859#define NETXEN_WOL_PORT_MODE (NETXEN_CAM_RAM(0x198))
860 860
861#define NX_PEG_TUNE_MN_PRESENT 0x1
862#define NX_PEG_TUNE_CAPABILITY (NETXEN_CAM_RAM(0x02c))
863
861#define NETXEN_CAM_RAM_DMA_WATCHDOG_CTRL (0x14) 864#define NETXEN_CAM_RAM_DMA_WATCHDOG_CTRL (0x14)
862 865
863#define ISR_MSI_INT_TRIGGER(FUNC) (NETXEN_PCIX_PS_REG(PCIX_MSI_F(FUNC))) 866#define ISR_MSI_INT_TRIGGER(FUNC) (NETXEN_PCIX_PS_REG(PCIX_MSI_F(FUNC)))