diff options
author | Bruce Allan <bruce.w.allan@intel.com> | 2008-11-21 19:51:06 -0500 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2008-11-21 19:51:06 -0500 |
commit | 1605927fcee41fe205f1713725f47f0d52978489 (patch) | |
tree | 3cbecfe87122df1f0e8876c7b8b41148923202a9 /drivers/net/e1000e | |
parent | 63dcf3d353f32ca7007bfa53a9384f3283076afc (diff) |
e1000e: update comments listing supported parts for each MAC family
Some branding strings (displayed via lspci) are missing from the comments in
various family-specific files in the driver.
Signed-off-by: Bruce Allan <bruce.w.allan@intel.com>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/e1000e')
-rw-r--r-- | drivers/net/e1000e/82571.c | 1 | ||||
-rw-r--r-- | drivers/net/e1000e/ich8lan.c | 2 |
2 files changed, 3 insertions, 0 deletions
diff --git a/drivers/net/e1000e/82571.c b/drivers/net/e1000e/82571.c index 3027ad53fa65..cbb1707cc0d5 100644 --- a/drivers/net/e1000e/82571.c +++ b/drivers/net/e1000e/82571.c | |||
@@ -28,6 +28,7 @@ | |||
28 | 28 | ||
29 | /* | 29 | /* |
30 | * 82571EB Gigabit Ethernet Controller | 30 | * 82571EB Gigabit Ethernet Controller |
31 | * 82571EB Gigabit Ethernet Controller (Copper) | ||
31 | * 82571EB Gigabit Ethernet Controller (Fiber) | 32 | * 82571EB Gigabit Ethernet Controller (Fiber) |
32 | * 82571EB Dual Port Gigabit Mezzanine Adapter | 33 | * 82571EB Dual Port Gigabit Mezzanine Adapter |
33 | * 82571EB Quad Port Gigabit Mezzanine Adapter | 34 | * 82571EB Quad Port Gigabit Mezzanine Adapter |
diff --git a/drivers/net/e1000e/ich8lan.c b/drivers/net/e1000e/ich8lan.c index 523b9716a543..11f0dd35c927 100644 --- a/drivers/net/e1000e/ich8lan.c +++ b/drivers/net/e1000e/ich8lan.c | |||
@@ -27,6 +27,7 @@ | |||
27 | *******************************************************************************/ | 27 | *******************************************************************************/ |
28 | 28 | ||
29 | /* | 29 | /* |
30 | * 82562G 10/100 Network Connection | ||
30 | * 82562G-2 10/100 Network Connection | 31 | * 82562G-2 10/100 Network Connection |
31 | * 82562GT 10/100 Network Connection | 32 | * 82562GT 10/100 Network Connection |
32 | * 82562GT-2 10/100 Network Connection | 33 | * 82562GT-2 10/100 Network Connection |
@@ -40,6 +41,7 @@ | |||
40 | * 82566MM Gigabit Network Connection | 41 | * 82566MM Gigabit Network Connection |
41 | * 82567LM Gigabit Network Connection | 42 | * 82567LM Gigabit Network Connection |
42 | * 82567LF Gigabit Network Connection | 43 | * 82567LF Gigabit Network Connection |
44 | * 82567V Gigabit Network Connection | ||
43 | * 82567LM-2 Gigabit Network Connection | 45 | * 82567LM-2 Gigabit Network Connection |
44 | * 82567LF-2 Gigabit Network Connection | 46 | * 82567LF-2 Gigabit Network Connection |
45 | * 82567V-2 Gigabit Network Connection | 47 | * 82567V-2 Gigabit Network Connection |