linux/drivers/net/e1000e
Bruce Allan 148675a7b2 e1000e: fix potential NVM corruption on ICH9 with 8K bank size
The bank offset was being incorrectly calculated on ICH9 parts with a bank
size of 8K (instead of the more common 4K bank) which would cause any NVM
writes to be done on the wrong address after switching from bank 1 to bank
0.  Additionally, assume we are meant to use bank 0 if a valid bank is not
detected, and remove the unnecessary acquisition of the SW/FW/HW semaphore
when writing to the shadow ram version of the NVM image.

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>
2009-08-09 21:45:38 -07:00
..
82571.c
Makefile
defines.h e1000e: delay after LCD reset and proper checks for PHY configuration done 2009-07-03 20:09:29 -07:00
e1000.h
es2lan.c
ethtool.c
hw.h e1000e: disable K1 at 1000Mbps for 82577/82578 2009-07-03 20:09:42 -07:00
ich8lan.c e1000e: fix potential NVM corruption on ICH9 with 8K bank size 2009-08-09 21:45:38 -07:00
lib.c e1000e: disable K1 at 1000Mbps for 82577/82578 2009-07-03 20:09:42 -07:00
netdev.c e1000e: io_error_detected callback should return PCI_ERS_RESULT_DISCONNECT 2009-06-30 19:47:02 -07:00
param.c
phy.c e1000e: delay second read of PHY_STATUS register on failure of first read 2009-07-03 20:09:39 -07:00