diff options
author | Mithlesh Thukral <mithlesh@netxen.com> | 2007-04-20 10:53:52 -0400 |
---|---|---|
committer | Jeff Garzik <jeff@garzik.org> | 2007-04-28 11:01:05 -0400 |
commit | 595e3fb8cf0c3c1c6d63dc3d7fd166e50bf150ff (patch) | |
tree | db94c0f9fe01a2a34eeae896d502689e2de83118 /drivers/net/netxen/netxen_nic_phan_reg.h | |
parent | 13ba9c7714cfa40821d29090442de14d01d6eb33 (diff) |
NetXen: Multi PCI support for Quad cards
NetXen: Fix the multi PCI function for cards with more than 2 ports.
This patch fixes the working of multi PCI capable driver on cards with
more than 2 ports by adding the addresses for their rings and sizes.
Signed-off by: Mithlesh Thukral <mithlesh@netxen.com>
Signed-off-by: Jeff Garzik <jeff@garzik.org>
Diffstat (limited to 'drivers/net/netxen/netxen_nic_phan_reg.h')
-rw-r--r-- | drivers/net/netxen/netxen_nic_phan_reg.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/net/netxen/netxen_nic_phan_reg.h b/drivers/net/netxen/netxen_nic_phan_reg.h index f7eb627f81c..cb9acf16af3 100644 --- a/drivers/net/netxen/netxen_nic_phan_reg.h +++ b/drivers/net/netxen/netxen_nic_phan_reg.h | |||
@@ -151,9 +151,9 @@ struct netxen_recv_crb { | |||
151 | extern struct netxen_recv_crb recv_crb_registers[]; | 151 | extern struct netxen_recv_crb recv_crb_registers[]; |
152 | extern u64 ctx_addr_sig_regs[][3]; | 152 | extern u64 ctx_addr_sig_regs[][3]; |
153 | #endif /* DEFINE_GLOBAL_RECEIVE_CRB */ | 153 | #endif /* DEFINE_GLOBAL_RECEIVE_CRB */ |
154 | #define CRB_CTX_ADDR_REG_LO (ctx_addr_sig_regs[0][0]) | 154 | #define CRB_CTX_ADDR_REG_LO(FUNC_ID) (ctx_addr_sig_regs[FUNC_ID][0]) |
155 | #define CRB_CTX_ADDR_REG_HI (ctx_addr_sig_regs[0][2]) | 155 | #define CRB_CTX_ADDR_REG_HI(FUNC_ID) (ctx_addr_sig_regs[FUNC_ID][2]) |
156 | #define CRB_CTX_SIGNATURE_REG (ctx_addr_sig_regs[0][1]) | 156 | #define CRB_CTX_SIGNATURE_REG(FUNC_ID) (ctx_addr_sig_regs[FUNC_ID][1]) |
157 | 157 | ||
158 | /* | 158 | /* |
159 | * Temperature control. | 159 | * Temperature control. |