summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-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