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:
parent
236a195257
commit
31410b1b5d
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user