http://git.etherboot.org
/
people
/
xl0
/
gpxe.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1a944a8
)
Minor edit to make HEAD build
author
Marty Connor
<mdc@etherboot.org>
Tue, 19 Sep 2006 14:16:15 +0000
(14:16 +0000)
committer
Marty Connor
<mdc@etherboot.org>
Tue, 19 Sep 2006 14:16:15 +0000
(14:16 +0000)
src/tests/iscsiboot.c
patch
|
blob
|
history
diff --git
a/src/tests/iscsiboot.c
b/src/tests/iscsiboot.c
index
3008626
..
489dcc4
100644
(file)
--- a/
src/tests/iscsiboot.c
+++ b/
src/tests/iscsiboot.c
@@
-3,7
+3,9
@@
#include <vsprintf.h>
#include <gpxe/netdevice.h>
#include <gpxe/iscsi.h>
+#if 0
#include <gpxe/ibft.h>
+#endif
#include <int13.h>
static struct iscsi_device test_iscsidev;
@@
-26,9
+28,9
@@
int test_iscsiboot ( const char *initiator_iqn,
printf ( "Could not reach %s\n", target_iqn );
return rc;
}
-
+#if 0
ibft_fill_data ( netdev, initiator_iqn, target, target_iqn );
-
+#endif
memset ( &drive, 0, sizeof ( drive ) );
drive.blockdev = &test_iscsidev.scsi.blockdev;
register_int13_drive ( &drive );