summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Brown2005-04-12 18:51:26 +0200
committerMichael Brown2005-04-12 18:51:26 +0200
commit31410b1b5df5231a73e17f7d87c8bf17978cedbb (patch)
tree4d863ec66c8cf8550c65d32287185628ff765693
parentAll code related to the device probe logic is ifdeffed 0 out. (diff)
downloadipxe-31410b1b5df5231a73e17f7d87c8bf17978cedbb.tar.gz
ipxe-31410b1b5df5231a73e17f7d87c8bf17978cedbb.tar.xz
ipxe-31410b1b5df5231a73e17f7d87c8bf17978cedbb.zip
Needs to be updated to new probe logic.
-rw-r--r--src/core/disk.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/core/disk.c b/src/core/disk.c
index 2d31b6273..2ccd5ff2e 100644
--- a/src/core/disk.c
+++ b/src/core/disk.c
@@ -1,6 +1,9 @@
#include "etherboot.h"
#include "disk.h"
+#warning "disk.c is currently broken"
+#if 0
+
#undef disk_disable
static int dummy(void *unused __unused)
@@ -281,3 +284,6 @@ void disk_disable(void)
{
disable(&disk.dev);
}
+
+
+#endif