From 31410b1b5df5231a73e17f7d87c8bf17978cedbb Mon Sep 17 00:00:00 2001 From: Michael Brown Date: Tue, 12 Apr 2005 16:51:26 +0000 Subject: [PATCH] Needs to be updated to new probe logic. --- src/core/disk.c | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/core/disk.c b/src/core/disk.c index 2d31b627..2ccd5ff2 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