netxen: improve pci memory access
o Access on card memory through memory controller (agent) rather than moving small pci window around. Clean up the code for moving windows around. o Restrict memory accesss to 64 bit, currently only firmware download uses this. Signed-off-by: Dhananjay Phadke <dhananjay@netxen.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
committed by
David S. Miller
parent
f78c0850d2
commit
ea6828b8aa
@ -552,8 +552,8 @@ struct netxen_hardware_context {
|
||||
|
||||
int qdr_sn_window;
|
||||
int ddr_mn_window;
|
||||
unsigned long mn_win_crb;
|
||||
unsigned long ms_win_crb;
|
||||
u32 mn_win_crb;
|
||||
u32 ms_win_crb;
|
||||
|
||||
u8 cut_through;
|
||||
u8 revision_id;
|
||||
|
Reference in New Issue
Block a user