Browse Source

Needs to be updated to new probe logic.

tags/v0.9.3
Michael Brown 19 years ago
parent
commit
31410b1b5d
1 changed files with 6 additions and 0 deletions
  1. 6
    0
      src/core/disk.c

+ 6
- 0
src/core/disk.c View File

1
 #include "etherboot.h"
1
 #include "etherboot.h"
2
 #include "disk.h"
2
 #include "disk.h"
3
 
3
 
4
+#warning "disk.c is currently broken"
5
+#if 0
6
+
4
 #undef disk_disable
7
 #undef disk_disable
5
 
8
 
6
 static int dummy(void *unused __unused)
9
 static int dummy(void *unused __unused)
281
 {
284
 {
282
 	disable(&disk.dev);
285
 	disable(&disk.dev);
283
 }
286
 }
287
+
288
+
289
+#endif

Loading…
Cancel
Save