From cac36706909b91ba3254cd8083291bf6746e831b Mon Sep 17 00:00:00 2001 From: Ales Kozumplik Date: Fri, 26 Nov 2010 17:27:42 +0100 Subject: [PATCH] Remove the OFFLOAD_BOOT_SUPPORTED #ifdef. This effectively makes OFFLOAD_BOOT_SUPPORTED always enabled. --- usr/iscsi_net_util.c | 2 -- 1 files changed, 0 insertions(+), 2 deletions(-) diff --git a/usr/iscsi_net_util.c b/usr/iscsi_net_util.c index cbe6f56..992d930 100644 --- a/usr/iscsi_net_util.c +++ b/usr/iscsi_net_util.c @@ -39,11 +39,9 @@ struct iscsi_net_driver { }; static struct iscsi_net_driver net_drivers[] = { -#ifdef OFFLOAD_BOOT_SUPPORTED {"cxgb3", "cxgb3i" }, {"bnx2", "bnx2i" }, {"bnx2x", "bnx2i"}, -#endif {NULL, NULL} }; -- 1.7.3.2