From: Marty Connor Date: Mon, 23 Jul 2007 01:00:55 +0000 (-0400) Subject: Change #warning to FIXME for ns8390.c X-Git-Tag: v0.9.3~172^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=02a7514128459aad4e13ab89cabf0a92502122ec;p=thirdparty%2Fipxe.git Change #warning to FIXME for ns8390.c This driver really needs to be rewritten. It tries to build both ISA and PCI images, and makes life diffifult for the build system and rom-o-matic.net. The warning was just a reminder that it needs to be cleaned up and re-factored to split the PCI and ISA drivers. --- diff --git a/src/drivers/net/ns8390.c b/src/drivers/net/ns8390.c index 953a4e7d3..198259749 100644 --- a/src/drivers/net/ns8390.c +++ b/src/drivers/net/ns8390.c @@ -25,7 +25,8 @@ SMC8416 PIO support added by Andrew Bettison (andrewb@zip.com.au) on 4/3/02 **************************************************************************/ -#warning "ns8390.c: FIXME: split ISA and PCI, clean up" +/* #warning "ns8390.c: FIXME: split ISA and PCI, clean up" */ + #if 1