From: Michael Brown Date: Fri, 15 Apr 2005 16:50:36 +0000 (+0000) Subject: Don't even try to compile until the code is tidied up. X-Git-Tag: v0.9.3~1929 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d26889cb040329eb16a6523b138ebde4b98c1097;p=thirdparty%2Fipxe.git Don't even try to compile until the code is tidied up. --- diff --git a/src/drivers/net/ns8390.c b/src/drivers/net/ns8390.c index f1f47cd41..16cdb31f1 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