summaryrefslogtreecommitdiffstats
path: root/src/drivers/net/ns8390.c
diff options
context:
space:
mode:
authorMichael Brown2005-04-15 18:50:36 +0200
committerMichael Brown2005-04-15 18:50:36 +0200
commitd26889cb040329eb16a6523b138ebde4b98c1097 (patch)
tree9d895d3d318d9e887a456cd339851aec579827ad /src/drivers/net/ns8390.c
parentThis at least compiles now. Haven't separated out the EMBEDDED code yet. (diff)
downloadipxe-d26889cb040329eb16a6523b138ebde4b98c1097.tar.gz
ipxe-d26889cb040329eb16a6523b138ebde4b98c1097.tar.xz
ipxe-d26889cb040329eb16a6523b138ebde4b98c1097.zip
Don't even try to compile until the code is tidied up.
Diffstat (limited to 'src/drivers/net/ns8390.c')
-rw-r--r--src/drivers/net/ns8390.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/drivers/net/ns8390.c b/src/drivers/net/ns8390.c
index f1f47cd4..16cdb31f 100644
--- a/src/drivers/net/ns8390.c
+++ b/src/drivers/net/ns8390.c
@@ -25,6 +25,10 @@ SMC8416 PIO support added by Andrew Bettison (andrewb@zip.com.au) on 4/3/02
**************************************************************************/
+#warning "ns8390.c is a horrendous mess and needs to be tidied up"
+#if 0
+
+
#include "etherboot.h"
#include "nic.h"
#include "ns8390.h"
@@ -1014,3 +1018,6 @@ BOOT_DRIVER ( "NE2000/PCI", nepci_probe );
* c-basic-offset: 8
* End:
*/
+
+
+#endif