17 lines
555 B
Diff
17 lines
555 B
Diff
diff -aurp open-iscsi-2.0-872-rc4-bnx2i/usr/iscsi_net_util.c open-iscsi-2.0-872-rc4-bnx2i.work/usr/iscsi_net_util.c
|
|
--- open-iscsi-2.0-872-rc4-bnx2i/usr/iscsi_net_util.c 2011-01-31 19:24:50.000000000 -0600
|
|
+++ open-iscsi-2.0-872-rc4-bnx2i.work/usr/iscsi_net_util.c 2011-01-31 19:26:28.000000000 -0600
|
|
@@ -39,12 +39,10 @@ struct iscsi_net_driver {
|
|
};
|
|
|
|
static struct iscsi_net_driver net_drivers[] = {
|
|
-#ifdef OFFLOAD_BOOT_SUPPORTED
|
|
{"cxgb3", "cxgb3i" },
|
|
{"cxgb4", "cxgb4i" },
|
|
{"bnx2", "bnx2i" },
|
|
{"bnx2x", "bnx2i"},
|
|
-#endif
|
|
{NULL, NULL}
|
|
};
|
|
|