From 02a7514128459aad4e13ab89cabf0a92502122ec Mon Sep 17 00:00:00 2001 From: Marty Connor Date: Sun, 22 Jul 2007 21:00:55 -0400 Subject: [PATCH] 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. --- src/drivers/net/ns8390.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/drivers/net/ns8390.c b/src/drivers/net/ns8390.c index 953a4e7d..19825974 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