diff options
author | Bruce Allan <bruce.w.allan@intel.com> | 2008-11-22 00:51:06 (GMT) |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2008-11-22 00:51:06 (GMT) |
commit | 1605927fcee41fe205f1713725f47f0d52978489 (patch) | |
tree | 3cbecfe87122df1f0e8876c7b8b41148923202a9 /drivers/net/e1000e/82571.c | |
parent | 63dcf3d353f32ca7007bfa53a9384f3283076afc (diff) | |
download | linux-1605927fcee41fe205f1713725f47f0d52978489.tar.xz |
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/82571.c')
-rw-r--r-- | drivers/net/e1000e/82571.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/e1000e/82571.c b/drivers/net/e1000e/82571.c index 3027ad5..cbb1707 100644 --- a/drivers/net/e1000e/82571.c +++ b/drivers/net/e1000e/82571.c @@ -28,6 +28,7 @@ /* * 82571EB Gigabit Ethernet Controller + * 82571EB Gigabit Ethernet Controller (Copper) * 82571EB Gigabit Ethernet Controller (Fiber) * 82571EB Dual Port Gigabit Mezzanine Adapter * 82571EB Quad Port Gigabit Mezzanine Adapter |