summaryrefslogtreecommitdiffstats
path: root/src/drivers/net/ns8390.c
diff options
context:
space:
mode:
authorMarty Connor2007-07-23 03:00:55 +0200
committerMarty Connor2007-07-23 03:00:55 +0200
commit02a7514128459aad4e13ab89cabf0a92502122ec (patch)
treec8e344c0c4170c20d65f9430b610bb58c1838636 /src/drivers/net/ns8390.c
parentChange #warning to FIXME for depca (diff)
downloadipxe-02a7514128459aad4e13ab89cabf0a92502122ec.tar.gz
ipxe-02a7514128459aad4e13ab89cabf0a92502122ec.tar.xz
ipxe-02a7514128459aad4e13ab89cabf0a92502122ec.zip
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.
Diffstat (limited to 'src/drivers/net/ns8390.c')
-rw-r--r--src/drivers/net/ns8390.c3
1 files changed, 2 insertions, 1 deletions
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