Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 107960
b: refs/heads/master
c: 106ef2f
h: refs/heads/master
v: v3
  • Loading branch information
Alexander Duyck authored and Jeff Garzik committed Aug 7, 2008
1 parent 7bb4a91 commit 4fd33c9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: c2ac3ef35c44195ca2b9c29275c7c6830eb2d9aa
refs/heads/master: 106ef2fef3778f4af2e0f796a108cc19c6114264
2 changes: 1 addition & 1 deletion trunk/drivers/net/igb/e1000_82575.c
Original file line number Diff line number Diff line change
Expand Up @@ -1243,7 +1243,7 @@ static bool igb_sgmii_active_82575(struct e1000_hw *hw)
u32 igb_translate_register_82576(u32 reg)
{
/*
* Some of the Kawela registers are located at different
* Some of the 82576 registers are located at different
* offsets than they are in older adapters.
* Despite the difference in location, the registers
* function in the same manner.
Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/net/igb/igb_main.c
Original file line number Diff line number Diff line change
Expand Up @@ -311,7 +311,7 @@ static void igb_assign_vector(struct igb_adapter *adapter, int rx_queue,
array_wr32(E1000_MSIXBM(0), msix_vector, msixbm);
break;
case e1000_82576:
/* Kawela uses a table-based method for assigning vectors.
/* The 82576 uses a table-based method for assigning vectors.
Each queue has a single entry in the table to which we write
a vector number along with a "valid" bit. Sadly, the layout
of the table is somewhat counterintuitive. */
Expand Down

0 comments on commit 4fd33c9

Please sign in to comment.