david/ipxe
Archived
1
0
This repository has been archived on 2020-12-06. You can view files and clone it, but cannot push or open issues or pull requests.
ipxe/src/drivers
Marty Connor 9d4e4dbc32 3c90x driver fix (legacy) from Geert Staapers
From: Geert Stappers <stappers@stappers.nl>
To: etherboot-developers@lists.sourceforge.net
Subject: [Etherboot-developers] 3c90x polling again [patch]
Date: Thu, 29 Nov 2007 09:22:36 +0100
User-Agent: Mutt/1.5.16 (2007-06-11)

Hello,

gPXE didn't work on 3COM 905C Tornado cards for me.
It did transmit the DHCP request, but it didn't see the DHCP offer.

Adding debug print statements allready solved the problem.
Attached is a patch that has a cleaner delay then print statements.
The core of it is
-    for(i=0;i<40000;i++);
+    mdelay(1);

There was no research if the change is about a longer delay
or about code NOT being optimized away. It works for me   :-)

Cheers
Geert Stappers
2007-12-20 11:53:00 -05:00
..
bitbash Ensure clock line is in the idle state before asserting chip select. 2007-07-28 16:05:41 +01:00
block Split bootsector execution code out into bootsector.c. 2007-01-29 04:21:38 +00:00
bus Revert "convert to zalloc" 2007-07-07 01:56:37 +02:00
infiniband Change ROM names to lower case. 2007-10-11 00:43:21 +01:00
net 3c90x driver fix (legacy) from Geert Staapers 2007-12-20 11:53:00 -05:00
nvs Various warnings fixups for OpenBSD with gcc-3.3.5. 2007-12-07 00:11:43 +00:00