diff options
author | Bruce Allan <bruce.w.allan@intel.com> | 2008-11-21 16:51:06 -0800 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2008-11-21 16:51:06 -0800 |
commit | 1605927fcee41fe205f1713725f47f0d52978489 (patch) | |
tree | 3cbecfe87122df1f0e8876c7b8b41148923202a9 /drivers/net/e1000e/ich8lan.c | |
parent | 63dcf3d353f32ca7007bfa53a9384f3283076afc (diff) | |
download | kernel-crypto-1605927fcee41fe205f1713725f47f0d52978489.tar.gz kernel-crypto-1605927fcee41fe205f1713725f47f0d52978489.tar.xz kernel-crypto-1605927fcee41fe205f1713725f47f0d52978489.zip |
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/ich8lan.c')
-rw-r--r-- | drivers/net/e1000e/ich8lan.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/net/e1000e/ich8lan.c b/drivers/net/e1000e/ich8lan.c index 523b9716a54..11f0dd35c92 100644 --- a/drivers/net/e1000e/ich8lan.c +++ b/drivers/net/e1000e/ich8lan.c @@ -27,6 +27,7 @@ *******************************************************************************/ /* + * 82562G 10/100 Network Connection * 82562G-2 10/100 Network Connection * 82562GT 10/100 Network Connection * 82562GT-2 10/100 Network Connection @@ -40,6 +41,7 @@ * 82566MM Gigabit Network Connection * 82567LM Gigabit Network Connection * 82567LF Gigabit Network Connection + * 82567V Gigabit Network Connection * 82567LM-2 Gigabit Network Connection * 82567LF-2 Gigabit Network Connection * 82567V-2 Gigabit Network Connection |