public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* e1000: "fix" it on thinkpad x60
@ 2006-07-21  0:58 Pavel Machek
  2006-07-20 16:21 ` e1000: "fix" it on thinkpad x60 / eeprom checksum read fails Auke Kok
  0 siblings, 1 reply; 8+ messages in thread
From: Pavel Machek @ 2006-07-21  0:58 UTC (permalink / raw)
  To: cramerj, john.ronciak, jesse.brandeburg, jeffrey.t.kirsher,
	auke-jan.h.kok, kernel list

e1000 in thinkpad x60 fails without this dirty hack. What to do with
it?

Signed-off-by: Pavel Machek <pavel@suse.cz>

---
commit 6414eba4f65ded35f3a8f2d61261d1134e292506
tree e6560bba2cc0d18b76075e6b5db415d6c0c31db3
parent fa6f216422f9020c06dd1137aec8c72224cbe440
author <pavel@amd.ucw.cz> Fri, 21 Jul 2006 02:16:52 +0200
committer <pavel@amd.ucw.cz> Fri, 21 Jul 2006 02:16:52 +0200

 drivers/net/e1000/e1000_main.c |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/drivers/net/e1000/e1000_main.c b/drivers/net/e1000/e1000_main.c
index 6e7d31b..808c442 100644
--- a/drivers/net/e1000/e1000_main.c
+++ b/drivers/net/e1000/e1000_main.c
@@ -842,8 +842,10 @@ e1000_probe(struct pci_dev *pdev,
 
 	if (e1000_validate_eeprom_checksum(&adapter->hw) < 0) {
 		DPRINTK(PROBE, ERR, "The EEPROM Checksum Is Not Valid\n");
+/*
 		err = -EIO;
 		goto err_eeprom;
+*/
 	}
 
 	/* copy the MAC address out of the EEPROM */

-- 
(english) http://www.livejournal.com/~pavelmachek
(cesky, pictures) http://atrey.karlin.mff.cuni.cz/~pavel/picture/horses/blog.html

^ permalink raw reply related	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2006-07-22  0:21 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-07-21  0:58 e1000: "fix" it on thinkpad x60 Pavel Machek
2006-07-20 16:21 ` e1000: "fix" it on thinkpad x60 / eeprom checksum read fails Auke Kok
2006-07-20 17:07   ` Pavel Machek
2006-07-20 17:34     ` Auke Kok
2006-07-21 13:41       ` Andrew Morton
2006-07-21 15:12         ` Theodore Tso
2006-07-21 15:22           ` Auke Kok
2006-07-22  0:21             ` Andrew Morton

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox