Skip to content

Commit

Permalink
netxen: improve pci memory access
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Dhananjay Phadke authored and David S. Miller committed Sep 11, 2009
1 parent f78c085 commit ea6828b
Show file tree
Hide file tree
Showing 3 changed files with 93 additions and 266 deletions.
4 changes: 2 additions & 2 deletions drivers/net/netxen/netxen_nic.h
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
Loading

0 comments on commit ea6828b

Please sign in to comment.