2
0
mirror of https://github.com/xcat2/xNBA.git synced 2025-01-18 21:43:14 +00:00

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

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