dect
/
linux-2.6
Archived
13
0
Fork 0
This repository has been archived on 2022-02-17. You can view files and clone it, but cannot push or open issues or pull requests.
linux-2.6/drivers/net/e1000e
Bruce Allan 1aef70ef12 e1000e: don't check for alternate MAC addr on parts that don't support it
From: Bruce Allan <bruce.w.allan@intel.com>

The alternate MAC address feature is only supported by 80003ES2LAN and
82571 LOMs as well as a couple 82571 mezzanine cards.  Checking for an
alternate MAC address on other parts can fail leading to the driver not
able to load.  This patch limits the check for an alternate MAC address
to be done only for parts that support the feature.

This issue has been around since support for the feature was introduced
to the e1000e driver in 2.6.34.

Signed-off-by: Bruce Allan <bruce.w.allan@intel.com>
Reported-by: Fabio Varesano <fax8@users.sourceforge.net>
Cc: stable@kernel.org
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2010-08-19 15:48:52 -07:00
..
82571.c e1000e: don't check for alternate MAC addr on parts that don't support it 2010-08-19 15:48:52 -07:00
Makefile e1000e: reformat comment blocks, cosmetic changes only 2008-03-28 22:14:56 -04:00
defines.h e1000e: don't check for alternate MAC addr on parts that don't support it 2010-08-19 15:48:52 -07:00
e1000.h e1000e: Fix irq_synchronize in MSI-X case 2010-08-02 21:20:21 -07:00
es2lan.c e1000e: update copyright information 2010-06-18 22:12:18 -07:00
ethtool.c e1000e: fail when try to setup unsupported features 2010-06-29 00:53:25 -07:00
hw.h e1000e: correct MAC-PHY interconnect register offset for 82579 2010-08-03 16:40:53 -07:00
ich8lan.c e1000e: disable EEE support by default 2010-06-29 23:09:19 -07:00
lib.c e1000e: don't check for alternate MAC addr on parts that don't support it 2010-08-19 15:48:52 -07:00
netdev.c e100/e1000*/igb*/ixgb*: Add missing read memory barrier 2010-08-08 20:02:45 -07:00
param.c e1000e: remove EEE module parameter 2010-06-29 23:09:19 -07:00
phy.c e1000e: update copyright information 2010-06-18 22:12:18 -07:00