From: Michael Brown Date: Tue, 12 Apr 2005 16:51:26 +0000 (+0000) Subject: Needs to be updated to new probe logic. X-Git-Tag: v0.9.3~2020 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=31410b1b5df5231a73e17f7d87c8bf17978cedbb;p=thirdparty%2Fipxe.git Needs to be updated to new probe logic. --- 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