2
0
mirror of https://github.com/xcat2/xNBA.git synced 2024-12-14 07:11:32 +00:00

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

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