]> git.ipfire.org Git - thirdparty/ipxe.git/commitdiff
Needs to be updated to new probe logic.
authorMichael Brown <mcb30@etherboot.org>
Tue, 12 Apr 2005 16:51:26 +0000 (16:51 +0000)
committerMichael Brown <mcb30@etherboot.org>
Tue, 12 Apr 2005 16:51:26 +0000 (16:51 +0000)
src/core/disk.c

index 2d31b627364b674d512567001501a4e1dee5706e..2ccd5ff2e127652f2d78e28ae2e8130a29dfbda4 100644 (file)
@@ -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