david/ipxe
david
/
ipxe
Archived
1
0
Fork 0

Needs to be updated to new probe logic.

This commit is contained in:
Michael Brown 2005-04-12 16:51:26 +00:00
parent 236a195257
commit 31410b1b5d
1 changed files with 6 additions and 0 deletions

View 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