diff options
author | Marty Connor <mdc@etherboot.org> | 2007-07-22 21:00:55 -0400 |
---|---|---|
committer | Marty Connor <mdc@etherboot.org> | 2007-07-22 21:00:55 -0400 |
commit | 02a7514128459aad4e13ab89cabf0a92502122ec (patch) | |
tree | c8e344c0c4170c20d65f9430b610bb58c1838636 /src/drivers/net/ns8390.c | |
parent | 4e177aee1797e14a71327e5f195e44f724281bc5 (diff) | |
download | ipxe-02a7514128459aad4e13ab89cabf0a92502122ec.tar.gz |
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.c | 3 |
1 files changed, 2 insertions, 1 deletions
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 |