summaryrefslogtreecommitdiffstats
path: root/src/drivers
diff options
context:
space:
mode:
authorMichael Brown2007-07-24 13:37:09 +0200
committerMichael Brown2007-07-24 13:37:09 +0200
commit90b5315db0071811a562d3e12df217d94f855485 (patch)
treeeadf68f508bf80f51fc7028988e256663409b82a /src/drivers
parentMinor debug improvement (diff)
parentChange #warning to FIXME for ns8390.c (diff)
downloadipxe-90b5315db0071811a562d3e12df217d94f855485.tar.gz
ipxe-90b5315db0071811a562d3e12df217d94f855485.tar.xz
ipxe-90b5315db0071811a562d3e12df217d94f855485.zip
Merge branch 'master' of rom.etherboot.org:/pub/scm/gpxe
Diffstat (limited to 'src/drivers')
-rw-r--r--src/drivers/net/depca.c2
-rw-r--r--src/drivers/net/ns8390.c3
2 files changed, 3 insertions, 2 deletions
diff --git a/src/drivers/net/depca.c b/src/drivers/net/depca.c
index c079c4634..2e788267d 100644
--- a/src/drivers/net/depca.c
+++ b/src/drivers/net/depca.c
@@ -1,4 +1,4 @@
-#warning "depca.c: FIXME: fix relocation"
+/* #warning "depca.c: FIXME: fix relocation" */
#if 0
/* Not fixed for relocation yet. Probably won't work relocated above 16MB */
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