diff options
author | Alexander Duyck <alexander.h.duyck@intel.com> | 2008-08-04 17:59:37 -0400 |
---|---|---|
committer | Jeff Garzik <jgarzik@redhat.com> | 2008-08-07 01:55:00 -0400 |
commit | 106ef2fef3778f4af2e0f796a108cc19c6114264 (patch) | |
tree | 3ffcf6e3f7e946f81530d070ea226792ad5552c4 /drivers/net/igb | |
parent | c2ac3ef35c44195ca2b9c29275c7c6830eb2d9aa (diff) |
igb: fix comments
The internal name was used in comments, replaced with silicon part number.
Signed-off-by: Alexander Duyck <alexander.h.duyck@intel.com>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
Signed-off-by: Jeff Garzik <jgarzik@redhat.com>
Diffstat (limited to 'drivers/net/igb')
-rw-r--r-- | drivers/net/igb/e1000_82575.c | 2 | ||||
-rw-r--r-- | drivers/net/igb/igb_main.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/drivers/net/igb/e1000_82575.c b/drivers/net/igb/e1000_82575.c index e098f234770f..f3d7be0427fe 100644 --- a/drivers/net/igb/e1000_82575.c +++ b/drivers/net/igb/e1000_82575.c | |||
@@ -1243,7 +1243,7 @@ out: | |||
1243 | u32 igb_translate_register_82576(u32 reg) | 1243 | u32 igb_translate_register_82576(u32 reg) |
1244 | { | 1244 | { |
1245 | /* | 1245 | /* |
1246 | * Some of the Kawela registers are located at different | 1246 | * Some of the 82576 registers are located at different |
1247 | * offsets than they are in older adapters. | 1247 | * offsets than they are in older adapters. |
1248 | * Despite the difference in location, the registers | 1248 | * Despite the difference in location, the registers |
1249 | * function in the same manner. | 1249 | * function in the same manner. |
diff --git a/drivers/net/igb/igb_main.c b/drivers/net/igb/igb_main.c index b602c4dd0d14..f23a0487bf13 100644 --- a/drivers/net/igb/igb_main.c +++ b/drivers/net/igb/igb_main.c | |||
@@ -311,7 +311,7 @@ static void igb_assign_vector(struct igb_adapter *adapter, int rx_queue, | |||
311 | array_wr32(E1000_MSIXBM(0), msix_vector, msixbm); | 311 | array_wr32(E1000_MSIXBM(0), msix_vector, msixbm); |
312 | break; | 312 | break; |
313 | case e1000_82576: | 313 | case e1000_82576: |
314 | /* Kawela uses a table-based method for assigning vectors. | 314 | /* The 82576 uses a table-based method for assigning vectors. |
315 | Each queue has a single entry in the table to which we write | 315 | Each queue has a single entry in the table to which we write |
316 | a vector number along with a "valid" bit. Sadly, the layout | 316 | a vector number along with a "valid" bit. Sadly, the layout |
317 | of the table is somewhat counterintuitive. */ | 317 | of the table is somewhat counterintuitive. */ |