diff options
author | Alexander Duyck <alexander.h.duyck@intel.com> | 2008-11-20 08:46:57 (GMT) |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2008-11-20 08:46:57 (GMT) |
commit | 3ef6b2354f5ac340396e47a49b64b8da61ada3b7 (patch) | |
tree | 1460b623ac73565f66f75184e7befcc28013f4c8 | |
parent | 5caea4ea7088e80ac5410d04660346094608b909 (diff) | |
download | linux-3ef6b2354f5ac340396e47a49b64b8da61ada3b7.tar.xz |
igb: update name to reflect new hardware
This patch adds the 82576 device to the description for igb in Kconfig.
Signed-off-by: Alexander Duyck <alexander.h.duyck@intel.com>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
-rw-r--r-- | drivers/net/Kconfig | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/net/Kconfig b/drivers/net/Kconfig index 732ea83..afa2065 100644 --- a/drivers/net/Kconfig +++ b/drivers/net/Kconfig @@ -1982,10 +1982,10 @@ config IP1000 will be called ipg. This is recommended. config IGB - tristate "Intel(R) 82575 PCI-Express Gigabit Ethernet support" + tristate "Intel(R) 82575/82576 PCI-Express Gigabit Ethernet support" depends on PCI ---help--- - This driver supports Intel(R) 82575 gigabit ethernet family of + This driver supports Intel(R) 82575/82576 gigabit ethernet family of adapters. For more information on how to identify your adapter, go to the Adapter & Driver ID Guide at: |