david/ipxe
david
/
ipxe
Archived
1
0
Fork 0

Don't even try to compile until the code is tidied up.

This commit is contained in:
Michael Brown 2005-04-15 16:50:36 +00:00
parent 8c082aa468
commit d26889cb04
1 changed files with 7 additions and 0 deletions

View File

@ -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